diff --git a/python/package-lock.json b/python/package-lock.json index 6aa682d9..15af596f 100644 --- a/python/package-lock.json +++ b/python/package-lock.json @@ -1,18 +1,18 @@ { "name": "@winglibs/python", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@winglibs/python", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "peerDependencies": { "@aws-sdk/client-lambda": "^3.549.0", "@cdktf/provider-aws": "^19.13.0", "@smithy/util-utf8": "^2.3.0", - "@winglibs/dynamodb": "^0.1.13", + "@winglibs/dynamodb": "^0.1.15", "@winglibs/ses": "^0.0.4", "@winglibs/sns": "^0.1.3", "cdktf": "^0.20.6", @@ -6075,9 +6075,9 @@ } }, "node_modules/@winglibs/dynamodb": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/@winglibs/dynamodb/-/dynamodb-0.1.13.tgz", - "integrity": "sha512-z4nbfPk3iT3EjnIfPvrW/C7XrBh+7nRExpWOlnY8dgYgdZF2CyXS25XyuC3gG6IfpbHgY0neaMQp/OuazYzjhA==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/@winglibs/dynamodb/-/dynamodb-0.1.15.tgz", + "integrity": "sha512-NlXBNDDCNdZmBU/WWQ/31fFo5G1gtupg59FZjyvTTsXnVExUvpfCZ1bTus+j70jYnySDVNHh4H0BIGudq4+5gw==", "peer": true, "engines": { "wing": "*" diff --git a/python/package.json b/python/package.json index ee1dabd2..04f97c5a 100644 --- a/python/package.json +++ b/python/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/python", "description": "python library for Wing", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/winglang/winglibs.git", @@ -22,7 +22,7 @@ "@aws-sdk/client-lambda": "^3.549.0", "@cdktf/provider-aws": "^19.13.0", "@smithy/util-utf8": "^2.3.0", - "@winglibs/dynamodb": "^0.1.13", + "@winglibs/dynamodb": "^0.1.15", "@winglibs/ses": "^0.0.4", "@winglibs/sns": "^0.1.3", "cdktf": "^0.20.6", diff --git a/react/package-lock.json b/react/package-lock.json index 3f8220b3..98a66c68 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@winglibs/react", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@winglibs/react", - "version": "0.1.0", + "version": "0.1.2", "license": "MIT", "peerDependencies": { "finalhandler": "^1.2.0", diff --git a/react/package.json b/react/package.json index 2499fe71..01a4b6f3 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/react", "description": "React library for Wing", - "version": "0.1.1", + "version": "0.1.2", "author": { "name": "Meir Elbaz", "email": "maornet@gmail.com" diff --git a/react/sim.w b/react/sim.w index d19d3910..992c5590 100644 --- a/react/sim.w +++ b/react/sim.w @@ -29,7 +29,7 @@ pub class AppSim extends api.AppBase impl api.IApp { let env = this.env.copyMut(); env.set("PORT", "{port}"); - if this.props.useBuildCommand? == true { + if this.props.useBuildCommand == true { util.shell(this.buildCommand, env: env.copy(), cwd: this.path, inheritEnv: true); return utils.Utils.serveStaticFiles(this.buildDir, port);