Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove old syntax from winglibs (part 2) #278

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading