@olane/o-storage 0.6.1 → 0.6.3
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.
|
@@ -6,7 +6,7 @@ export class SecureStorageProvider extends DiskStorageProvider {
|
|
|
6
6
|
constructor(config) {
|
|
7
7
|
super({
|
|
8
8
|
...config,
|
|
9
|
-
address: config.address || new oAddress('o://secure
|
|
9
|
+
address: config.address || new oAddress('o://secure'),
|
|
10
10
|
methods: STORAGE_PARAMS,
|
|
11
11
|
description: 'Secure storage provider',
|
|
12
12
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olane/o-storage",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -35,14 +35,10 @@
|
|
|
35
35
|
"license": "ISC",
|
|
36
36
|
"description": "oLane storage tool",
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@olane/o-config": "file:../o-config",
|
|
39
|
-
"@olane/o-core": "file:../..",
|
|
40
|
-
"@olane/o-protocol": "file:../o-protocol",
|
|
41
|
-
"@olane/o-tool": "file:../o-tool",
|
|
42
|
-
"@olane/o-leader": "file:../o-leader",
|
|
43
|
-
"@olane/o-intelligence": "file:../o-intelligence",
|
|
44
38
|
"@eslint/eslintrc": "^3.3.1",
|
|
45
39
|
"@eslint/js": "^9.29.0",
|
|
40
|
+
"@olane/o-intelligence": "^0.6.2",
|
|
41
|
+
"@olane/o-leader": "^0.6.2",
|
|
46
42
|
"@tsconfig/node20": "^20.1.6",
|
|
47
43
|
"@types/jest": "^30.0.0",
|
|
48
44
|
"@typescript-eslint/eslint-plugin": "^8.34.1",
|
|
@@ -60,10 +56,10 @@
|
|
|
60
56
|
"typescript": "5.4.5"
|
|
61
57
|
},
|
|
62
58
|
"peerDependencies": {
|
|
63
|
-
"@olane/o-config": "^0.6.
|
|
64
|
-
"@olane/o-core": "^0.6.
|
|
65
|
-
"@olane/o-protocol": "^0.6.
|
|
66
|
-
"@olane/o-tool": "^0.6.
|
|
59
|
+
"@olane/o-config": "^0.6.3",
|
|
60
|
+
"@olane/o-core": "^0.6.3",
|
|
61
|
+
"@olane/o-protocol": "^0.6.3",
|
|
62
|
+
"@olane/o-tool": "^0.6.3"
|
|
67
63
|
},
|
|
68
64
|
"dependencies": {
|
|
69
65
|
"debug": "^4.4.1",
|