Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 14, 2024
1 parent 46ecb21 commit 8ae9f95
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-items-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bunny.net/edgescript-sdk": patch
---

Bump
2 changes: 1 addition & 1 deletion example/deno-simple-http-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"release": "echo \"No release\""
},
"dependencies": {
"@bunny.net/edgescript-sdk": "workspace:*"
"@bunny.net/edgescript-sdk": "^0.5.10"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion example/deno-simple-http-page/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as BunnySDK from "../../../libs/bunny-sdk/esm-bunny/lib.mjs";
import * as BunnySDK from "npm:@bunny.net/edgescript-sdk";

function sleep(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "pnpm run -r build",
"release": "pnpm changeset publish && pnpm publish -r",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm publish -r"
"ci:publish": "./scripts/publish.sh"
},
"dependencies": {},
"devDependencies": {
Expand Down
11 changes: 9 additions & 2 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm changeset publish && pnpm run -r build && pnpm run -r publish
pnpm run -r build && pnpm run -r publish

0 comments on commit 8ae9f95

Please sign in to comment.