@twin.org/blob-storage-connector-ipfs 0.0.1-next.15 → 0.0.1-next.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/changelog.md +1 -1
- package/locales/en.json +1 -1
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
package/locales/en.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"error": {
|
|
3
3
|
"ipfsBlobStorageConnector": {
|
|
4
4
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
|
|
5
|
-
"fetchFail": "Failure during IPFS
|
|
5
|
+
"fetchFail": "Failure during IPFS request",
|
|
6
6
|
"setBlobFailed": "Failed to store blob in IPFS",
|
|
7
7
|
"getBlobFailed": "Failed to get blob from IPFS",
|
|
8
8
|
"removeBlobFailed": "Failed to remove blob from IPFS"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/blob-storage-connector-ipfs",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.16",
|
|
4
4
|
"description": "Blob Storage connector implementation using IPFS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/blob-storage-models": "0.0.1-next.
|
|
17
|
+
"@twin.org/blob-storage-models": "0.0.1-next.16",
|
|
18
18
|
"@twin.org/core": "next",
|
|
19
19
|
"@twin.org/crypto": "next",
|
|
20
20
|
"@twin.org/nameof": "next",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"import": "./dist/esm/index.mjs",
|
|
30
30
|
"types": "./dist/types/index.d.ts"
|
|
31
31
|
},
|
|
32
|
-
"./locales": "./locales"
|
|
32
|
+
"./locales/*.json": "./locales/*.json"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"dist/cjs",
|