@dstanesc/az-block-store
Advanced tools
Comparing version 0.0.1 to 0.0.3
@@ -36,3 +36,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}); | ||
test("demo az cas usage for @dstanesc/store-chunky-bytes", () => __awaiter(void 0, void 0, void 0, function* () { | ||
test("demo az cas usage in the context of @dstanesc/store-chunky-bytes", () => __awaiter(void 0, void 0, void 0, function* () { | ||
// optional cache | ||
@@ -39,0 +39,0 @@ const cache = {}; |
{ | ||
"name": "@dstanesc/az-block-store", | ||
"description": "Simple content-addressable storage (CAS) based on Azure Blob Storage", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/dstanesc/az-block-store", | ||
@@ -24,2 +24,3 @@ "repository": "https://github.com/dstanesc/az-block-store", | ||
"devDependencies": { | ||
"@azure/identity": "^3.0.0", | ||
"@dstanesc/store-chunky-bytes": "^0.0.7", | ||
@@ -30,2 +31,3 @@ "@dstanesc/wasm-chunking-fastcdc-node": "^0.1.1", | ||
"cross-env": "7.0.3", | ||
"dotenv": "^16.0.3", | ||
"jest": "^28.1.2", | ||
@@ -39,6 +41,4 @@ "multiformats": "^9.8.1", | ||
"dependencies": { | ||
"@azure/identity": "^3.0.0", | ||
"@azure/storage-blob": "^12.12.0", | ||
"dotenv": "^16.0.3" | ||
"@azure/storage-blob": "^12.12.0" | ||
} | ||
} |
@@ -32,3 +32,2 @@ # Azure Block Store | ||
``` | ||
## Build | ||
@@ -40,2 +39,12 @@ | ||
npm run build | ||
``` | ||
## Test | ||
Configure your storage account | ||
```sh | ||
export AZURE_STORAGE_ACCOUNT_NAME=xyz | ||
``` | ||
```sh | ||
npm run test | ||
@@ -42,0 +51,0 @@ ``` |
@@ -35,3 +35,3 @@ import { DefaultAzureCredential } from "@azure/identity"; | ||
test("demo az cas usage for @dstanesc/store-chunky-bytes", async () => { | ||
test("demo az cas usage in the context of @dstanesc/store-chunky-bytes", async () => { | ||
// optional cache | ||
@@ -38,0 +38,0 @@ const cache = {}; |
Sorry, the diff of this file is not supported yet
26372
1
54
13
- Removed@azure/identity@^3.0.0
- Removeddotenv@^16.0.3
- Removed@azure/abort-controller@1.1.0(transitive)
- Removed@azure/identity@3.4.2(transitive)
- Removed@azure/msal-browser@3.28.1(transitive)
- Removed@azure/msal-common@14.16.0(transitive)
- Removed@azure/msal-node@2.16.2(transitive)
- Removedbuffer-equal-constant-time@1.0.1(transitive)
- Removeddefine-lazy-prop@2.0.0(transitive)
- Removeddotenv@16.4.7(transitive)
- Removedecdsa-sig-formatter@1.0.11(transitive)
- Removedis-docker@2.2.1(transitive)
- Removedis-wsl@2.2.0(transitive)
- Removedjsonwebtoken@9.0.2(transitive)
- Removedjwa@1.4.12.0.0(transitive)
- Removedjws@3.2.24.0.0(transitive)
- Removedlodash.includes@4.3.0(transitive)
- Removedlodash.isboolean@3.0.3(transitive)
- Removedlodash.isinteger@4.0.4(transitive)
- Removedlodash.isnumber@3.0.3(transitive)
- Removedlodash.isplainobject@4.0.6(transitive)
- Removedlodash.isstring@4.0.1(transitive)
- Removedlodash.once@4.1.1(transitive)
- Removedopen@8.4.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsemver@7.7.1(transitive)
- Removedstoppable@1.1.0(transitive)
- Removeduuid@8.3.2(transitive)