@contractspec/module.context-storage 0.7.0 → 0.7.1
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/package.json +7 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/module.context-storage",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Context storage module with persistence adapters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"typecheck": "tsc --noEmit"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@contractspec/lib.context-storage": "0.7.
|
|
29
|
-
"@contractspec/lib.schema": "3.7.
|
|
30
|
-
"@contractspec/lib.contracts-integrations": "3.7.
|
|
31
|
-
"@contractspec/lib.knowledge": "3.7.
|
|
28
|
+
"@contractspec/lib.context-storage": "0.7.1",
|
|
29
|
+
"@contractspec/lib.schema": "3.7.1",
|
|
30
|
+
"@contractspec/lib.contracts-integrations": "3.7.1",
|
|
31
|
+
"@contractspec/lib.knowledge": "3.7.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@contractspec/tool.typescript": "3.7.
|
|
35
|
-
"@contractspec/tool.bun": "3.7.
|
|
34
|
+
"@contractspec/tool.typescript": "3.7.1",
|
|
35
|
+
"@contractspec/tool.bun": "3.7.1",
|
|
36
36
|
"typescript": "^5.9.3"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
@@ -48,12 +48,6 @@
|
|
|
48
48
|
"node": "./dist/node/entities/index.js",
|
|
49
49
|
"default": "./dist/entities/index.js"
|
|
50
50
|
},
|
|
51
|
-
"./entities/index": {
|
|
52
|
-
"types": "./dist/entities/index.d.ts",
|
|
53
|
-
"bun": "./dist/entities/index.js",
|
|
54
|
-
"node": "./dist/node/entities/index.js",
|
|
55
|
-
"default": "./dist/entities/index.js"
|
|
56
|
-
},
|
|
57
51
|
"./pipeline/context-snapshot-pipeline": {
|
|
58
52
|
"types": "./dist/pipeline/context-snapshot-pipeline.d.ts",
|
|
59
53
|
"bun": "./dist/pipeline/context-snapshot-pipeline.js",
|
|
@@ -65,12 +59,6 @@
|
|
|
65
59
|
"bun": "./dist/storage/index.js",
|
|
66
60
|
"node": "./dist/node/storage/index.js",
|
|
67
61
|
"default": "./dist/storage/index.js"
|
|
68
|
-
},
|
|
69
|
-
"./storage/index": {
|
|
70
|
-
"types": "./dist/storage/index.d.ts",
|
|
71
|
-
"bun": "./dist/storage/index.js",
|
|
72
|
-
"node": "./dist/node/storage/index.js",
|
|
73
|
-
"default": "./dist/storage/index.js"
|
|
74
62
|
}
|
|
75
63
|
},
|
|
76
64
|
"files": [
|
|
@@ -92,12 +80,6 @@
|
|
|
92
80
|
"node": "./dist/node/entities/index.js",
|
|
93
81
|
"default": "./dist/entities/index.js"
|
|
94
82
|
},
|
|
95
|
-
"./entities/index": {
|
|
96
|
-
"types": "./dist/entities/index.d.ts",
|
|
97
|
-
"bun": "./dist/entities/index.js",
|
|
98
|
-
"node": "./dist/node/entities/index.js",
|
|
99
|
-
"default": "./dist/entities/index.js"
|
|
100
|
-
},
|
|
101
83
|
"./pipeline/context-snapshot-pipeline": {
|
|
102
84
|
"types": "./dist/pipeline/context-snapshot-pipeline.d.ts",
|
|
103
85
|
"bun": "./dist/pipeline/context-snapshot-pipeline.js",
|
|
@@ -109,12 +91,6 @@
|
|
|
109
91
|
"bun": "./dist/storage/index.js",
|
|
110
92
|
"node": "./dist/node/storage/index.js",
|
|
111
93
|
"default": "./dist/storage/index.js"
|
|
112
|
-
},
|
|
113
|
-
"./storage/index": {
|
|
114
|
-
"types": "./dist/storage/index.d.ts",
|
|
115
|
-
"bun": "./dist/storage/index.js",
|
|
116
|
-
"node": "./dist/node/storage/index.js",
|
|
117
|
-
"default": "./dist/storage/index.js"
|
|
118
94
|
}
|
|
119
95
|
},
|
|
120
96
|
"registry": "https://registry.npmjs.org/"
|