@contractspec/example.integration-stripe 1.61.0 → 2.0.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.
- package/.turbo/turbo-build.log +11 -11
- package/CHANGELOG.md +82 -45
- package/dist/blueprint.d.ts +1 -2
- package/dist/blueprint.js +1 -1
- package/dist/browser/blueprint.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/docs/integration-stripe.docblock.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +4 -4
- package/dist/browser/workflow.js +1 -1
- package/dist/connection.sample.d.ts +1 -2
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/docs/integration-stripe.docblock.d.ts +0 -1
- package/dist/docs/integration-stripe.docblock.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +4 -4
- package/dist/node/blueprint.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/docs/integration-stripe.docblock.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +4 -4
- package/dist/node/workflow.js +1 -1
- package/dist/tenant.d.ts +1 -2
- package/dist/workflow.d.ts +1 -2
- package/dist/workflow.js +1 -1
- package/package.json +7 -6
- package/src/blueprint.ts +2 -2
- package/src/connection.sample.ts +1 -1
- package/src/docs/integration-stripe.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/src/tenant.ts +1 -1
- package/src/workflow.ts +2 -2
- package/dist/blueprint.d.ts.map +0 -1
- package/dist/connection.sample.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/docs/integration-stripe.docblock.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/tenant.d.ts.map +0 -1
- package/dist/workflow.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,39 +3,39 @@ $ 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=8
|
|
6
|
-
Bundled 8 modules in
|
|
6
|
+
Bundled 8 modules in 29ms
|
|
7
7
|
|
|
8
8
|
./blueprint.js 1.77 KB (entry point)
|
|
9
|
-
./index.js 7.
|
|
9
|
+
./index.js 7.71 KB (entry point)
|
|
10
10
|
./connection.sample.js 0.58 KB (entry point)
|
|
11
11
|
docs/index.js 1.59 KB (entry point)
|
|
12
12
|
docs/integration-stripe.docblock.js 1.59 KB (entry point)
|
|
13
13
|
./example.js 1.0 KB (entry point)
|
|
14
14
|
./tenant.js 1.34 KB (entry point)
|
|
15
|
-
./workflow.js 1.
|
|
15
|
+
./workflow.js 1.42 KB (entry point)
|
|
16
16
|
|
|
17
17
|
[contractspec-bun-build] transpile target=node root=src entries=8
|
|
18
|
-
Bundled 8 modules in
|
|
18
|
+
Bundled 8 modules in 35ms
|
|
19
19
|
|
|
20
|
-
./blueprint.js 1.
|
|
21
|
-
./index.js 7.
|
|
20
|
+
./blueprint.js 1.77 KB (entry point)
|
|
21
|
+
./index.js 7.68 KB (entry point)
|
|
22
22
|
./connection.sample.js 0.57 KB (entry point)
|
|
23
23
|
docs/index.js 1.57 KB (entry point)
|
|
24
24
|
docs/integration-stripe.docblock.js 1.57 KB (entry point)
|
|
25
25
|
./example.js 1.0 KB (entry point)
|
|
26
26
|
./tenant.js 1.33 KB (entry point)
|
|
27
|
-
./workflow.js 1.
|
|
27
|
+
./workflow.js 1.41 KB (entry point)
|
|
28
28
|
|
|
29
29
|
[contractspec-bun-build] transpile target=browser root=src entries=8
|
|
30
|
-
Bundled 8 modules in
|
|
30
|
+
Bundled 8 modules in 14ms
|
|
31
31
|
|
|
32
|
-
./blueprint.js 1.
|
|
33
|
-
./index.js 7.
|
|
32
|
+
./blueprint.js 1.77 KB (entry point)
|
|
33
|
+
./index.js 7.68 KB (entry point)
|
|
34
34
|
./connection.sample.js 0.57 KB (entry point)
|
|
35
35
|
docs/index.js 1.57 KB (entry point)
|
|
36
36
|
docs/integration-stripe.docblock.js 1.57 KB (entry point)
|
|
37
37
|
./example.js 1.0 KB (entry point)
|
|
38
38
|
./tenant.js 1.33 KB (entry point)
|
|
39
|
-
./workflow.js 1.
|
|
39
|
+
./workflow.js 1.41 KB (entry point)
|
|
40
40
|
|
|
41
41
|
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @contractspec/example.integration-stripe
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a09bafc: feat: optimize performance
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
12
|
+
|
|
13
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
14
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
15
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
16
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
17
|
+
|
|
18
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [a09bafc]
|
|
21
|
+
- Updated dependencies [94f3c24]
|
|
22
|
+
- Updated dependencies [f152678]
|
|
23
|
+
- @contractspec/lib.contracts-integrations@2.0.0
|
|
24
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
25
|
+
- @contractspec/lib.schema@2.0.0
|
|
26
|
+
|
|
27
|
+
## 1.62.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- 064258d: feat: upgrade all dependencies
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [064258d]
|
|
36
|
+
- Updated dependencies [064258d]
|
|
37
|
+
- @contractspec/lib.contracts@1.62.0
|
|
38
|
+
- @contractspec/lib.schema@1.62.0
|
|
39
|
+
|
|
3
40
|
## 1.61.0
|
|
4
41
|
|
|
5
42
|
### Minor Changes
|
|
@@ -9,7 +46,7 @@
|
|
|
9
46
|
### Patch Changes
|
|
10
47
|
|
|
11
48
|
- Updated dependencies [374fd71]
|
|
12
|
-
- @contractspec/lib.contracts@1.61.0
|
|
49
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
13
50
|
- @contractspec/lib.schema@1.61.0
|
|
14
51
|
|
|
15
52
|
## 1.60.0
|
|
@@ -21,7 +58,7 @@
|
|
|
21
58
|
### Patch Changes
|
|
22
59
|
|
|
23
60
|
- Updated dependencies
|
|
24
|
-
- @contractspec/lib.contracts@1.60.0
|
|
61
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
25
62
|
- @contractspec/lib.schema@1.60.0
|
|
26
63
|
|
|
27
64
|
## 1.59.0
|
|
@@ -33,7 +70,7 @@
|
|
|
33
70
|
### Patch Changes
|
|
34
71
|
|
|
35
72
|
- Updated dependencies [1a0cf44]
|
|
36
|
-
- @contractspec/lib.contracts@1.59.0
|
|
73
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
37
74
|
- @contractspec/lib.schema@1.59.0
|
|
38
75
|
|
|
39
76
|
## 1.58.0
|
|
@@ -46,7 +83,7 @@
|
|
|
46
83
|
|
|
47
84
|
- Updated dependencies [d1f0fd0]
|
|
48
85
|
- Updated dependencies [4355a9e]
|
|
49
|
-
- @contractspec/lib.contracts@1.58.0
|
|
86
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
50
87
|
- @contractspec/lib.schema@1.58.0
|
|
51
88
|
|
|
52
89
|
## 1.57.0
|
|
@@ -63,7 +100,7 @@
|
|
|
63
100
|
- Updated dependencies [4651e06]
|
|
64
101
|
- Updated dependencies [ad9d10a]
|
|
65
102
|
- Updated dependencies [11a5a05]
|
|
66
|
-
- @contractspec/lib.contracts@1.57.0
|
|
103
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
67
104
|
- @contractspec/lib.schema@1.57.0
|
|
68
105
|
|
|
69
106
|
## 1.56.1
|
|
@@ -72,7 +109,7 @@
|
|
|
72
109
|
|
|
73
110
|
- fix: improve publish config
|
|
74
111
|
- Updated dependencies
|
|
75
|
-
- @contractspec/lib.contracts@1.56.1
|
|
112
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
76
113
|
- @contractspec/lib.schema@1.56.1
|
|
77
114
|
|
|
78
115
|
## 1.56.0
|
|
@@ -84,7 +121,7 @@
|
|
|
84
121
|
### Patch Changes
|
|
85
122
|
|
|
86
123
|
- Updated dependencies
|
|
87
|
-
- @contractspec/lib.contracts@1.56.0
|
|
124
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
88
125
|
- @contractspec/lib.schema@1.56.0
|
|
89
126
|
|
|
90
127
|
## 1.55.0
|
|
@@ -96,7 +133,7 @@
|
|
|
96
133
|
### Patch Changes
|
|
97
134
|
|
|
98
135
|
- Updated dependencies
|
|
99
|
-
- @contractspec/lib.contracts@1.55.0
|
|
136
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
100
137
|
- @contractspec/lib.schema@1.55.0
|
|
101
138
|
|
|
102
139
|
## 1.54.0
|
|
@@ -108,7 +145,7 @@
|
|
|
108
145
|
### Patch Changes
|
|
109
146
|
|
|
110
147
|
- Updated dependencies [ec5e95c]
|
|
111
|
-
- @contractspec/lib.contracts@1.54.0
|
|
148
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
112
149
|
- @contractspec/lib.schema@1.54.0
|
|
113
150
|
|
|
114
151
|
## 1.53.0
|
|
@@ -122,7 +159,7 @@
|
|
|
122
159
|
- Updated dependencies [5b371b1]
|
|
123
160
|
- Updated dependencies [f4180d4]
|
|
124
161
|
- Updated dependencies [64d84e1]
|
|
125
|
-
- @contractspec/lib.contracts@1.53.0
|
|
162
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
126
163
|
- @contractspec/lib.schema@1.53.0
|
|
127
164
|
|
|
128
165
|
## 1.52.0
|
|
@@ -134,7 +171,7 @@
|
|
|
134
171
|
### Patch Changes
|
|
135
172
|
|
|
136
173
|
- Updated dependencies [d93e6a9]
|
|
137
|
-
- @contractspec/lib.contracts@1.52.0
|
|
174
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
138
175
|
- @contractspec/lib.schema@1.52.0
|
|
139
176
|
|
|
140
177
|
## 1.51.0
|
|
@@ -148,7 +185,7 @@
|
|
|
148
185
|
- Updated dependencies [23e46e9]
|
|
149
186
|
- Updated dependencies [ad1f852]
|
|
150
187
|
- Updated dependencies [e6faefb]
|
|
151
|
-
- @contractspec/lib.contracts@1.51.0
|
|
188
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
152
189
|
- @contractspec/lib.schema@1.51.0
|
|
153
190
|
|
|
154
191
|
## 1.50.0
|
|
@@ -160,7 +197,7 @@
|
|
|
160
197
|
### Patch Changes
|
|
161
198
|
|
|
162
199
|
- Updated dependencies [5325d6b]
|
|
163
|
-
- @contractspec/lib.contracts@1.50.0
|
|
200
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
164
201
|
- @contractspec/lib.schema@1.50.0
|
|
165
202
|
|
|
166
203
|
## 1.49.0
|
|
@@ -172,7 +209,7 @@
|
|
|
172
209
|
### Patch Changes
|
|
173
210
|
|
|
174
211
|
- Updated dependencies [cafd041]
|
|
175
|
-
- @contractspec/lib.contracts@1.49.0
|
|
212
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
176
213
|
- @contractspec/lib.schema@1.49.0
|
|
177
214
|
|
|
178
215
|
## 1.48.1
|
|
@@ -180,7 +217,7 @@
|
|
|
180
217
|
### Patch Changes
|
|
181
218
|
|
|
182
219
|
- Updated dependencies [c560ee7]
|
|
183
|
-
- @contractspec/lib.contracts@1.48.1
|
|
220
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
184
221
|
|
|
185
222
|
## 1.48.0
|
|
186
223
|
|
|
@@ -191,7 +228,7 @@
|
|
|
191
228
|
### Patch Changes
|
|
192
229
|
|
|
193
230
|
- Updated dependencies [b0444a4]
|
|
194
|
-
- @contractspec/lib.contracts@1.48.0
|
|
231
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
195
232
|
- @contractspec/lib.schema@1.48.0
|
|
196
233
|
|
|
197
234
|
## 1.47.0
|
|
@@ -213,7 +250,7 @@
|
|
|
213
250
|
- Updated dependencies [c231a8b]
|
|
214
251
|
- Updated dependencies [42b8d78]
|
|
215
252
|
- Updated dependencies [fd38e85]
|
|
216
|
-
- @contractspec/lib.contracts@1.47.0
|
|
253
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
217
254
|
- @contractspec/lib.schema@1.47.0
|
|
218
255
|
|
|
219
256
|
## 1.46.2
|
|
@@ -222,7 +259,7 @@
|
|
|
222
259
|
|
|
223
260
|
- 7e21625: feat: library services (landing page & api)
|
|
224
261
|
- Updated dependencies [7e21625]
|
|
225
|
-
- @contractspec/lib.contracts@1.46.2
|
|
262
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
226
263
|
- @contractspec/lib.schema@1.46.2
|
|
227
264
|
|
|
228
265
|
## 1.46.1
|
|
@@ -231,7 +268,7 @@
|
|
|
231
268
|
|
|
232
269
|
- 2d8a72b: fix: mcp for presentation
|
|
233
270
|
- Updated dependencies [2d8a72b]
|
|
234
|
-
- @contractspec/lib.contracts@1.46.1
|
|
271
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
235
272
|
- @contractspec/lib.schema@1.46.1
|
|
236
273
|
|
|
237
274
|
## 1.46.0
|
|
@@ -243,7 +280,7 @@
|
|
|
243
280
|
### Patch Changes
|
|
244
281
|
|
|
245
282
|
- Updated dependencies [07cb19b]
|
|
246
|
-
- @contractspec/lib.contracts@1.46.0
|
|
283
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
247
284
|
- @contractspec/lib.schema@1.46.0
|
|
248
285
|
|
|
249
286
|
## 1.45.6
|
|
@@ -252,7 +289,7 @@
|
|
|
252
289
|
|
|
253
290
|
- a913074: feat: improve ai agents rules management"
|
|
254
291
|
- Updated dependencies [a913074]
|
|
255
|
-
- @contractspec/lib.contracts@1.45.6
|
|
292
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
256
293
|
- @contractspec/lib.schema@1.45.6
|
|
257
294
|
|
|
258
295
|
## 1.45.5
|
|
@@ -261,7 +298,7 @@
|
|
|
261
298
|
|
|
262
299
|
- 9ddd7fa: feat: improve versioning
|
|
263
300
|
- Updated dependencies [9ddd7fa]
|
|
264
|
-
- @contractspec/lib.contracts@1.45.5
|
|
301
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
265
302
|
- @contractspec/lib.schema@1.45.5
|
|
266
303
|
|
|
267
304
|
## 1.45.4
|
|
@@ -270,7 +307,7 @@
|
|
|
270
307
|
|
|
271
308
|
- fix: github action
|
|
272
309
|
- Updated dependencies
|
|
273
|
-
- @contractspec/lib.contracts@1.45.4
|
|
310
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
274
311
|
- @contractspec/lib.schema@1.45.4
|
|
275
312
|
|
|
276
313
|
## 1.45.3
|
|
@@ -279,7 +316,7 @@
|
|
|
279
316
|
|
|
280
317
|
- e74ea9e: feat: version management
|
|
281
318
|
- Updated dependencies [e74ea9e]
|
|
282
|
-
- @contractspec/lib.contracts@1.45.3
|
|
319
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
283
320
|
- @contractspec/lib.schema@1.45.3
|
|
284
321
|
|
|
285
322
|
## 1.45.2
|
|
@@ -288,7 +325,7 @@
|
|
|
288
325
|
|
|
289
326
|
- 39ca241: code cleaning
|
|
290
327
|
- Updated dependencies [39ca241]
|
|
291
|
-
- @contractspec/lib.contracts@1.45.2
|
|
328
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
292
329
|
- @contractspec/lib.schema@1.45.2
|
|
293
330
|
|
|
294
331
|
## 1.45.1
|
|
@@ -297,7 +334,7 @@
|
|
|
297
334
|
|
|
298
335
|
- feat: improve app config and examples contracts
|
|
299
336
|
- Updated dependencies
|
|
300
|
-
- @contractspec/lib.contracts@1.45.1
|
|
337
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
301
338
|
- @contractspec/lib.schema@1.45.1
|
|
302
339
|
|
|
303
340
|
## 1.45.0
|
|
@@ -323,7 +360,7 @@
|
|
|
323
360
|
### Patch Changes
|
|
324
361
|
|
|
325
362
|
- Updated dependencies [e73ca1d]
|
|
326
|
-
- @contractspec/lib.contracts@1.45.0
|
|
363
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
327
364
|
- @contractspec/lib.schema@1.45.0
|
|
328
365
|
|
|
329
366
|
## 1.44.1
|
|
@@ -332,7 +369,7 @@
|
|
|
332
369
|
|
|
333
370
|
- 3c594fb: fix
|
|
334
371
|
- Updated dependencies [3c594fb]
|
|
335
|
-
- @contractspec/lib.contracts@1.44.1
|
|
372
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
336
373
|
- @contractspec/lib.schema@1.44.1
|
|
337
374
|
|
|
338
375
|
## 1.44.0
|
|
@@ -344,7 +381,7 @@
|
|
|
344
381
|
### Patch Changes
|
|
345
382
|
|
|
346
383
|
- Updated dependencies [5f3a868]
|
|
347
|
-
- @contractspec/lib.contracts@1.44.0
|
|
384
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
348
385
|
- @contractspec/lib.schema@1.44.0
|
|
349
386
|
|
|
350
387
|
## 1.43.4
|
|
@@ -353,7 +390,7 @@
|
|
|
353
390
|
|
|
354
391
|
- 9216062: fix: cross-platform compatibility
|
|
355
392
|
- Updated dependencies [9216062]
|
|
356
|
-
- @contractspec/lib.contracts@1.43.4
|
|
393
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
357
394
|
- @contractspec/lib.schema@1.43.3
|
|
358
395
|
|
|
359
396
|
## 1.43.3
|
|
@@ -362,7 +399,7 @@
|
|
|
362
399
|
|
|
363
400
|
- 24d9759: improve documentation
|
|
364
401
|
- Updated dependencies [24d9759]
|
|
365
|
-
- @contractspec/lib.contracts@1.43.3
|
|
402
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
366
403
|
- @contractspec/lib.schema@1.43.2
|
|
367
404
|
|
|
368
405
|
## 1.43.2
|
|
@@ -371,7 +408,7 @@
|
|
|
371
408
|
|
|
372
409
|
- e147271: fix: improve stability
|
|
373
410
|
- Updated dependencies [e147271]
|
|
374
|
-
- @contractspec/lib.contracts@1.43.2
|
|
411
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
375
412
|
- @contractspec/lib.schema@1.43.1
|
|
376
413
|
|
|
377
414
|
## 1.43.1
|
|
@@ -379,7 +416,7 @@
|
|
|
379
416
|
### Patch Changes
|
|
380
417
|
|
|
381
418
|
- Updated dependencies [f28fdad]
|
|
382
|
-
- @contractspec/lib.contracts@1.43.1
|
|
419
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
383
420
|
|
|
384
421
|
## 1.43.0
|
|
385
422
|
|
|
@@ -390,7 +427,7 @@
|
|
|
390
427
|
### Patch Changes
|
|
391
428
|
|
|
392
429
|
- Updated dependencies [042d072]
|
|
393
|
-
- @contractspec/lib.contracts@1.43.0
|
|
430
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
394
431
|
- @contractspec/lib.schema@1.43.0
|
|
395
432
|
|
|
396
433
|
## 1.42.10
|
|
@@ -399,7 +436,7 @@
|
|
|
399
436
|
|
|
400
437
|
- 1e6a0f1: fix: mcp server
|
|
401
438
|
- Updated dependencies [1e6a0f1]
|
|
402
|
-
- @contractspec/lib.contracts@1.42.10
|
|
439
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
403
440
|
- @contractspec/lib.schema@1.42.10
|
|
404
441
|
|
|
405
442
|
## 1.42.9
|
|
@@ -408,7 +445,7 @@
|
|
|
408
445
|
|
|
409
446
|
- 9281db7: fix ModelRegistry
|
|
410
447
|
- Updated dependencies [9281db7]
|
|
411
|
-
- @contractspec/lib.contracts@1.42.9
|
|
448
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
412
449
|
- @contractspec/lib.schema@1.42.9
|
|
413
450
|
|
|
414
451
|
## 1.42.8
|
|
@@ -417,7 +454,7 @@
|
|
|
417
454
|
|
|
418
455
|
- e07b5ac: fix
|
|
419
456
|
- Updated dependencies [e07b5ac]
|
|
420
|
-
- @contractspec/lib.contracts@1.42.8
|
|
457
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
421
458
|
- @contractspec/lib.schema@1.42.8
|
|
422
459
|
|
|
423
460
|
## 1.42.7
|
|
@@ -426,7 +463,7 @@
|
|
|
426
463
|
|
|
427
464
|
- e9b575d: fix release
|
|
428
465
|
- Updated dependencies [e9b575d]
|
|
429
|
-
- @contractspec/lib.contracts@1.42.7
|
|
466
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
430
467
|
- @contractspec/lib.schema@1.42.7
|
|
431
468
|
|
|
432
469
|
## 1.42.6
|
|
@@ -435,7 +472,7 @@
|
|
|
435
472
|
|
|
436
473
|
- 1500242: fix tooling
|
|
437
474
|
- Updated dependencies [1500242]
|
|
438
|
-
- @contractspec/lib.contracts@1.42.6
|
|
475
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
439
476
|
- @contractspec/lib.schema@1.42.6
|
|
440
477
|
|
|
441
478
|
## 1.42.5
|
|
@@ -444,7 +481,7 @@
|
|
|
444
481
|
|
|
445
482
|
- 1299719: fix vscode
|
|
446
483
|
- Updated dependencies [1299719]
|
|
447
|
-
- @contractspec/lib.contracts@1.42.5
|
|
484
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
448
485
|
- @contractspec/lib.schema@1.42.5
|
|
449
486
|
|
|
450
487
|
## 1.42.4
|
|
@@ -453,7 +490,7 @@
|
|
|
453
490
|
|
|
454
491
|
- ac28b99: fix: generate from openapi
|
|
455
492
|
- Updated dependencies [ac28b99]
|
|
456
|
-
- @contractspec/lib.contracts@1.42.4
|
|
493
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
457
494
|
- @contractspec/lib.schema@1.42.4
|
|
458
495
|
|
|
459
496
|
## 1.42.3
|
|
@@ -462,7 +499,7 @@
|
|
|
462
499
|
|
|
463
500
|
- 3f5d015: fix(tooling): cicd
|
|
464
501
|
- Updated dependencies [3f5d015]
|
|
465
|
-
- @contractspec/lib.contracts@1.42.3
|
|
502
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
466
503
|
- @contractspec/lib.schema@1.42.3
|
|
467
504
|
|
|
468
505
|
## 1.42.2
|
|
@@ -471,7 +508,7 @@
|
|
|
471
508
|
|
|
472
509
|
- 1f9ac4c: fix
|
|
473
510
|
- Updated dependencies [1f9ac4c]
|
|
474
|
-
- @contractspec/lib.contracts@1.42.2
|
|
511
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
475
512
|
- @contractspec/lib.schema@1.42.2
|
|
476
513
|
|
|
477
514
|
## 1.42.1
|
|
@@ -480,7 +517,7 @@
|
|
|
480
517
|
|
|
481
518
|
- f043995: Fix release
|
|
482
519
|
- Updated dependencies [f043995]
|
|
483
|
-
- @contractspec/lib.contracts@1.42.1
|
|
520
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
484
521
|
- @contractspec/lib.schema@1.42.1
|
|
485
522
|
|
|
486
523
|
## 1.42.0
|
|
@@ -492,5 +529,5 @@
|
|
|
492
529
|
### Patch Changes
|
|
493
530
|
|
|
494
531
|
- Updated dependencies [8eefd9c]
|
|
495
|
-
- @contractspec/lib.contracts@1.42.0
|
|
532
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
496
533
|
- @contractspec/lib.schema@1.42.0
|
package/dist/blueprint.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import type { AppBlueprintSpec } from '@contractspec/lib.contracts/app-config/spec';
|
|
1
|
+
import type { AppBlueprintSpec } from '@contractspec/lib.contracts-spec/app-config/spec';
|
|
2
2
|
export declare const artisanStripeBlueprint: AppBlueprintSpec;
|
|
3
|
-
//# sourceMappingURL=blueprint.d.ts.map
|
package/dist/blueprint.js
CHANGED
package/dist/browser/example.js
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
OwnersEnum,
|
|
4
4
|
StabilityEnum,
|
|
5
5
|
TagsEnum
|
|
6
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
6
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
7
7
|
var artisanStripeBlueprint = {
|
|
8
8
|
meta: {
|
|
9
9
|
key: "artisan.payments.stripe",
|
|
@@ -79,7 +79,7 @@ var stripeLiveConnection = {
|
|
|
79
79
|
};
|
|
80
80
|
|
|
81
81
|
// src/docs/integration-stripe.docblock.ts
|
|
82
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
82
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
83
83
|
var blocks = [
|
|
84
84
|
{
|
|
85
85
|
id: "docs.examples.integration-stripe",
|
|
@@ -118,7 +118,7 @@ var blocks = [
|
|
|
118
118
|
];
|
|
119
119
|
registerDocBlocks(blocks);
|
|
120
120
|
// src/example.ts
|
|
121
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
121
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
122
122
|
var example = defineExample({
|
|
123
123
|
meta: {
|
|
124
124
|
key: "integration-stripe",
|
|
@@ -153,7 +153,7 @@ import {
|
|
|
153
153
|
OwnersEnum as OwnersEnum2,
|
|
154
154
|
StabilityEnum as StabilityEnum2,
|
|
155
155
|
TagsEnum as TagsEnum2
|
|
156
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
156
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
157
157
|
var collectPaymentWorkflow = {
|
|
158
158
|
meta: {
|
|
159
159
|
key: "artisan.payments.collectPayment",
|
package/dist/browser/workflow.js
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import type { IntegrationConnection } from '@contractspec/lib.contracts
|
|
1
|
+
import type { IntegrationConnection } from '@contractspec/lib.contracts-integrations';
|
|
2
2
|
export declare const stripeLiveConnection: IntegrationConnection;
|
|
3
|
-
//# sourceMappingURL=connection.sample.d.ts.map
|
package/dist/docs/index.d.ts
CHANGED
package/dist/docs/index.js
CHANGED
package/dist/example.d.ts
CHANGED
package/dist/example.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
OwnersEnum,
|
|
5
5
|
StabilityEnum,
|
|
6
6
|
TagsEnum
|
|
7
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
7
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
8
8
|
var artisanStripeBlueprint = {
|
|
9
9
|
meta: {
|
|
10
10
|
key: "artisan.payments.stripe",
|
|
@@ -80,7 +80,7 @@ var stripeLiveConnection = {
|
|
|
80
80
|
};
|
|
81
81
|
|
|
82
82
|
// src/docs/integration-stripe.docblock.ts
|
|
83
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
83
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
84
84
|
var blocks = [
|
|
85
85
|
{
|
|
86
86
|
id: "docs.examples.integration-stripe",
|
|
@@ -119,7 +119,7 @@ var blocks = [
|
|
|
119
119
|
];
|
|
120
120
|
registerDocBlocks(blocks);
|
|
121
121
|
// src/example.ts
|
|
122
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
122
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
123
123
|
var example = defineExample({
|
|
124
124
|
meta: {
|
|
125
125
|
key: "integration-stripe",
|
|
@@ -154,7 +154,7 @@ import {
|
|
|
154
154
|
OwnersEnum as OwnersEnum2,
|
|
155
155
|
StabilityEnum as StabilityEnum2,
|
|
156
156
|
TagsEnum as TagsEnum2
|
|
157
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
157
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
158
158
|
var collectPaymentWorkflow = {
|
|
159
159
|
meta: {
|
|
160
160
|
key: "artisan.payments.collectPayment",
|
package/dist/node/blueprint.js
CHANGED
package/dist/node/docs/index.js
CHANGED
package/dist/node/example.js
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
OwnersEnum,
|
|
4
4
|
StabilityEnum,
|
|
5
5
|
TagsEnum
|
|
6
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
6
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
7
7
|
var artisanStripeBlueprint = {
|
|
8
8
|
meta: {
|
|
9
9
|
key: "artisan.payments.stripe",
|
|
@@ -79,7 +79,7 @@ var stripeLiveConnection = {
|
|
|
79
79
|
};
|
|
80
80
|
|
|
81
81
|
// src/docs/integration-stripe.docblock.ts
|
|
82
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
82
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
83
83
|
var blocks = [
|
|
84
84
|
{
|
|
85
85
|
id: "docs.examples.integration-stripe",
|
|
@@ -118,7 +118,7 @@ var blocks = [
|
|
|
118
118
|
];
|
|
119
119
|
registerDocBlocks(blocks);
|
|
120
120
|
// src/example.ts
|
|
121
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
121
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
122
122
|
var example = defineExample({
|
|
123
123
|
meta: {
|
|
124
124
|
key: "integration-stripe",
|
|
@@ -153,7 +153,7 @@ import {
|
|
|
153
153
|
OwnersEnum as OwnersEnum2,
|
|
154
154
|
StabilityEnum as StabilityEnum2,
|
|
155
155
|
TagsEnum as TagsEnum2
|
|
156
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
156
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
157
157
|
var collectPaymentWorkflow = {
|
|
158
158
|
meta: {
|
|
159
159
|
key: "artisan.payments.collectPayment",
|
package/dist/node/workflow.js
CHANGED
package/dist/tenant.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import type { TenantAppConfig } from '@contractspec/lib.contracts/app-config/spec';
|
|
1
|
+
import type { TenantAppConfig } from '@contractspec/lib.contracts-spec/app-config/spec';
|
|
2
2
|
export declare const artisanStripeTenantConfig: TenantAppConfig;
|
|
3
|
-
//# sourceMappingURL=tenant.d.ts.map
|
package/dist/workflow.d.ts
CHANGED
package/dist/workflow.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.integration-stripe",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Integration example – Stripe Payments (blueprint + workflow + tenant config).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -80,18 +80,19 @@
|
|
|
80
80
|
"lint": "bun lint:fix",
|
|
81
81
|
"lint:fix": "eslint src --fix",
|
|
82
82
|
"lint:check": "eslint src",
|
|
83
|
-
"test": "bun test",
|
|
83
|
+
"test": "bun test --pass-with-no-tests",
|
|
84
84
|
"prebuild": "contractspec-bun-build prebuild",
|
|
85
85
|
"typecheck": "tsc --noEmit"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@contractspec/lib.schema": "
|
|
89
|
-
"@contractspec/lib.contracts": "
|
|
88
|
+
"@contractspec/lib.schema": "2.0.0",
|
|
89
|
+
"@contractspec/lib.contracts-spec": "2.0.0",
|
|
90
|
+
"@contractspec/lib.contracts-integrations": "2.0.0"
|
|
90
91
|
},
|
|
91
92
|
"devDependencies": {
|
|
92
|
-
"@contractspec/tool.typescript": "
|
|
93
|
+
"@contractspec/tool.typescript": "2.0.0",
|
|
93
94
|
"typescript": "^5.9.3",
|
|
94
|
-
"@contractspec/tool.bun": "
|
|
95
|
+
"@contractspec/tool.bun": "2.0.0"
|
|
95
96
|
},
|
|
96
97
|
"publishConfig": {
|
|
97
98
|
"access": "public",
|
package/src/blueprint.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { AppBlueprintSpec } from '@contractspec/lib.contracts/app-config/spec';
|
|
1
|
+
import type { AppBlueprintSpec } from '@contractspec/lib.contracts-spec/app-config/spec';
|
|
2
2
|
import {
|
|
3
3
|
OwnersEnum,
|
|
4
4
|
StabilityEnum,
|
|
5
5
|
TagsEnum,
|
|
6
|
-
} from '@contractspec/lib.contracts/ownership';
|
|
6
|
+
} from '@contractspec/lib.contracts-spec/ownership';
|
|
7
7
|
|
|
8
8
|
export const artisanStripeBlueprint: AppBlueprintSpec = {
|
|
9
9
|
meta: {
|
package/src/connection.sample.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DocBlock } from '@contractspec/lib.contracts/docs';
|
|
2
|
-
import { registerDocBlocks } from '@contractspec/lib.contracts/docs';
|
|
1
|
+
import type { DocBlock } from '@contractspec/lib.contracts-spec/docs';
|
|
2
|
+
import { registerDocBlocks } from '@contractspec/lib.contracts-spec/docs';
|
|
3
3
|
|
|
4
4
|
const blocks: DocBlock[] = [
|
|
5
5
|
{
|
package/src/example.ts
CHANGED
package/src/tenant.ts
CHANGED
package/src/workflow.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { WorkflowSpec } from '@contractspec/lib.contracts/workflow/spec';
|
|
1
|
+
import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
2
2
|
import {
|
|
3
3
|
OwnersEnum,
|
|
4
4
|
StabilityEnum,
|
|
5
5
|
TagsEnum,
|
|
6
|
-
} from '@contractspec/lib.contracts/ownership';
|
|
6
|
+
} from '@contractspec/lib.contracts-spec/ownership';
|
|
7
7
|
|
|
8
8
|
export const collectPaymentWorkflow: WorkflowSpec = {
|
|
9
9
|
meta: {
|
package/dist/blueprint.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blueprint.d.ts","sourceRoot":"","sources":["../src/blueprint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAOpF,eAAO,MAAM,sBAAsB,EAAE,gBAsDpC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connection.sample.d.ts","sourceRoot":"","sources":["../src/connection.sample.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAEjG,eAAO,MAAM,oBAAoB,EAAE,qBAkBlC,CAAC"}
|
package/dist/docs/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,+BAA+B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integration-stripe.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/integration-stripe.docblock.ts"],"names":[],"mappings":""}
|
package/dist/example.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDA2BX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,QAAQ,CAAC"}
|
package/dist/tenant.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tenant.d.ts","sourceRoot":"","sources":["../src/tenant.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAEnF,eAAO,MAAM,yBAAyB,EAAE,eAkDvC,CAAC"}
|
package/dist/workflow.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.d.ts","sourceRoot":"","sources":["../src/workflow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAO9E,eAAO,MAAM,sBAAsB,EAAE,YA6CpC,CAAC"}
|