feat: add partly returning statements and remove DecryptionResult

This commit is contained in:
duskflower 2025-01-24 17:21:08 +01:00
parent 6bb11e60b7
commit 99774ea523
3 changed files with 39 additions and 54 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
wasm-pack build --scope duskflower --release --target bundler
wasm-pack build --scope duskflower --release --weak-refs --target bundler
jq '. |= . + {"publishConfig": {"registry": "https://git.duskflower.dev/api/packages/duskflower/npm/"}}' pkg/package.json > pkg/package.json.tmp && mv pkg/package.json.tmp pkg/package.json