Skip to content

Commit

Permalink
Autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
tzyl authored and svc-autorelease committed Jan 30, 2024
1 parent f96c956 commit 0bb3c01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"files": [
"build/types",
"build/js",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/cli",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down 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/shared.test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"files": [
"build/types",
"build/js",
Expand Down

0 comments on commit 0bb3c01

Please sign in to comment.