Skip to content

Commit

Permalink
chore: remove old syntax from winglibs (part 2) (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr authored Jul 1, 2024
1 parent 53109e3 commit 37ec403
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions python/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion react/sim.w
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 37ec403

Please sign in to comment.