Skip to content

Commit ad75b19

Browse files
committed
Sync JSR
1 parent 68aae72 commit ad75b19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/@zarrita-ndarray/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@zarrita/ndarray",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"license": "MIT",
55
"imports": {
66
"@types/ndarray-ops": "npm:@types/ndarray-ops@^1.2.4",
77
"ndarray": "npm:ndarray@^1.0.19",
88
"ndarray-ops": "npm:ndarray-ops@^1.2.2",
9-
"zarrita": "jsr:@zarrita/zarrita@^0.5.2"
9+
"zarrita": "jsr:@zarrita/zarrita@^0.5.3"
1010
},
1111
"exports": {
1212
".": "./src/index.ts"

packages/@zarrita-storage/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zarrita/storage",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"imports": {
66
"reference-spec-reader": "npm:reference-spec-reader@^0.2.0",

packages/zarrita/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@zarrita/zarrita",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"license": "MIT",
55
"imports": {
6-
"@zarrita/storage": "jsr:@zarrita/storage@^0.1.1",
6+
"@zarrita/storage": "jsr:@zarrita/storage@^0.1.2",
77
"numcodecs": "npm:numcodecs@^0.3.2"
88
},
99
"exports": {

0 commit comments

Comments
 (0)