Skip to content

Commit

Permalink
Autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly authored and svc-autorelease committed Jan 31, 2024
1 parent aef73a5 commit 4355efc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"imports": {
"#net": "./src/net/index.mts"
},
"keywords": [],
"keywords": [ ],
"bin": {
"osdk": "./bin/osdk.mjs"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"files": [
"build/types",
"build/js",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry-sdk-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"bin": {
"foundry-sdk-generator": "./bin/foundry-sdk-generator"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/generator",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"files": [
"build/types",
"build/js",
Expand Down

0 comments on commit 4355efc

Please sign in to comment.