@contractspec/example.integration-stripe 1.62.0 → 2.1.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 +84 -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 21ms
|
|
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 17ms
|
|
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 58ms
|
|
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,44 @@
|
|
|
1
1
|
# @contractspec/example.integration-stripe
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 362fbac: feat: improve video
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b4bfbc5]
|
|
12
|
+
- Updated dependencies [362fbac]
|
|
13
|
+
- Updated dependencies [659d15f]
|
|
14
|
+
- @contractspec/lib.contracts-spec@2.1.0
|
|
15
|
+
- @contractspec/lib.contracts-integrations@2.1.0
|
|
16
|
+
- @contractspec/lib.schema@2.1.0
|
|
17
|
+
|
|
18
|
+
## 2.0.0
|
|
19
|
+
|
|
20
|
+
### Major Changes
|
|
21
|
+
|
|
22
|
+
- a09bafc: feat: optimize performance
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
27
|
+
|
|
28
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
29
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
30
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
31
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
32
|
+
|
|
33
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [a09bafc]
|
|
36
|
+
- Updated dependencies [94f3c24]
|
|
37
|
+
- Updated dependencies [f152678]
|
|
38
|
+
- @contractspec/lib.contracts-integrations@2.0.0
|
|
39
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
40
|
+
- @contractspec/lib.schema@2.0.0
|
|
41
|
+
|
|
3
42
|
## 1.62.0
|
|
4
43
|
|
|
5
44
|
### Minor Changes
|
|
@@ -22,7 +61,7 @@
|
|
|
22
61
|
### Patch Changes
|
|
23
62
|
|
|
24
63
|
- Updated dependencies [374fd71]
|
|
25
|
-
- @contractspec/lib.contracts@1.61.0
|
|
64
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
26
65
|
- @contractspec/lib.schema@1.61.0
|
|
27
66
|
|
|
28
67
|
## 1.60.0
|
|
@@ -34,7 +73,7 @@
|
|
|
34
73
|
### Patch Changes
|
|
35
74
|
|
|
36
75
|
- Updated dependencies
|
|
37
|
-
- @contractspec/lib.contracts@1.60.0
|
|
76
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
38
77
|
- @contractspec/lib.schema@1.60.0
|
|
39
78
|
|
|
40
79
|
## 1.59.0
|
|
@@ -46,7 +85,7 @@
|
|
|
46
85
|
### Patch Changes
|
|
47
86
|
|
|
48
87
|
- Updated dependencies [1a0cf44]
|
|
49
|
-
- @contractspec/lib.contracts@1.59.0
|
|
88
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
50
89
|
- @contractspec/lib.schema@1.59.0
|
|
51
90
|
|
|
52
91
|
## 1.58.0
|
|
@@ -59,7 +98,7 @@
|
|
|
59
98
|
|
|
60
99
|
- Updated dependencies [d1f0fd0]
|
|
61
100
|
- Updated dependencies [4355a9e]
|
|
62
|
-
- @contractspec/lib.contracts@1.58.0
|
|
101
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
63
102
|
- @contractspec/lib.schema@1.58.0
|
|
64
103
|
|
|
65
104
|
## 1.57.0
|
|
@@ -76,7 +115,7 @@
|
|
|
76
115
|
- Updated dependencies [4651e06]
|
|
77
116
|
- Updated dependencies [ad9d10a]
|
|
78
117
|
- Updated dependencies [11a5a05]
|
|
79
|
-
- @contractspec/lib.contracts@1.57.0
|
|
118
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
80
119
|
- @contractspec/lib.schema@1.57.0
|
|
81
120
|
|
|
82
121
|
## 1.56.1
|
|
@@ -85,7 +124,7 @@
|
|
|
85
124
|
|
|
86
125
|
- fix: improve publish config
|
|
87
126
|
- Updated dependencies
|
|
88
|
-
- @contractspec/lib.contracts@1.56.1
|
|
127
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
89
128
|
- @contractspec/lib.schema@1.56.1
|
|
90
129
|
|
|
91
130
|
## 1.56.0
|
|
@@ -97,7 +136,7 @@
|
|
|
97
136
|
### Patch Changes
|
|
98
137
|
|
|
99
138
|
- Updated dependencies
|
|
100
|
-
- @contractspec/lib.contracts@1.56.0
|
|
139
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
101
140
|
- @contractspec/lib.schema@1.56.0
|
|
102
141
|
|
|
103
142
|
## 1.55.0
|
|
@@ -109,7 +148,7 @@
|
|
|
109
148
|
### Patch Changes
|
|
110
149
|
|
|
111
150
|
- Updated dependencies
|
|
112
|
-
- @contractspec/lib.contracts@1.55.0
|
|
151
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
113
152
|
- @contractspec/lib.schema@1.55.0
|
|
114
153
|
|
|
115
154
|
## 1.54.0
|
|
@@ -121,7 +160,7 @@
|
|
|
121
160
|
### Patch Changes
|
|
122
161
|
|
|
123
162
|
- Updated dependencies [ec5e95c]
|
|
124
|
-
- @contractspec/lib.contracts@1.54.0
|
|
163
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
125
164
|
- @contractspec/lib.schema@1.54.0
|
|
126
165
|
|
|
127
166
|
## 1.53.0
|
|
@@ -135,7 +174,7 @@
|
|
|
135
174
|
- Updated dependencies [5b371b1]
|
|
136
175
|
- Updated dependencies [f4180d4]
|
|
137
176
|
- Updated dependencies [64d84e1]
|
|
138
|
-
- @contractspec/lib.contracts@1.53.0
|
|
177
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
139
178
|
- @contractspec/lib.schema@1.53.0
|
|
140
179
|
|
|
141
180
|
## 1.52.0
|
|
@@ -147,7 +186,7 @@
|
|
|
147
186
|
### Patch Changes
|
|
148
187
|
|
|
149
188
|
- Updated dependencies [d93e6a9]
|
|
150
|
-
- @contractspec/lib.contracts@1.52.0
|
|
189
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
151
190
|
- @contractspec/lib.schema@1.52.0
|
|
152
191
|
|
|
153
192
|
## 1.51.0
|
|
@@ -161,7 +200,7 @@
|
|
|
161
200
|
- Updated dependencies [23e46e9]
|
|
162
201
|
- Updated dependencies [ad1f852]
|
|
163
202
|
- Updated dependencies [e6faefb]
|
|
164
|
-
- @contractspec/lib.contracts@1.51.0
|
|
203
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
165
204
|
- @contractspec/lib.schema@1.51.0
|
|
166
205
|
|
|
167
206
|
## 1.50.0
|
|
@@ -173,7 +212,7 @@
|
|
|
173
212
|
### Patch Changes
|
|
174
213
|
|
|
175
214
|
- Updated dependencies [5325d6b]
|
|
176
|
-
- @contractspec/lib.contracts@1.50.0
|
|
215
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
177
216
|
- @contractspec/lib.schema@1.50.0
|
|
178
217
|
|
|
179
218
|
## 1.49.0
|
|
@@ -185,7 +224,7 @@
|
|
|
185
224
|
### Patch Changes
|
|
186
225
|
|
|
187
226
|
- Updated dependencies [cafd041]
|
|
188
|
-
- @contractspec/lib.contracts@1.49.0
|
|
227
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
189
228
|
- @contractspec/lib.schema@1.49.0
|
|
190
229
|
|
|
191
230
|
## 1.48.1
|
|
@@ -193,7 +232,7 @@
|
|
|
193
232
|
### Patch Changes
|
|
194
233
|
|
|
195
234
|
- Updated dependencies [c560ee7]
|
|
196
|
-
- @contractspec/lib.contracts@1.48.1
|
|
235
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
197
236
|
|
|
198
237
|
## 1.48.0
|
|
199
238
|
|
|
@@ -204,7 +243,7 @@
|
|
|
204
243
|
### Patch Changes
|
|
205
244
|
|
|
206
245
|
- Updated dependencies [b0444a4]
|
|
207
|
-
- @contractspec/lib.contracts@1.48.0
|
|
246
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
208
247
|
- @contractspec/lib.schema@1.48.0
|
|
209
248
|
|
|
210
249
|
## 1.47.0
|
|
@@ -226,7 +265,7 @@
|
|
|
226
265
|
- Updated dependencies [c231a8b]
|
|
227
266
|
- Updated dependencies [42b8d78]
|
|
228
267
|
- Updated dependencies [fd38e85]
|
|
229
|
-
- @contractspec/lib.contracts@1.47.0
|
|
268
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
230
269
|
- @contractspec/lib.schema@1.47.0
|
|
231
270
|
|
|
232
271
|
## 1.46.2
|
|
@@ -235,7 +274,7 @@
|
|
|
235
274
|
|
|
236
275
|
- 7e21625: feat: library services (landing page & api)
|
|
237
276
|
- Updated dependencies [7e21625]
|
|
238
|
-
- @contractspec/lib.contracts@1.46.2
|
|
277
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
239
278
|
- @contractspec/lib.schema@1.46.2
|
|
240
279
|
|
|
241
280
|
## 1.46.1
|
|
@@ -244,7 +283,7 @@
|
|
|
244
283
|
|
|
245
284
|
- 2d8a72b: fix: mcp for presentation
|
|
246
285
|
- Updated dependencies [2d8a72b]
|
|
247
|
-
- @contractspec/lib.contracts@1.46.1
|
|
286
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
248
287
|
- @contractspec/lib.schema@1.46.1
|
|
249
288
|
|
|
250
289
|
## 1.46.0
|
|
@@ -256,7 +295,7 @@
|
|
|
256
295
|
### Patch Changes
|
|
257
296
|
|
|
258
297
|
- Updated dependencies [07cb19b]
|
|
259
|
-
- @contractspec/lib.contracts@1.46.0
|
|
298
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
260
299
|
- @contractspec/lib.schema@1.46.0
|
|
261
300
|
|
|
262
301
|
## 1.45.6
|
|
@@ -265,7 +304,7 @@
|
|
|
265
304
|
|
|
266
305
|
- a913074: feat: improve ai agents rules management"
|
|
267
306
|
- Updated dependencies [a913074]
|
|
268
|
-
- @contractspec/lib.contracts@1.45.6
|
|
307
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
269
308
|
- @contractspec/lib.schema@1.45.6
|
|
270
309
|
|
|
271
310
|
## 1.45.5
|
|
@@ -274,7 +313,7 @@
|
|
|
274
313
|
|
|
275
314
|
- 9ddd7fa: feat: improve versioning
|
|
276
315
|
- Updated dependencies [9ddd7fa]
|
|
277
|
-
- @contractspec/lib.contracts@1.45.5
|
|
316
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
278
317
|
- @contractspec/lib.schema@1.45.5
|
|
279
318
|
|
|
280
319
|
## 1.45.4
|
|
@@ -283,7 +322,7 @@
|
|
|
283
322
|
|
|
284
323
|
- fix: github action
|
|
285
324
|
- Updated dependencies
|
|
286
|
-
- @contractspec/lib.contracts@1.45.4
|
|
325
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
287
326
|
- @contractspec/lib.schema@1.45.4
|
|
288
327
|
|
|
289
328
|
## 1.45.3
|
|
@@ -292,7 +331,7 @@
|
|
|
292
331
|
|
|
293
332
|
- e74ea9e: feat: version management
|
|
294
333
|
- Updated dependencies [e74ea9e]
|
|
295
|
-
- @contractspec/lib.contracts@1.45.3
|
|
334
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
296
335
|
- @contractspec/lib.schema@1.45.3
|
|
297
336
|
|
|
298
337
|
## 1.45.2
|
|
@@ -301,7 +340,7 @@
|
|
|
301
340
|
|
|
302
341
|
- 39ca241: code cleaning
|
|
303
342
|
- Updated dependencies [39ca241]
|
|
304
|
-
- @contractspec/lib.contracts@1.45.2
|
|
343
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
305
344
|
- @contractspec/lib.schema@1.45.2
|
|
306
345
|
|
|
307
346
|
## 1.45.1
|
|
@@ -310,7 +349,7 @@
|
|
|
310
349
|
|
|
311
350
|
- feat: improve app config and examples contracts
|
|
312
351
|
- Updated dependencies
|
|
313
|
-
- @contractspec/lib.contracts@1.45.1
|
|
352
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
314
353
|
- @contractspec/lib.schema@1.45.1
|
|
315
354
|
|
|
316
355
|
## 1.45.0
|
|
@@ -336,7 +375,7 @@
|
|
|
336
375
|
### Patch Changes
|
|
337
376
|
|
|
338
377
|
- Updated dependencies [e73ca1d]
|
|
339
|
-
- @contractspec/lib.contracts@1.45.0
|
|
378
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
340
379
|
- @contractspec/lib.schema@1.45.0
|
|
341
380
|
|
|
342
381
|
## 1.44.1
|
|
@@ -345,7 +384,7 @@
|
|
|
345
384
|
|
|
346
385
|
- 3c594fb: fix
|
|
347
386
|
- Updated dependencies [3c594fb]
|
|
348
|
-
- @contractspec/lib.contracts@1.44.1
|
|
387
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
349
388
|
- @contractspec/lib.schema@1.44.1
|
|
350
389
|
|
|
351
390
|
## 1.44.0
|
|
@@ -357,7 +396,7 @@
|
|
|
357
396
|
### Patch Changes
|
|
358
397
|
|
|
359
398
|
- Updated dependencies [5f3a868]
|
|
360
|
-
- @contractspec/lib.contracts@1.44.0
|
|
399
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
361
400
|
- @contractspec/lib.schema@1.44.0
|
|
362
401
|
|
|
363
402
|
## 1.43.4
|
|
@@ -366,7 +405,7 @@
|
|
|
366
405
|
|
|
367
406
|
- 9216062: fix: cross-platform compatibility
|
|
368
407
|
- Updated dependencies [9216062]
|
|
369
|
-
- @contractspec/lib.contracts@1.43.4
|
|
408
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
370
409
|
- @contractspec/lib.schema@1.43.3
|
|
371
410
|
|
|
372
411
|
## 1.43.3
|
|
@@ -375,7 +414,7 @@
|
|
|
375
414
|
|
|
376
415
|
- 24d9759: improve documentation
|
|
377
416
|
- Updated dependencies [24d9759]
|
|
378
|
-
- @contractspec/lib.contracts@1.43.3
|
|
417
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
379
418
|
- @contractspec/lib.schema@1.43.2
|
|
380
419
|
|
|
381
420
|
## 1.43.2
|
|
@@ -384,7 +423,7 @@
|
|
|
384
423
|
|
|
385
424
|
- e147271: fix: improve stability
|
|
386
425
|
- Updated dependencies [e147271]
|
|
387
|
-
- @contractspec/lib.contracts@1.43.2
|
|
426
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
388
427
|
- @contractspec/lib.schema@1.43.1
|
|
389
428
|
|
|
390
429
|
## 1.43.1
|
|
@@ -392,7 +431,7 @@
|
|
|
392
431
|
### Patch Changes
|
|
393
432
|
|
|
394
433
|
- Updated dependencies [f28fdad]
|
|
395
|
-
- @contractspec/lib.contracts@1.43.1
|
|
434
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
396
435
|
|
|
397
436
|
## 1.43.0
|
|
398
437
|
|
|
@@ -403,7 +442,7 @@
|
|
|
403
442
|
### Patch Changes
|
|
404
443
|
|
|
405
444
|
- Updated dependencies [042d072]
|
|
406
|
-
- @contractspec/lib.contracts@1.43.0
|
|
445
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
407
446
|
- @contractspec/lib.schema@1.43.0
|
|
408
447
|
|
|
409
448
|
## 1.42.10
|
|
@@ -412,7 +451,7 @@
|
|
|
412
451
|
|
|
413
452
|
- 1e6a0f1: fix: mcp server
|
|
414
453
|
- Updated dependencies [1e6a0f1]
|
|
415
|
-
- @contractspec/lib.contracts@1.42.10
|
|
454
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
416
455
|
- @contractspec/lib.schema@1.42.10
|
|
417
456
|
|
|
418
457
|
## 1.42.9
|
|
@@ -421,7 +460,7 @@
|
|
|
421
460
|
|
|
422
461
|
- 9281db7: fix ModelRegistry
|
|
423
462
|
- Updated dependencies [9281db7]
|
|
424
|
-
- @contractspec/lib.contracts@1.42.9
|
|
463
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
425
464
|
- @contractspec/lib.schema@1.42.9
|
|
426
465
|
|
|
427
466
|
## 1.42.8
|
|
@@ -430,7 +469,7 @@
|
|
|
430
469
|
|
|
431
470
|
- e07b5ac: fix
|
|
432
471
|
- Updated dependencies [e07b5ac]
|
|
433
|
-
- @contractspec/lib.contracts@1.42.8
|
|
472
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
434
473
|
- @contractspec/lib.schema@1.42.8
|
|
435
474
|
|
|
436
475
|
## 1.42.7
|
|
@@ -439,7 +478,7 @@
|
|
|
439
478
|
|
|
440
479
|
- e9b575d: fix release
|
|
441
480
|
- Updated dependencies [e9b575d]
|
|
442
|
-
- @contractspec/lib.contracts@1.42.7
|
|
481
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
443
482
|
- @contractspec/lib.schema@1.42.7
|
|
444
483
|
|
|
445
484
|
## 1.42.6
|
|
@@ -448,7 +487,7 @@
|
|
|
448
487
|
|
|
449
488
|
- 1500242: fix tooling
|
|
450
489
|
- Updated dependencies [1500242]
|
|
451
|
-
- @contractspec/lib.contracts@1.42.6
|
|
490
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
452
491
|
- @contractspec/lib.schema@1.42.6
|
|
453
492
|
|
|
454
493
|
## 1.42.5
|
|
@@ -457,7 +496,7 @@
|
|
|
457
496
|
|
|
458
497
|
- 1299719: fix vscode
|
|
459
498
|
- Updated dependencies [1299719]
|
|
460
|
-
- @contractspec/lib.contracts@1.42.5
|
|
499
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
461
500
|
- @contractspec/lib.schema@1.42.5
|
|
462
501
|
|
|
463
502
|
## 1.42.4
|
|
@@ -466,7 +505,7 @@
|
|
|
466
505
|
|
|
467
506
|
- ac28b99: fix: generate from openapi
|
|
468
507
|
- Updated dependencies [ac28b99]
|
|
469
|
-
- @contractspec/lib.contracts@1.42.4
|
|
508
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
470
509
|
- @contractspec/lib.schema@1.42.4
|
|
471
510
|
|
|
472
511
|
## 1.42.3
|
|
@@ -475,7 +514,7 @@
|
|
|
475
514
|
|
|
476
515
|
- 3f5d015: fix(tooling): cicd
|
|
477
516
|
- Updated dependencies [3f5d015]
|
|
478
|
-
- @contractspec/lib.contracts@1.42.3
|
|
517
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
479
518
|
- @contractspec/lib.schema@1.42.3
|
|
480
519
|
|
|
481
520
|
## 1.42.2
|
|
@@ -484,7 +523,7 @@
|
|
|
484
523
|
|
|
485
524
|
- 1f9ac4c: fix
|
|
486
525
|
- Updated dependencies [1f9ac4c]
|
|
487
|
-
- @contractspec/lib.contracts@1.42.2
|
|
526
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
488
527
|
- @contractspec/lib.schema@1.42.2
|
|
489
528
|
|
|
490
529
|
## 1.42.1
|
|
@@ -493,7 +532,7 @@
|
|
|
493
532
|
|
|
494
533
|
- f043995: Fix release
|
|
495
534
|
- Updated dependencies [f043995]
|
|
496
|
-
- @contractspec/lib.contracts@1.42.1
|
|
535
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
497
536
|
- @contractspec/lib.schema@1.42.1
|
|
498
537
|
|
|
499
538
|
## 1.42.0
|
|
@@ -505,5 +544,5 @@
|
|
|
505
544
|
### Patch Changes
|
|
506
545
|
|
|
507
546
|
- Updated dependencies [8eefd9c]
|
|
508
|
-
- @contractspec/lib.contracts@1.42.0
|
|
547
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
509
548
|
- @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": "1.
|
|
3
|
+
"version": "2.1.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": "1.
|
|
89
|
-
"@contractspec/lib.contracts": "1.
|
|
88
|
+
"@contractspec/lib.schema": "2.1.0",
|
|
89
|
+
"@contractspec/lib.contracts-spec": "2.1.0",
|
|
90
|
+
"@contractspec/lib.contracts-integrations": "2.1.0"
|
|
90
91
|
},
|
|
91
92
|
"devDependencies": {
|
|
92
|
-
"@contractspec/tool.typescript": "1.
|
|
93
|
+
"@contractspec/tool.typescript": "2.1.0",
|
|
93
94
|
"typescript": "^5.9.3",
|
|
94
|
-
"@contractspec/tool.bun": "1.
|
|
95
|
+
"@contractspec/tool.bun": "2.1.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"}
|