@contractspec/example.integration-stripe 1.62.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 +69 -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,29 @@
|
|
|
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
|
+
|
|
3
27
|
## 1.62.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
|
@@ -22,7 +46,7 @@
|
|
|
22
46
|
### Patch Changes
|
|
23
47
|
|
|
24
48
|
- Updated dependencies [374fd71]
|
|
25
|
-
- @contractspec/lib.contracts@1.61.0
|
|
49
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
26
50
|
- @contractspec/lib.schema@1.61.0
|
|
27
51
|
|
|
28
52
|
## 1.60.0
|
|
@@ -34,7 +58,7 @@
|
|
|
34
58
|
### Patch Changes
|
|
35
59
|
|
|
36
60
|
- Updated dependencies
|
|
37
|
-
- @contractspec/lib.contracts@1.60.0
|
|
61
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
38
62
|
- @contractspec/lib.schema@1.60.0
|
|
39
63
|
|
|
40
64
|
## 1.59.0
|
|
@@ -46,7 +70,7 @@
|
|
|
46
70
|
### Patch Changes
|
|
47
71
|
|
|
48
72
|
- Updated dependencies [1a0cf44]
|
|
49
|
-
- @contractspec/lib.contracts@1.59.0
|
|
73
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
50
74
|
- @contractspec/lib.schema@1.59.0
|
|
51
75
|
|
|
52
76
|
## 1.58.0
|
|
@@ -59,7 +83,7 @@
|
|
|
59
83
|
|
|
60
84
|
- Updated dependencies [d1f0fd0]
|
|
61
85
|
- Updated dependencies [4355a9e]
|
|
62
|
-
- @contractspec/lib.contracts@1.58.0
|
|
86
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
63
87
|
- @contractspec/lib.schema@1.58.0
|
|
64
88
|
|
|
65
89
|
## 1.57.0
|
|
@@ -76,7 +100,7 @@
|
|
|
76
100
|
- Updated dependencies [4651e06]
|
|
77
101
|
- Updated dependencies [ad9d10a]
|
|
78
102
|
- Updated dependencies [11a5a05]
|
|
79
|
-
- @contractspec/lib.contracts@1.57.0
|
|
103
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
80
104
|
- @contractspec/lib.schema@1.57.0
|
|
81
105
|
|
|
82
106
|
## 1.56.1
|
|
@@ -85,7 +109,7 @@
|
|
|
85
109
|
|
|
86
110
|
- fix: improve publish config
|
|
87
111
|
- Updated dependencies
|
|
88
|
-
- @contractspec/lib.contracts@1.56.1
|
|
112
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
89
113
|
- @contractspec/lib.schema@1.56.1
|
|
90
114
|
|
|
91
115
|
## 1.56.0
|
|
@@ -97,7 +121,7 @@
|
|
|
97
121
|
### Patch Changes
|
|
98
122
|
|
|
99
123
|
- Updated dependencies
|
|
100
|
-
- @contractspec/lib.contracts@1.56.0
|
|
124
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
101
125
|
- @contractspec/lib.schema@1.56.0
|
|
102
126
|
|
|
103
127
|
## 1.55.0
|
|
@@ -109,7 +133,7 @@
|
|
|
109
133
|
### Patch Changes
|
|
110
134
|
|
|
111
135
|
- Updated dependencies
|
|
112
|
-
- @contractspec/lib.contracts@1.55.0
|
|
136
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
113
137
|
- @contractspec/lib.schema@1.55.0
|
|
114
138
|
|
|
115
139
|
## 1.54.0
|
|
@@ -121,7 +145,7 @@
|
|
|
121
145
|
### Patch Changes
|
|
122
146
|
|
|
123
147
|
- Updated dependencies [ec5e95c]
|
|
124
|
-
- @contractspec/lib.contracts@1.54.0
|
|
148
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
125
149
|
- @contractspec/lib.schema@1.54.0
|
|
126
150
|
|
|
127
151
|
## 1.53.0
|
|
@@ -135,7 +159,7 @@
|
|
|
135
159
|
- Updated dependencies [5b371b1]
|
|
136
160
|
- Updated dependencies [f4180d4]
|
|
137
161
|
- Updated dependencies [64d84e1]
|
|
138
|
-
- @contractspec/lib.contracts@1.53.0
|
|
162
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
139
163
|
- @contractspec/lib.schema@1.53.0
|
|
140
164
|
|
|
141
165
|
## 1.52.0
|
|
@@ -147,7 +171,7 @@
|
|
|
147
171
|
### Patch Changes
|
|
148
172
|
|
|
149
173
|
- Updated dependencies [d93e6a9]
|
|
150
|
-
- @contractspec/lib.contracts@1.52.0
|
|
174
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
151
175
|
- @contractspec/lib.schema@1.52.0
|
|
152
176
|
|
|
153
177
|
## 1.51.0
|
|
@@ -161,7 +185,7 @@
|
|
|
161
185
|
- Updated dependencies [23e46e9]
|
|
162
186
|
- Updated dependencies [ad1f852]
|
|
163
187
|
- Updated dependencies [e6faefb]
|
|
164
|
-
- @contractspec/lib.contracts@1.51.0
|
|
188
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
165
189
|
- @contractspec/lib.schema@1.51.0
|
|
166
190
|
|
|
167
191
|
## 1.50.0
|
|
@@ -173,7 +197,7 @@
|
|
|
173
197
|
### Patch Changes
|
|
174
198
|
|
|
175
199
|
- Updated dependencies [5325d6b]
|
|
176
|
-
- @contractspec/lib.contracts@1.50.0
|
|
200
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
177
201
|
- @contractspec/lib.schema@1.50.0
|
|
178
202
|
|
|
179
203
|
## 1.49.0
|
|
@@ -185,7 +209,7 @@
|
|
|
185
209
|
### Patch Changes
|
|
186
210
|
|
|
187
211
|
- Updated dependencies [cafd041]
|
|
188
|
-
- @contractspec/lib.contracts@1.49.0
|
|
212
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
189
213
|
- @contractspec/lib.schema@1.49.0
|
|
190
214
|
|
|
191
215
|
## 1.48.1
|
|
@@ -193,7 +217,7 @@
|
|
|
193
217
|
### Patch Changes
|
|
194
218
|
|
|
195
219
|
- Updated dependencies [c560ee7]
|
|
196
|
-
- @contractspec/lib.contracts@1.48.1
|
|
220
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
197
221
|
|
|
198
222
|
## 1.48.0
|
|
199
223
|
|
|
@@ -204,7 +228,7 @@
|
|
|
204
228
|
### Patch Changes
|
|
205
229
|
|
|
206
230
|
- Updated dependencies [b0444a4]
|
|
207
|
-
- @contractspec/lib.contracts@1.48.0
|
|
231
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
208
232
|
- @contractspec/lib.schema@1.48.0
|
|
209
233
|
|
|
210
234
|
## 1.47.0
|
|
@@ -226,7 +250,7 @@
|
|
|
226
250
|
- Updated dependencies [c231a8b]
|
|
227
251
|
- Updated dependencies [42b8d78]
|
|
228
252
|
- Updated dependencies [fd38e85]
|
|
229
|
-
- @contractspec/lib.contracts@1.47.0
|
|
253
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
230
254
|
- @contractspec/lib.schema@1.47.0
|
|
231
255
|
|
|
232
256
|
## 1.46.2
|
|
@@ -235,7 +259,7 @@
|
|
|
235
259
|
|
|
236
260
|
- 7e21625: feat: library services (landing page & api)
|
|
237
261
|
- Updated dependencies [7e21625]
|
|
238
|
-
- @contractspec/lib.contracts@1.46.2
|
|
262
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
239
263
|
- @contractspec/lib.schema@1.46.2
|
|
240
264
|
|
|
241
265
|
## 1.46.1
|
|
@@ -244,7 +268,7 @@
|
|
|
244
268
|
|
|
245
269
|
- 2d8a72b: fix: mcp for presentation
|
|
246
270
|
- Updated dependencies [2d8a72b]
|
|
247
|
-
- @contractspec/lib.contracts@1.46.1
|
|
271
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
248
272
|
- @contractspec/lib.schema@1.46.1
|
|
249
273
|
|
|
250
274
|
## 1.46.0
|
|
@@ -256,7 +280,7 @@
|
|
|
256
280
|
### Patch Changes
|
|
257
281
|
|
|
258
282
|
- Updated dependencies [07cb19b]
|
|
259
|
-
- @contractspec/lib.contracts@1.46.0
|
|
283
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
260
284
|
- @contractspec/lib.schema@1.46.0
|
|
261
285
|
|
|
262
286
|
## 1.45.6
|
|
@@ -265,7 +289,7 @@
|
|
|
265
289
|
|
|
266
290
|
- a913074: feat: improve ai agents rules management"
|
|
267
291
|
- Updated dependencies [a913074]
|
|
268
|
-
- @contractspec/lib.contracts@1.45.6
|
|
292
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
269
293
|
- @contractspec/lib.schema@1.45.6
|
|
270
294
|
|
|
271
295
|
## 1.45.5
|
|
@@ -274,7 +298,7 @@
|
|
|
274
298
|
|
|
275
299
|
- 9ddd7fa: feat: improve versioning
|
|
276
300
|
- Updated dependencies [9ddd7fa]
|
|
277
|
-
- @contractspec/lib.contracts@1.45.5
|
|
301
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
278
302
|
- @contractspec/lib.schema@1.45.5
|
|
279
303
|
|
|
280
304
|
## 1.45.4
|
|
@@ -283,7 +307,7 @@
|
|
|
283
307
|
|
|
284
308
|
- fix: github action
|
|
285
309
|
- Updated dependencies
|
|
286
|
-
- @contractspec/lib.contracts@1.45.4
|
|
310
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
287
311
|
- @contractspec/lib.schema@1.45.4
|
|
288
312
|
|
|
289
313
|
## 1.45.3
|
|
@@ -292,7 +316,7 @@
|
|
|
292
316
|
|
|
293
317
|
- e74ea9e: feat: version management
|
|
294
318
|
- Updated dependencies [e74ea9e]
|
|
295
|
-
- @contractspec/lib.contracts@1.45.3
|
|
319
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
296
320
|
- @contractspec/lib.schema@1.45.3
|
|
297
321
|
|
|
298
322
|
## 1.45.2
|
|
@@ -301,7 +325,7 @@
|
|
|
301
325
|
|
|
302
326
|
- 39ca241: code cleaning
|
|
303
327
|
- Updated dependencies [39ca241]
|
|
304
|
-
- @contractspec/lib.contracts@1.45.2
|
|
328
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
305
329
|
- @contractspec/lib.schema@1.45.2
|
|
306
330
|
|
|
307
331
|
## 1.45.1
|
|
@@ -310,7 +334,7 @@
|
|
|
310
334
|
|
|
311
335
|
- feat: improve app config and examples contracts
|
|
312
336
|
- Updated dependencies
|
|
313
|
-
- @contractspec/lib.contracts@1.45.1
|
|
337
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
314
338
|
- @contractspec/lib.schema@1.45.1
|
|
315
339
|
|
|
316
340
|
## 1.45.0
|
|
@@ -336,7 +360,7 @@
|
|
|
336
360
|
### Patch Changes
|
|
337
361
|
|
|
338
362
|
- Updated dependencies [e73ca1d]
|
|
339
|
-
- @contractspec/lib.contracts@1.45.0
|
|
363
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
340
364
|
- @contractspec/lib.schema@1.45.0
|
|
341
365
|
|
|
342
366
|
## 1.44.1
|
|
@@ -345,7 +369,7 @@
|
|
|
345
369
|
|
|
346
370
|
- 3c594fb: fix
|
|
347
371
|
- Updated dependencies [3c594fb]
|
|
348
|
-
- @contractspec/lib.contracts@1.44.1
|
|
372
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
349
373
|
- @contractspec/lib.schema@1.44.1
|
|
350
374
|
|
|
351
375
|
## 1.44.0
|
|
@@ -357,7 +381,7 @@
|
|
|
357
381
|
### Patch Changes
|
|
358
382
|
|
|
359
383
|
- Updated dependencies [5f3a868]
|
|
360
|
-
- @contractspec/lib.contracts@1.44.0
|
|
384
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
361
385
|
- @contractspec/lib.schema@1.44.0
|
|
362
386
|
|
|
363
387
|
## 1.43.4
|
|
@@ -366,7 +390,7 @@
|
|
|
366
390
|
|
|
367
391
|
- 9216062: fix: cross-platform compatibility
|
|
368
392
|
- Updated dependencies [9216062]
|
|
369
|
-
- @contractspec/lib.contracts@1.43.4
|
|
393
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
370
394
|
- @contractspec/lib.schema@1.43.3
|
|
371
395
|
|
|
372
396
|
## 1.43.3
|
|
@@ -375,7 +399,7 @@
|
|
|
375
399
|
|
|
376
400
|
- 24d9759: improve documentation
|
|
377
401
|
- Updated dependencies [24d9759]
|
|
378
|
-
- @contractspec/lib.contracts@1.43.3
|
|
402
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
379
403
|
- @contractspec/lib.schema@1.43.2
|
|
380
404
|
|
|
381
405
|
## 1.43.2
|
|
@@ -384,7 +408,7 @@
|
|
|
384
408
|
|
|
385
409
|
- e147271: fix: improve stability
|
|
386
410
|
- Updated dependencies [e147271]
|
|
387
|
-
- @contractspec/lib.contracts@1.43.2
|
|
411
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
388
412
|
- @contractspec/lib.schema@1.43.1
|
|
389
413
|
|
|
390
414
|
## 1.43.1
|
|
@@ -392,7 +416,7 @@
|
|
|
392
416
|
### Patch Changes
|
|
393
417
|
|
|
394
418
|
- Updated dependencies [f28fdad]
|
|
395
|
-
- @contractspec/lib.contracts@1.43.1
|
|
419
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
396
420
|
|
|
397
421
|
## 1.43.0
|
|
398
422
|
|
|
@@ -403,7 +427,7 @@
|
|
|
403
427
|
### Patch Changes
|
|
404
428
|
|
|
405
429
|
- Updated dependencies [042d072]
|
|
406
|
-
- @contractspec/lib.contracts@1.43.0
|
|
430
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
407
431
|
- @contractspec/lib.schema@1.43.0
|
|
408
432
|
|
|
409
433
|
## 1.42.10
|
|
@@ -412,7 +436,7 @@
|
|
|
412
436
|
|
|
413
437
|
- 1e6a0f1: fix: mcp server
|
|
414
438
|
- Updated dependencies [1e6a0f1]
|
|
415
|
-
- @contractspec/lib.contracts@1.42.10
|
|
439
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
416
440
|
- @contractspec/lib.schema@1.42.10
|
|
417
441
|
|
|
418
442
|
## 1.42.9
|
|
@@ -421,7 +445,7 @@
|
|
|
421
445
|
|
|
422
446
|
- 9281db7: fix ModelRegistry
|
|
423
447
|
- Updated dependencies [9281db7]
|
|
424
|
-
- @contractspec/lib.contracts@1.42.9
|
|
448
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
425
449
|
- @contractspec/lib.schema@1.42.9
|
|
426
450
|
|
|
427
451
|
## 1.42.8
|
|
@@ -430,7 +454,7 @@
|
|
|
430
454
|
|
|
431
455
|
- e07b5ac: fix
|
|
432
456
|
- Updated dependencies [e07b5ac]
|
|
433
|
-
- @contractspec/lib.contracts@1.42.8
|
|
457
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
434
458
|
- @contractspec/lib.schema@1.42.8
|
|
435
459
|
|
|
436
460
|
## 1.42.7
|
|
@@ -439,7 +463,7 @@
|
|
|
439
463
|
|
|
440
464
|
- e9b575d: fix release
|
|
441
465
|
- Updated dependencies [e9b575d]
|
|
442
|
-
- @contractspec/lib.contracts@1.42.7
|
|
466
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
443
467
|
- @contractspec/lib.schema@1.42.7
|
|
444
468
|
|
|
445
469
|
## 1.42.6
|
|
@@ -448,7 +472,7 @@
|
|
|
448
472
|
|
|
449
473
|
- 1500242: fix tooling
|
|
450
474
|
- Updated dependencies [1500242]
|
|
451
|
-
- @contractspec/lib.contracts@1.42.6
|
|
475
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
452
476
|
- @contractspec/lib.schema@1.42.6
|
|
453
477
|
|
|
454
478
|
## 1.42.5
|
|
@@ -457,7 +481,7 @@
|
|
|
457
481
|
|
|
458
482
|
- 1299719: fix vscode
|
|
459
483
|
- Updated dependencies [1299719]
|
|
460
|
-
- @contractspec/lib.contracts@1.42.5
|
|
484
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
461
485
|
- @contractspec/lib.schema@1.42.5
|
|
462
486
|
|
|
463
487
|
## 1.42.4
|
|
@@ -466,7 +490,7 @@
|
|
|
466
490
|
|
|
467
491
|
- ac28b99: fix: generate from openapi
|
|
468
492
|
- Updated dependencies [ac28b99]
|
|
469
|
-
- @contractspec/lib.contracts@1.42.4
|
|
493
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
470
494
|
- @contractspec/lib.schema@1.42.4
|
|
471
495
|
|
|
472
496
|
## 1.42.3
|
|
@@ -475,7 +499,7 @@
|
|
|
475
499
|
|
|
476
500
|
- 3f5d015: fix(tooling): cicd
|
|
477
501
|
- Updated dependencies [3f5d015]
|
|
478
|
-
- @contractspec/lib.contracts@1.42.3
|
|
502
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
479
503
|
- @contractspec/lib.schema@1.42.3
|
|
480
504
|
|
|
481
505
|
## 1.42.2
|
|
@@ -484,7 +508,7 @@
|
|
|
484
508
|
|
|
485
509
|
- 1f9ac4c: fix
|
|
486
510
|
- Updated dependencies [1f9ac4c]
|
|
487
|
-
- @contractspec/lib.contracts@1.42.2
|
|
511
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
488
512
|
- @contractspec/lib.schema@1.42.2
|
|
489
513
|
|
|
490
514
|
## 1.42.1
|
|
@@ -493,7 +517,7 @@
|
|
|
493
517
|
|
|
494
518
|
- f043995: Fix release
|
|
495
519
|
- Updated dependencies [f043995]
|
|
496
|
-
- @contractspec/lib.contracts@1.42.1
|
|
520
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
497
521
|
- @contractspec/lib.schema@1.42.1
|
|
498
522
|
|
|
499
523
|
## 1.42.0
|
|
@@ -505,5 +529,5 @@
|
|
|
505
529
|
### Patch Changes
|
|
506
530
|
|
|
507
531
|
- Updated dependencies [8eefd9c]
|
|
508
|
-
- @contractspec/lib.contracts@1.42.0
|
|
532
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
509
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"}
|