@twin.org/blob-storage-connector-ipfs 0.0.1-next.14 → 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 CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/blob-storage-connector-ipfs - Changelog
2
2
 
3
- ## v0.0.1-next.14
3
+ ## v0.0.1-next.16
4
4
 
5
5
  - Initial Release
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 fetch \"{message}\"",
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.14",
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.14",
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",