From 399fae0c4dd7c7bc01504f066cc995401d7c4a31 Mon Sep 17 00:00:00 2001 From: Xiao Gui Date: Wed, 6 Nov 2024 17:16:45 +0100 Subject: [PATCH] add zarr support --- .helm/voluba-prod/Chart.yaml | 2 +- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.helm/voluba-prod/Chart.yaml b/.helm/voluba-prod/Chart.yaml index baad33ac..2acf396e 100644 --- a/.helm/voluba-prod/Chart.yaml +++ b/.helm/voluba-prod/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.1.3" +appVersion: "1.1.3-rc3" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1426f616..affed3ed 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "@angular/router": "^15.0.0", "@ngrx/effects": "^15.1.0", "@ngrx/store": "^15.1.0", - "export-nehuba": "^0.1.10", + "export-nehuba": "^0.1.11", "prettier": "^2.8.3", "rxjs": "~7.5.0", "tslib": "^2.3.0", @@ -6128,9 +6128,9 @@ } }, "node_modules/export-nehuba": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/export-nehuba/-/export-nehuba-0.1.10.tgz", - "integrity": "sha512-CC4KnFtdtfbST4LKVxZO3DQ1p6jkmJHf9PPVaRyUrdD0UAM/Oh1Hita2vdnabsEPkAiJ0UMK1bLZ7KQ+5HLhHQ==", + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/export-nehuba/-/export-nehuba-0.1.11.tgz", + "integrity": "sha512-6jvdiF7oq/d0JOlFLJZJiUwInYJtdvPkZX2qYGurK++H5XkVKUyYdSl7MTXUVuIxqh8wAcbEWkrugDUNPVxgfQ==", "dependencies": { "pako": "^1.0.6" } @@ -16757,9 +16757,9 @@ } }, "export-nehuba": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/export-nehuba/-/export-nehuba-0.1.10.tgz", - "integrity": "sha512-CC4KnFtdtfbST4LKVxZO3DQ1p6jkmJHf9PPVaRyUrdD0UAM/Oh1Hita2vdnabsEPkAiJ0UMK1bLZ7KQ+5HLhHQ==", + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/export-nehuba/-/export-nehuba-0.1.11.tgz", + "integrity": "sha512-6jvdiF7oq/d0JOlFLJZJiUwInYJtdvPkZX2qYGurK++H5XkVKUyYdSl7MTXUVuIxqh8wAcbEWkrugDUNPVxgfQ==", "requires": { "pako": "^1.0.6" } diff --git a/frontend/package.json b/frontend/package.json index 0f2c3707..db1fc853 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@angular/router": "^15.0.0", "@ngrx/effects": "^15.1.0", "@ngrx/store": "^15.1.0", - "export-nehuba": "^0.1.10", + "export-nehuba": "^0.1.11", "prettier": "^2.8.3", "rxjs": "~7.5.0", "tslib": "^2.3.0",