Skip to content

Commit a4496f3

Browse files
committed
Update scure-base to 1.2.2
1 parent 288b707 commit a4496f3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

jsr.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@paulmillr/micro-packed",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"exports": {
55
".": "./src/index.ts",
66
"./debugger": "./src/debugger.ts"
77
},
88
"imports": {
9-
"@scure/base": "jsr:@scure/[email protected].1"
9+
"@scure/base": "jsr:@scure/base@~1.2.2"
1010
},
1111
"publish": {
1212
"include": [

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.7.1",
44
"description": "Define complex binary structures using composable primitives",
55
"dependencies": {
6-
"@scure/base": "~1.2.1"
6+
"@scure/base": "~1.2.2"
77
},
88
"files": [
99
"!lib/_type_test.js",

0 commit comments

Comments
 (0)