Skip to content

Commit

Permalink
jsr version bump to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gherman-cs committed Jan 3, 2025
1 parent 4ba8662 commit 96001e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
wasm-pack build --target $(TARGET) --out-dir pkg-$(TARGET) --release --no-pack --weak-refs && cp js-assets/* pkg-$(TARGET)/

publish: all
cp js-assets/README.md . && npx jsr publish --allow-slow-types && rm README.md
cp js-assets/README.md . && npx jsr publish --allow-slow-types --allow-dirty && rm README.md

install:
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsebeam/server",
"version": "0.0.8",
"version": "0.0.9",
"nodeModulesDir": "auto",
"exports": {
"./node": "./pkg-bundler/index.ts",
Expand Down

0 comments on commit 96001e1

Please sign in to comment.