Skip to content

Commit 5bb6d22

Browse files
authored
[bump] nbc to 1.29.1 (#646)
1 parent b29e676 commit 5bb6d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"cjs-jetstream": "deno run --allow-all ./bin/cjs-fix-imports.ts -o jetstream/ ./.deps/nats.deno/jetstream/",
4343
"cjs": "npm run cjs-nbc && npm run cjs-jetstream",
4444
"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",
45+
"clone-nbc": "shx mkdir -p ./.deps && cd ./.deps && git clone --branch v1.29.1 https://github.com/nats-io/nats.deno.git",
4646
"fmt": "deno fmt ./src/ ./examples/ ./test/",
4747
"prepack": "npm run clone-nbc && npm run cjs && npm run check-package && npm run build",
4848
"ava": "nyc ava --verbose -T 60000",

0 commit comments

Comments
 (0)