We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29e676 commit 5bb6d22Copy full SHA for 5bb6d22
package.json
@@ -42,7 +42,7 @@
42
"cjs-jetstream": "deno run --allow-all ./bin/cjs-fix-imports.ts -o jetstream/ ./.deps/nats.deno/jetstream/",
43
"cjs": "npm run cjs-nbc && npm run cjs-jetstream",
44
"clean": "shx rm -Rf ./lib/* ./nats-base-client ./.deps",
45
- "clone-nbc": "shx mkdir -p ./.deps && cd ./.deps && git clone --branch v1.29.0 https://github.com/nats-io/nats.deno.git",
+ "clone-nbc": "shx mkdir -p ./.deps && cd ./.deps && git clone --branch v1.29.1 https://github.com/nats-io/nats.deno.git",
46
"fmt": "deno fmt ./src/ ./examples/ ./test/",
47
"prepack": "npm run clone-nbc && npm run cjs && npm run check-package && npm run build",
48
"ava": "nyc ava --verbose -T 60000",
0 commit comments