@contractspec/example.versioned-knowledge-base 1.60.0 → 1.61.0

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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=12
6
- Bundled 12 modules in 23ms
6
+ Bundled 12 modules in 13ms
7
7
 
8
8
  docs/index.js 1.51 KB (entry point)
9
9
  ./index.js 20.10 KB (entry point)
@@ -19,7 +19,7 @@ Bundled 12 modules in 23ms
19
19
  handlers/memory.handlers.js 3.56 KB (entry point)
20
20
 
21
21
  [contractspec-bun-build] transpile target=node root=src entries=12
22
- Bundled 12 modules in 16ms
22
+ Bundled 12 modules in 27ms
23
23
 
24
24
  docs/index.js 1.50 KB (entry point)
25
25
  ./index.js 20.1 KB (entry point)
@@ -35,7 +35,7 @@ Bundled 12 modules in 16ms
35
35
  handlers/memory.handlers.js 3.55 KB (entry point)
36
36
 
37
37
  [contractspec-bun-build] transpile target=browser root=src entries=12
38
- Bundled 12 modules in 13ms
38
+ Bundled 12 modules in 32ms
39
39
 
40
40
  docs/index.js 1.50 KB (entry point)
41
41
  ./index.js 20.1 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @contractspec/example.versioned-knowledge-base
2
2
 
3
+ ## 1.61.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 374fd71: fix: publishing
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [374fd71]
12
+ - @contractspec/lib.contracts@1.61.0
13
+ - @contractspec/lib.schema@1.61.0
14
+
3
15
  ## 1.60.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.versioned-knowledge-base",
3
- "version": "1.60.0",
3
+ "version": "1.61.0",
4
4
  "description": "Example: curated, versioned knowledge base with immutable sources, rule versions, and published snapshots.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -8,112 +8,112 @@
8
8
  ".": {
9
9
  "types": "./dist/index.d.ts",
10
10
  "bun": "./dist/index.js",
11
- "node": "./dist/node/index.mjs",
11
+ "node": "./dist/node/index.js",
12
12
  "browser": "./dist/browser/index.js",
13
13
  "default": "./dist/index.js"
14
14
  },
15
15
  "./docs": {
16
16
  "types": "./dist/docs/index.d.ts",
17
17
  "bun": "./dist/docs/index.js",
18
- "node": "./dist/node/docs/index.mjs",
18
+ "node": "./dist/node/docs/index.js",
19
19
  "browser": "./dist/browser/docs/index.js",
20
20
  "default": "./dist/docs/index.js"
21
21
  },
22
22
  "./docs/index": {
23
23
  "types": "./dist/docs/index.d.ts",
24
24
  "bun": "./dist/docs/index.js",
25
- "node": "./dist/node/docs/index.mjs",
25
+ "node": "./dist/node/docs/index.js",
26
26
  "browser": "./dist/browser/docs/index.js",
27
27
  "default": "./dist/docs/index.js"
28
28
  },
29
29
  "./docs/versioned-knowledge-base.docblock": {
30
30
  "types": "./dist/docs/versioned-knowledge-base.docblock.d.ts",
31
31
  "bun": "./dist/docs/versioned-knowledge-base.docblock.js",
32
- "node": "./dist/node/docs/versioned-knowledge-base.docblock.mjs",
32
+ "node": "./dist/node/docs/versioned-knowledge-base.docblock.js",
33
33
  "browser": "./dist/browser/docs/versioned-knowledge-base.docblock.js",
34
34
  "default": "./dist/docs/versioned-knowledge-base.docblock.js"
35
35
  },
36
36
  "./entities": {
37
37
  "types": "./dist/entities/index.d.ts",
38
38
  "bun": "./dist/entities/index.js",
39
- "node": "./dist/node/entities/index.mjs",
39
+ "node": "./dist/node/entities/index.js",
40
40
  "browser": "./dist/browser/entities/index.js",
41
41
  "default": "./dist/entities/index.js"
42
42
  },
43
43
  "./entities/index": {
44
44
  "types": "./dist/entities/index.d.ts",
45
45
  "bun": "./dist/entities/index.js",
46
- "node": "./dist/node/entities/index.mjs",
46
+ "node": "./dist/node/entities/index.js",
47
47
  "browser": "./dist/browser/entities/index.js",
48
48
  "default": "./dist/entities/index.js"
49
49
  },
50
50
  "./entities/models": {
51
51
  "types": "./dist/entities/models.d.ts",
52
52
  "bun": "./dist/entities/models.js",
53
- "node": "./dist/node/entities/models.mjs",
53
+ "node": "./dist/node/entities/models.js",
54
54
  "browser": "./dist/browser/entities/models.js",
55
55
  "default": "./dist/entities/models.js"
56
56
  },
57
57
  "./events": {
58
58
  "types": "./dist/events.d.ts",
59
59
  "bun": "./dist/events.js",
60
- "node": "./dist/node/events.mjs",
60
+ "node": "./dist/node/events.js",
61
61
  "browser": "./dist/browser/events.js",
62
62
  "default": "./dist/events.js"
63
63
  },
64
64
  "./example": {
65
65
  "types": "./dist/example.d.ts",
66
66
  "bun": "./dist/example.js",
67
- "node": "./dist/node/example.mjs",
67
+ "node": "./dist/node/example.js",
68
68
  "browser": "./dist/browser/example.js",
69
69
  "default": "./dist/example.js"
70
70
  },
71
71
  "./handlers": {
72
72
  "types": "./dist/handlers/index.d.ts",
73
73
  "bun": "./dist/handlers/index.js",
74
- "node": "./dist/node/handlers/index.mjs",
74
+ "node": "./dist/node/handlers/index.js",
75
75
  "browser": "./dist/browser/handlers/index.js",
76
76
  "default": "./dist/handlers/index.js"
77
77
  },
78
78
  "./handlers/index": {
79
79
  "types": "./dist/handlers/index.d.ts",
80
80
  "bun": "./dist/handlers/index.js",
81
- "node": "./dist/node/handlers/index.mjs",
81
+ "node": "./dist/node/handlers/index.js",
82
82
  "browser": "./dist/browser/handlers/index.js",
83
83
  "default": "./dist/handlers/index.js"
84
84
  },
85
85
  "./handlers/memory.handlers": {
86
86
  "types": "./dist/handlers/memory.handlers.d.ts",
87
87
  "bun": "./dist/handlers/memory.handlers.js",
88
- "node": "./dist/node/handlers/memory.handlers.mjs",
88
+ "node": "./dist/node/handlers/memory.handlers.js",
89
89
  "browser": "./dist/browser/handlers/memory.handlers.js",
90
90
  "default": "./dist/handlers/memory.handlers.js"
91
91
  },
92
92
  "./operations": {
93
93
  "types": "./dist/operations/index.d.ts",
94
94
  "bun": "./dist/operations/index.js",
95
- "node": "./dist/node/operations/index.mjs",
95
+ "node": "./dist/node/operations/index.js",
96
96
  "browser": "./dist/browser/operations/index.js",
97
97
  "default": "./dist/operations/index.js"
98
98
  },
99
99
  "./operations/index": {
100
100
  "types": "./dist/operations/index.d.ts",
101
101
  "bun": "./dist/operations/index.js",
102
- "node": "./dist/node/operations/index.mjs",
102
+ "node": "./dist/node/operations/index.js",
103
103
  "browser": "./dist/browser/operations/index.js",
104
104
  "default": "./dist/operations/index.js"
105
105
  },
106
106
  "./operations/kb": {
107
107
  "types": "./dist/operations/kb.d.ts",
108
108
  "bun": "./dist/operations/kb.js",
109
- "node": "./dist/node/operations/kb.mjs",
109
+ "node": "./dist/node/operations/kb.js",
110
110
  "browser": "./dist/browser/operations/kb.js",
111
111
  "default": "./dist/operations/kb.js"
112
112
  },
113
113
  "./versioned-knowledge-base.feature": {
114
114
  "types": "./dist/versioned-knowledge-base.feature.d.ts",
115
115
  "bun": "./dist/versioned-knowledge-base.feature.js",
116
- "node": "./dist/node/versioned-knowledge-base.feature.mjs",
116
+ "node": "./dist/node/versioned-knowledge-base.feature.js",
117
117
  "browser": "./dist/browser/versioned-knowledge-base.feature.js",
118
118
  "default": "./dist/versioned-knowledge-base.feature.js"
119
119
  }
@@ -134,13 +134,13 @@
134
134
  "typecheck": "tsc --noEmit"
135
135
  },
136
136
  "dependencies": {
137
- "@contractspec/lib.contracts": "1.60.0",
138
- "@contractspec/lib.schema": "1.60.0"
137
+ "@contractspec/lib.contracts": "1.61.0",
138
+ "@contractspec/lib.schema": "1.61.0"
139
139
  },
140
140
  "devDependencies": {
141
- "@contractspec/tool.typescript": "1.60.0",
141
+ "@contractspec/tool.typescript": "1.61.0",
142
142
  "typescript": "^5.9.3",
143
- "@contractspec/tool.bun": "1.59.0"
143
+ "@contractspec/tool.bun": "1.60.0"
144
144
  },
145
145
  "publishConfig": {
146
146
  "access": "public",
@@ -148,112 +148,112 @@
148
148
  ".": {
149
149
  "types": "./dist/index.d.ts",
150
150
  "bun": "./dist/index.js",
151
- "node": "./dist/node/index.mjs",
151
+ "node": "./dist/node/index.js",
152
152
  "browser": "./dist/browser/index.js",
153
153
  "default": "./dist/index.js"
154
154
  },
155
155
  "./docs": {
156
156
  "types": "./dist/docs/index.d.ts",
157
157
  "bun": "./dist/docs/index.js",
158
- "node": "./dist/node/docs/index.mjs",
158
+ "node": "./dist/node/docs/index.js",
159
159
  "browser": "./dist/browser/docs/index.js",
160
160
  "default": "./dist/docs/index.js"
161
161
  },
162
162
  "./docs/index": {
163
163
  "types": "./dist/docs/index.d.ts",
164
164
  "bun": "./dist/docs/index.js",
165
- "node": "./dist/node/docs/index.mjs",
165
+ "node": "./dist/node/docs/index.js",
166
166
  "browser": "./dist/browser/docs/index.js",
167
167
  "default": "./dist/docs/index.js"
168
168
  },
169
169
  "./docs/versioned-knowledge-base.docblock": {
170
170
  "types": "./dist/docs/versioned-knowledge-base.docblock.d.ts",
171
171
  "bun": "./dist/docs/versioned-knowledge-base.docblock.js",
172
- "node": "./dist/node/docs/versioned-knowledge-base.docblock.mjs",
172
+ "node": "./dist/node/docs/versioned-knowledge-base.docblock.js",
173
173
  "browser": "./dist/browser/docs/versioned-knowledge-base.docblock.js",
174
174
  "default": "./dist/docs/versioned-knowledge-base.docblock.js"
175
175
  },
176
176
  "./entities": {
177
177
  "types": "./dist/entities/index.d.ts",
178
178
  "bun": "./dist/entities/index.js",
179
- "node": "./dist/node/entities/index.mjs",
179
+ "node": "./dist/node/entities/index.js",
180
180
  "browser": "./dist/browser/entities/index.js",
181
181
  "default": "./dist/entities/index.js"
182
182
  },
183
183
  "./entities/index": {
184
184
  "types": "./dist/entities/index.d.ts",
185
185
  "bun": "./dist/entities/index.js",
186
- "node": "./dist/node/entities/index.mjs",
186
+ "node": "./dist/node/entities/index.js",
187
187
  "browser": "./dist/browser/entities/index.js",
188
188
  "default": "./dist/entities/index.js"
189
189
  },
190
190
  "./entities/models": {
191
191
  "types": "./dist/entities/models.d.ts",
192
192
  "bun": "./dist/entities/models.js",
193
- "node": "./dist/node/entities/models.mjs",
193
+ "node": "./dist/node/entities/models.js",
194
194
  "browser": "./dist/browser/entities/models.js",
195
195
  "default": "./dist/entities/models.js"
196
196
  },
197
197
  "./events": {
198
198
  "types": "./dist/events.d.ts",
199
199
  "bun": "./dist/events.js",
200
- "node": "./dist/node/events.mjs",
200
+ "node": "./dist/node/events.js",
201
201
  "browser": "./dist/browser/events.js",
202
202
  "default": "./dist/events.js"
203
203
  },
204
204
  "./example": {
205
205
  "types": "./dist/example.d.ts",
206
206
  "bun": "./dist/example.js",
207
- "node": "./dist/node/example.mjs",
207
+ "node": "./dist/node/example.js",
208
208
  "browser": "./dist/browser/example.js",
209
209
  "default": "./dist/example.js"
210
210
  },
211
211
  "./handlers": {
212
212
  "types": "./dist/handlers/index.d.ts",
213
213
  "bun": "./dist/handlers/index.js",
214
- "node": "./dist/node/handlers/index.mjs",
214
+ "node": "./dist/node/handlers/index.js",
215
215
  "browser": "./dist/browser/handlers/index.js",
216
216
  "default": "./dist/handlers/index.js"
217
217
  },
218
218
  "./handlers/index": {
219
219
  "types": "./dist/handlers/index.d.ts",
220
220
  "bun": "./dist/handlers/index.js",
221
- "node": "./dist/node/handlers/index.mjs",
221
+ "node": "./dist/node/handlers/index.js",
222
222
  "browser": "./dist/browser/handlers/index.js",
223
223
  "default": "./dist/handlers/index.js"
224
224
  },
225
225
  "./handlers/memory.handlers": {
226
226
  "types": "./dist/handlers/memory.handlers.d.ts",
227
227
  "bun": "./dist/handlers/memory.handlers.js",
228
- "node": "./dist/node/handlers/memory.handlers.mjs",
228
+ "node": "./dist/node/handlers/memory.handlers.js",
229
229
  "browser": "./dist/browser/handlers/memory.handlers.js",
230
230
  "default": "./dist/handlers/memory.handlers.js"
231
231
  },
232
232
  "./operations": {
233
233
  "types": "./dist/operations/index.d.ts",
234
234
  "bun": "./dist/operations/index.js",
235
- "node": "./dist/node/operations/index.mjs",
235
+ "node": "./dist/node/operations/index.js",
236
236
  "browser": "./dist/browser/operations/index.js",
237
237
  "default": "./dist/operations/index.js"
238
238
  },
239
239
  "./operations/index": {
240
240
  "types": "./dist/operations/index.d.ts",
241
241
  "bun": "./dist/operations/index.js",
242
- "node": "./dist/node/operations/index.mjs",
242
+ "node": "./dist/node/operations/index.js",
243
243
  "browser": "./dist/browser/operations/index.js",
244
244
  "default": "./dist/operations/index.js"
245
245
  },
246
246
  "./operations/kb": {
247
247
  "types": "./dist/operations/kb.d.ts",
248
248
  "bun": "./dist/operations/kb.js",
249
- "node": "./dist/node/operations/kb.mjs",
249
+ "node": "./dist/node/operations/kb.js",
250
250
  "browser": "./dist/browser/operations/kb.js",
251
251
  "default": "./dist/operations/kb.js"
252
252
  },
253
253
  "./versioned-knowledge-base.feature": {
254
254
  "types": "./dist/versioned-knowledge-base.feature.d.ts",
255
255
  "bun": "./dist/versioned-knowledge-base.feature.js",
256
- "node": "./dist/node/versioned-knowledge-base.feature.mjs",
256
+ "node": "./dist/node/versioned-knowledge-base.feature.js",
257
257
  "browser": "./dist/browser/versioned-knowledge-base.feature.js",
258
258
  "default": "./dist/versioned-knowledge-base.feature.js"
259
259
  }