@contractspec/example.kb-update-pipeline 3.7.0 → 3.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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +9 -0
- package/package.json +25 -81
package/.turbo/turbo-build.log
CHANGED
|
@@ -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=14 noBundle=false
|
|
6
|
-
Bundled 14 modules in
|
|
6
|
+
Bundled 14 modules in 23ms
|
|
7
7
|
|
|
8
8
|
docs/index.js 1.49 KB (entry point)
|
|
9
9
|
./index.js 20.86 KB (entry point)
|
|
@@ -21,7 +21,7 @@ Bundled 14 modules in 39ms
|
|
|
21
21
|
handlers/memory.handlers.js 3.62 KB (entry point)
|
|
22
22
|
|
|
23
23
|
[contractspec-bun-build] transpile target=node root=src entries=14 noBundle=false
|
|
24
|
-
Bundled 14 modules in
|
|
24
|
+
Bundled 14 modules in 29ms
|
|
25
25
|
|
|
26
26
|
docs/index.js 1.48 KB (entry point)
|
|
27
27
|
./index.js 20.85 KB (entry point)
|
|
@@ -39,7 +39,7 @@ Bundled 14 modules in 34ms
|
|
|
39
39
|
handlers/memory.handlers.js 3.61 KB (entry point)
|
|
40
40
|
|
|
41
41
|
[contractspec-bun-build] transpile target=browser root=src entries=14 noBundle=false
|
|
42
|
-
Bundled 14 modules in
|
|
42
|
+
Bundled 14 modules in 43ms
|
|
43
43
|
|
|
44
44
|
docs/index.js 1.48 KB (entry point)
|
|
45
45
|
./index.js 20.85 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @contractspec/example.kb-update-pipeline
|
|
2
2
|
|
|
3
|
+
## 3.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5eb8626: fix: package exports
|
|
8
|
+
- Updated dependencies [5eb8626]
|
|
9
|
+
- @contractspec/lib.contracts-spec@3.7.1
|
|
10
|
+
- @contractspec/lib.schema@3.7.1
|
|
11
|
+
|
|
3
12
|
## 3.7.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,134 +1,106 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.kb-update-pipeline",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"description": "Example: KB update automation pipeline with HITL review and auditability.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
|
+
"browser": "./dist/browser/index.js",
|
|
10
11
|
"bun": "./dist/index.js",
|
|
11
12
|
"node": "./dist/node/index.js",
|
|
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
|
-
"bun": "./dist/docs/index.js",
|
|
18
|
-
"node": "./dist/node/docs/index.js",
|
|
19
17
|
"browser": "./dist/browser/docs/index.js",
|
|
20
|
-
"default": "./dist/docs/index.js"
|
|
21
|
-
},
|
|
22
|
-
"./docs/index": {
|
|
23
|
-
"types": "./dist/docs/index.d.ts",
|
|
24
18
|
"bun": "./dist/docs/index.js",
|
|
25
19
|
"node": "./dist/node/docs/index.js",
|
|
26
|
-
"browser": "./dist/browser/docs/index.js",
|
|
27
20
|
"default": "./dist/docs/index.js"
|
|
28
21
|
},
|
|
29
22
|
"./docs/kb-update-pipeline.docblock": {
|
|
30
23
|
"types": "./dist/docs/kb-update-pipeline.docblock.d.ts",
|
|
24
|
+
"browser": "./dist/browser/docs/kb-update-pipeline.docblock.js",
|
|
31
25
|
"bun": "./dist/docs/kb-update-pipeline.docblock.js",
|
|
32
26
|
"node": "./dist/node/docs/kb-update-pipeline.docblock.js",
|
|
33
|
-
"browser": "./dist/browser/docs/kb-update-pipeline.docblock.js",
|
|
34
27
|
"default": "./dist/docs/kb-update-pipeline.docblock.js"
|
|
35
28
|
},
|
|
36
29
|
"./entities": {
|
|
37
30
|
"types": "./dist/entities/index.d.ts",
|
|
38
|
-
"bun": "./dist/entities/index.js",
|
|
39
|
-
"node": "./dist/node/entities/index.js",
|
|
40
31
|
"browser": "./dist/browser/entities/index.js",
|
|
41
|
-
"default": "./dist/entities/index.js"
|
|
42
|
-
},
|
|
43
|
-
"./entities/index": {
|
|
44
|
-
"types": "./dist/entities/index.d.ts",
|
|
45
32
|
"bun": "./dist/entities/index.js",
|
|
46
33
|
"node": "./dist/node/entities/index.js",
|
|
47
|
-
"browser": "./dist/browser/entities/index.js",
|
|
48
34
|
"default": "./dist/entities/index.js"
|
|
49
35
|
},
|
|
50
36
|
"./entities/models": {
|
|
51
37
|
"types": "./dist/entities/models.d.ts",
|
|
38
|
+
"browser": "./dist/browser/entities/models.js",
|
|
52
39
|
"bun": "./dist/entities/models.js",
|
|
53
40
|
"node": "./dist/node/entities/models.js",
|
|
54
|
-
"browser": "./dist/browser/entities/models.js",
|
|
55
41
|
"default": "./dist/entities/models.js"
|
|
56
42
|
},
|
|
57
43
|
"./events": {
|
|
58
44
|
"types": "./dist/events.d.ts",
|
|
45
|
+
"browser": "./dist/browser/events.js",
|
|
59
46
|
"bun": "./dist/events.js",
|
|
60
47
|
"node": "./dist/node/events.js",
|
|
61
|
-
"browser": "./dist/browser/events.js",
|
|
62
48
|
"default": "./dist/events.js"
|
|
63
49
|
},
|
|
64
50
|
"./example": {
|
|
65
51
|
"types": "./dist/example.d.ts",
|
|
52
|
+
"browser": "./dist/browser/example.js",
|
|
66
53
|
"bun": "./dist/example.js",
|
|
67
54
|
"node": "./dist/node/example.js",
|
|
68
|
-
"browser": "./dist/browser/example.js",
|
|
69
55
|
"default": "./dist/example.js"
|
|
70
56
|
},
|
|
71
57
|
"./handlers": {
|
|
72
58
|
"types": "./dist/handlers/index.d.ts",
|
|
73
|
-
"bun": "./dist/handlers/index.js",
|
|
74
|
-
"node": "./dist/node/handlers/index.js",
|
|
75
59
|
"browser": "./dist/browser/handlers/index.js",
|
|
76
|
-
"default": "./dist/handlers/index.js"
|
|
77
|
-
},
|
|
78
|
-
"./handlers/index": {
|
|
79
|
-
"types": "./dist/handlers/index.d.ts",
|
|
80
60
|
"bun": "./dist/handlers/index.js",
|
|
81
61
|
"node": "./dist/node/handlers/index.js",
|
|
82
|
-
"browser": "./dist/browser/handlers/index.js",
|
|
83
62
|
"default": "./dist/handlers/index.js"
|
|
84
63
|
},
|
|
85
64
|
"./handlers/memory.handlers": {
|
|
86
65
|
"types": "./dist/handlers/memory.handlers.d.ts",
|
|
66
|
+
"browser": "./dist/browser/handlers/memory.handlers.js",
|
|
87
67
|
"bun": "./dist/handlers/memory.handlers.js",
|
|
88
68
|
"node": "./dist/node/handlers/memory.handlers.js",
|
|
89
|
-
"browser": "./dist/browser/handlers/memory.handlers.js",
|
|
90
69
|
"default": "./dist/handlers/memory.handlers.js"
|
|
91
70
|
},
|
|
92
71
|
"./kb-update-pipeline.feature": {
|
|
93
72
|
"types": "./dist/kb-update-pipeline.feature.d.ts",
|
|
73
|
+
"browser": "./dist/browser/kb-update-pipeline.feature.js",
|
|
94
74
|
"bun": "./dist/kb-update-pipeline.feature.js",
|
|
95
75
|
"node": "./dist/node/kb-update-pipeline.feature.js",
|
|
96
|
-
"browser": "./dist/browser/kb-update-pipeline.feature.js",
|
|
97
76
|
"default": "./dist/kb-update-pipeline.feature.js"
|
|
98
77
|
},
|
|
99
78
|
"./operations": {
|
|
100
79
|
"types": "./dist/operations/index.d.ts",
|
|
101
|
-
"bun": "./dist/operations/index.js",
|
|
102
|
-
"node": "./dist/node/operations/index.js",
|
|
103
80
|
"browser": "./dist/browser/operations/index.js",
|
|
104
|
-
"default": "./dist/operations/index.js"
|
|
105
|
-
},
|
|
106
|
-
"./operations/index": {
|
|
107
|
-
"types": "./dist/operations/index.d.ts",
|
|
108
81
|
"bun": "./dist/operations/index.js",
|
|
109
82
|
"node": "./dist/node/operations/index.js",
|
|
110
|
-
"browser": "./dist/browser/operations/index.js",
|
|
111
83
|
"default": "./dist/operations/index.js"
|
|
112
84
|
},
|
|
113
85
|
"./operations/pipeline": {
|
|
114
86
|
"types": "./dist/operations/pipeline.d.ts",
|
|
87
|
+
"browser": "./dist/browser/operations/pipeline.js",
|
|
115
88
|
"bun": "./dist/operations/pipeline.js",
|
|
116
89
|
"node": "./dist/node/operations/pipeline.js",
|
|
117
|
-
"browser": "./dist/browser/operations/pipeline.js",
|
|
118
90
|
"default": "./dist/operations/pipeline.js"
|
|
119
91
|
},
|
|
120
92
|
"./presentations": {
|
|
121
93
|
"types": "./dist/presentations.d.ts",
|
|
94
|
+
"browser": "./dist/browser/presentations.js",
|
|
122
95
|
"bun": "./dist/presentations.js",
|
|
123
96
|
"node": "./dist/node/presentations.js",
|
|
124
|
-
"browser": "./dist/browser/presentations.js",
|
|
125
97
|
"default": "./dist/presentations.js"
|
|
126
98
|
},
|
|
127
99
|
"./tests/operations.test-spec": {
|
|
128
100
|
"types": "./dist/tests/operations.test-spec.d.ts",
|
|
101
|
+
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
129
102
|
"bun": "./dist/tests/operations.test-spec.js",
|
|
130
103
|
"node": "./dist/node/tests/operations.test-spec.js",
|
|
131
|
-
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
132
104
|
"default": "./dist/tests/operations.test-spec.js"
|
|
133
105
|
}
|
|
134
106
|
},
|
|
@@ -148,141 +120,113 @@
|
|
|
148
120
|
"typecheck": "tsc --noEmit"
|
|
149
121
|
},
|
|
150
122
|
"dependencies": {
|
|
151
|
-
"@contractspec/lib.contracts-spec": "3.7.
|
|
152
|
-
"@contractspec/lib.schema": "3.7.
|
|
123
|
+
"@contractspec/lib.contracts-spec": "3.7.1",
|
|
124
|
+
"@contractspec/lib.schema": "3.7.1"
|
|
153
125
|
},
|
|
154
126
|
"devDependencies": {
|
|
155
|
-
"@contractspec/tool.typescript": "3.7.
|
|
127
|
+
"@contractspec/tool.typescript": "3.7.1",
|
|
156
128
|
"typescript": "^5.9.3",
|
|
157
|
-
"@contractspec/tool.bun": "3.7.
|
|
129
|
+
"@contractspec/tool.bun": "3.7.1"
|
|
158
130
|
},
|
|
159
131
|
"publishConfig": {
|
|
160
132
|
"access": "public",
|
|
161
133
|
"exports": {
|
|
162
134
|
".": {
|
|
163
135
|
"types": "./dist/index.d.ts",
|
|
136
|
+
"browser": "./dist/browser/index.js",
|
|
164
137
|
"bun": "./dist/index.js",
|
|
165
138
|
"node": "./dist/node/index.js",
|
|
166
|
-
"browser": "./dist/browser/index.js",
|
|
167
139
|
"default": "./dist/index.js"
|
|
168
140
|
},
|
|
169
141
|
"./docs": {
|
|
170
142
|
"types": "./dist/docs/index.d.ts",
|
|
171
|
-
"bun": "./dist/docs/index.js",
|
|
172
|
-
"node": "./dist/node/docs/index.js",
|
|
173
143
|
"browser": "./dist/browser/docs/index.js",
|
|
174
|
-
"default": "./dist/docs/index.js"
|
|
175
|
-
},
|
|
176
|
-
"./docs/index": {
|
|
177
|
-
"types": "./dist/docs/index.d.ts",
|
|
178
144
|
"bun": "./dist/docs/index.js",
|
|
179
145
|
"node": "./dist/node/docs/index.js",
|
|
180
|
-
"browser": "./dist/browser/docs/index.js",
|
|
181
146
|
"default": "./dist/docs/index.js"
|
|
182
147
|
},
|
|
183
148
|
"./docs/kb-update-pipeline.docblock": {
|
|
184
149
|
"types": "./dist/docs/kb-update-pipeline.docblock.d.ts",
|
|
150
|
+
"browser": "./dist/browser/docs/kb-update-pipeline.docblock.js",
|
|
185
151
|
"bun": "./dist/docs/kb-update-pipeline.docblock.js",
|
|
186
152
|
"node": "./dist/node/docs/kb-update-pipeline.docblock.js",
|
|
187
|
-
"browser": "./dist/browser/docs/kb-update-pipeline.docblock.js",
|
|
188
153
|
"default": "./dist/docs/kb-update-pipeline.docblock.js"
|
|
189
154
|
},
|
|
190
155
|
"./entities": {
|
|
191
156
|
"types": "./dist/entities/index.d.ts",
|
|
192
|
-
"bun": "./dist/entities/index.js",
|
|
193
|
-
"node": "./dist/node/entities/index.js",
|
|
194
157
|
"browser": "./dist/browser/entities/index.js",
|
|
195
|
-
"default": "./dist/entities/index.js"
|
|
196
|
-
},
|
|
197
|
-
"./entities/index": {
|
|
198
|
-
"types": "./dist/entities/index.d.ts",
|
|
199
158
|
"bun": "./dist/entities/index.js",
|
|
200
159
|
"node": "./dist/node/entities/index.js",
|
|
201
|
-
"browser": "./dist/browser/entities/index.js",
|
|
202
160
|
"default": "./dist/entities/index.js"
|
|
203
161
|
},
|
|
204
162
|
"./entities/models": {
|
|
205
163
|
"types": "./dist/entities/models.d.ts",
|
|
164
|
+
"browser": "./dist/browser/entities/models.js",
|
|
206
165
|
"bun": "./dist/entities/models.js",
|
|
207
166
|
"node": "./dist/node/entities/models.js",
|
|
208
|
-
"browser": "./dist/browser/entities/models.js",
|
|
209
167
|
"default": "./dist/entities/models.js"
|
|
210
168
|
},
|
|
211
169
|
"./events": {
|
|
212
170
|
"types": "./dist/events.d.ts",
|
|
171
|
+
"browser": "./dist/browser/events.js",
|
|
213
172
|
"bun": "./dist/events.js",
|
|
214
173
|
"node": "./dist/node/events.js",
|
|
215
|
-
"browser": "./dist/browser/events.js",
|
|
216
174
|
"default": "./dist/events.js"
|
|
217
175
|
},
|
|
218
176
|
"./example": {
|
|
219
177
|
"types": "./dist/example.d.ts",
|
|
178
|
+
"browser": "./dist/browser/example.js",
|
|
220
179
|
"bun": "./dist/example.js",
|
|
221
180
|
"node": "./dist/node/example.js",
|
|
222
|
-
"browser": "./dist/browser/example.js",
|
|
223
181
|
"default": "./dist/example.js"
|
|
224
182
|
},
|
|
225
183
|
"./handlers": {
|
|
226
184
|
"types": "./dist/handlers/index.d.ts",
|
|
227
|
-
"bun": "./dist/handlers/index.js",
|
|
228
|
-
"node": "./dist/node/handlers/index.js",
|
|
229
185
|
"browser": "./dist/browser/handlers/index.js",
|
|
230
|
-
"default": "./dist/handlers/index.js"
|
|
231
|
-
},
|
|
232
|
-
"./handlers/index": {
|
|
233
|
-
"types": "./dist/handlers/index.d.ts",
|
|
234
186
|
"bun": "./dist/handlers/index.js",
|
|
235
187
|
"node": "./dist/node/handlers/index.js",
|
|
236
|
-
"browser": "./dist/browser/handlers/index.js",
|
|
237
188
|
"default": "./dist/handlers/index.js"
|
|
238
189
|
},
|
|
239
190
|
"./handlers/memory.handlers": {
|
|
240
191
|
"types": "./dist/handlers/memory.handlers.d.ts",
|
|
192
|
+
"browser": "./dist/browser/handlers/memory.handlers.js",
|
|
241
193
|
"bun": "./dist/handlers/memory.handlers.js",
|
|
242
194
|
"node": "./dist/node/handlers/memory.handlers.js",
|
|
243
|
-
"browser": "./dist/browser/handlers/memory.handlers.js",
|
|
244
195
|
"default": "./dist/handlers/memory.handlers.js"
|
|
245
196
|
},
|
|
246
197
|
"./kb-update-pipeline.feature": {
|
|
247
198
|
"types": "./dist/kb-update-pipeline.feature.d.ts",
|
|
199
|
+
"browser": "./dist/browser/kb-update-pipeline.feature.js",
|
|
248
200
|
"bun": "./dist/kb-update-pipeline.feature.js",
|
|
249
201
|
"node": "./dist/node/kb-update-pipeline.feature.js",
|
|
250
|
-
"browser": "./dist/browser/kb-update-pipeline.feature.js",
|
|
251
202
|
"default": "./dist/kb-update-pipeline.feature.js"
|
|
252
203
|
},
|
|
253
204
|
"./operations": {
|
|
254
205
|
"types": "./dist/operations/index.d.ts",
|
|
255
|
-
"bun": "./dist/operations/index.js",
|
|
256
|
-
"node": "./dist/node/operations/index.js",
|
|
257
206
|
"browser": "./dist/browser/operations/index.js",
|
|
258
|
-
"default": "./dist/operations/index.js"
|
|
259
|
-
},
|
|
260
|
-
"./operations/index": {
|
|
261
|
-
"types": "./dist/operations/index.d.ts",
|
|
262
207
|
"bun": "./dist/operations/index.js",
|
|
263
208
|
"node": "./dist/node/operations/index.js",
|
|
264
|
-
"browser": "./dist/browser/operations/index.js",
|
|
265
209
|
"default": "./dist/operations/index.js"
|
|
266
210
|
},
|
|
267
211
|
"./operations/pipeline": {
|
|
268
212
|
"types": "./dist/operations/pipeline.d.ts",
|
|
213
|
+
"browser": "./dist/browser/operations/pipeline.js",
|
|
269
214
|
"bun": "./dist/operations/pipeline.js",
|
|
270
215
|
"node": "./dist/node/operations/pipeline.js",
|
|
271
|
-
"browser": "./dist/browser/operations/pipeline.js",
|
|
272
216
|
"default": "./dist/operations/pipeline.js"
|
|
273
217
|
},
|
|
274
218
|
"./presentations": {
|
|
275
219
|
"types": "./dist/presentations.d.ts",
|
|
220
|
+
"browser": "./dist/browser/presentations.js",
|
|
276
221
|
"bun": "./dist/presentations.js",
|
|
277
222
|
"node": "./dist/node/presentations.js",
|
|
278
|
-
"browser": "./dist/browser/presentations.js",
|
|
279
223
|
"default": "./dist/presentations.js"
|
|
280
224
|
},
|
|
281
225
|
"./tests/operations.test-spec": {
|
|
282
226
|
"types": "./dist/tests/operations.test-spec.d.ts",
|
|
227
|
+
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
283
228
|
"bun": "./dist/tests/operations.test-spec.js",
|
|
284
229
|
"node": "./dist/node/tests/operations.test-spec.js",
|
|
285
|
-
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
286
230
|
"default": "./dist/tests/operations.test-spec.js"
|
|
287
231
|
}
|
|
288
232
|
},
|