@contractspec/example.integration-stripe 3.7.10 → 3.7.14
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 +15 -15
- package/CHANGELOG.md +43 -0
- package/dist/blueprint.d.ts +1 -1
- package/dist/browser/connection.sample.js +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/integration-stripe.feature.js +1 -1
- package/dist/browser/integration.js +1 -1
- package/dist/connection.sample.js +1 -1
- package/dist/index.js +1 -1
- package/dist/integration-stripe.feature.js +1 -1
- package/dist/integration.d.ts +1 -1
- package/dist/integration.js +1 -1
- package/dist/node/connection.sample.js +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/integration-stripe.feature.js +1 -1
- package/dist/node/integration.js +1 -1
- package/package.json +6 -6
- package/src/integration.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,45 +3,45 @@ $ 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=10 noBundle=false
|
|
6
|
-
Bundled 10 modules in
|
|
6
|
+
Bundled 10 modules in 44ms
|
|
7
7
|
|
|
8
8
|
./blueprint.js 3.35 KB (entry point)
|
|
9
|
-
./index.js 11.
|
|
9
|
+
./index.js 11.20 KB (entry point)
|
|
10
10
|
./tenant.js 1.34 KB (entry point)
|
|
11
|
-
./connection.sample.js 2.
|
|
11
|
+
./connection.sample.js 2.93 KB (entry point)
|
|
12
12
|
docs/index.js 1.59 KB (entry point)
|
|
13
13
|
docs/integration-stripe.docblock.js 1.59 KB (entry point)
|
|
14
14
|
./example.js 1.0 KB (entry point)
|
|
15
|
-
./integration-stripe.feature.js 4.
|
|
15
|
+
./integration-stripe.feature.js 4.73 KB (entry point)
|
|
16
16
|
./workflow.js 1.51 KB (entry point)
|
|
17
|
-
./integration.js 2.
|
|
17
|
+
./integration.js 2.35 KB (entry point)
|
|
18
18
|
|
|
19
19
|
[contractspec-bun-build] transpile target=node root=src entries=10 noBundle=false
|
|
20
|
-
Bundled 10 modules in
|
|
20
|
+
Bundled 10 modules in 42ms
|
|
21
21
|
|
|
22
22
|
./blueprint.js 3.34 KB (entry point)
|
|
23
|
-
./index.js 11.
|
|
23
|
+
./index.js 11.18 KB (entry point)
|
|
24
24
|
./tenant.js 1.33 KB (entry point)
|
|
25
|
-
./connection.sample.js 2.
|
|
25
|
+
./connection.sample.js 2.92 KB (entry point)
|
|
26
26
|
docs/index.js 1.57 KB (entry point)
|
|
27
27
|
docs/integration-stripe.docblock.js 1.57 KB (entry point)
|
|
28
28
|
./example.js 1.0 KB (entry point)
|
|
29
|
-
./integration-stripe.feature.js 4.
|
|
29
|
+
./integration-stripe.feature.js 4.73 KB (entry point)
|
|
30
30
|
./workflow.js 1.51 KB (entry point)
|
|
31
|
-
./integration.js 2.
|
|
31
|
+
./integration.js 2.34 KB (entry point)
|
|
32
32
|
|
|
33
33
|
[contractspec-bun-build] transpile target=browser root=src entries=10 noBundle=false
|
|
34
|
-
Bundled 10 modules in
|
|
34
|
+
Bundled 10 modules in 57ms
|
|
35
35
|
|
|
36
36
|
./blueprint.js 3.34 KB (entry point)
|
|
37
|
-
./index.js 11.
|
|
37
|
+
./index.js 11.18 KB (entry point)
|
|
38
38
|
./tenant.js 1.33 KB (entry point)
|
|
39
|
-
./connection.sample.js 2.
|
|
39
|
+
./connection.sample.js 2.92 KB (entry point)
|
|
40
40
|
docs/index.js 1.57 KB (entry point)
|
|
41
41
|
docs/integration-stripe.docblock.js 1.57 KB (entry point)
|
|
42
42
|
./example.js 1.0 KB (entry point)
|
|
43
|
-
./integration-stripe.feature.js 4.
|
|
43
|
+
./integration-stripe.feature.js 4.73 KB (entry point)
|
|
44
44
|
./workflow.js 1.51 KB (entry point)
|
|
45
|
-
./integration.js 2.
|
|
45
|
+
./integration.js 2.34 KB (entry point)
|
|
46
46
|
|
|
47
47
|
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @contractspec/example.integration-stripe
|
|
2
2
|
|
|
3
|
+
## 3.7.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: stability & release
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- Updated dependencies [dd6e074]
|
|
10
|
+
- @contractspec/lib.contracts-integrations@3.8.6
|
|
11
|
+
- @contractspec/lib.contracts-spec@5.0.2
|
|
12
|
+
- @contractspec/lib.schema@3.7.11
|
|
13
|
+
|
|
14
|
+
## 3.7.13
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [dd6e074]
|
|
19
|
+
- @contractspec/lib.contracts-spec@5.0.1
|
|
20
|
+
- @contractspec/lib.contracts-integrations@3.8.5
|
|
21
|
+
|
|
22
|
+
## 3.7.12
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [81256ea]
|
|
27
|
+
- Updated dependencies [2619dd8]
|
|
28
|
+
- Updated dependencies [6de2f1c]
|
|
29
|
+
- Updated dependencies [81256ea]
|
|
30
|
+
- Updated dependencies [a4489bb]
|
|
31
|
+
- Updated dependencies [9cb304e]
|
|
32
|
+
- @contractspec/lib.contracts-spec@5.0.0
|
|
33
|
+
- @contractspec/lib.contracts-integrations@3.8.4
|
|
34
|
+
- @contractspec/lib.schema@3.7.10
|
|
35
|
+
|
|
36
|
+
## 3.7.11
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- fix: release
|
|
41
|
+
- Updated dependencies
|
|
42
|
+
- @contractspec/lib.contracts-integrations@3.8.3
|
|
43
|
+
- @contractspec/lib.contracts-spec@4.1.3
|
|
44
|
+
- @contractspec/lib.schema@3.7.9
|
|
45
|
+
|
|
3
46
|
## 3.7.10
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
package/dist/blueprint.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const artisanStripeBlueprint: import("@contractspec/lib.contracts-spec/app-config
|
|
1
|
+
export declare const artisanStripeBlueprint: import("@contractspec/lib.contracts-spec/app-config").AppBlueprintSpec;
|
package/dist/browser/index.js
CHANGED
|
@@ -111,7 +111,7 @@ var artisanStripeBlueprint = defineAppConfig({
|
|
|
111
111
|
});
|
|
112
112
|
|
|
113
113
|
// src/integration.ts
|
|
114
|
-
import { defineIntegration } from "@contractspec/lib.contracts-
|
|
114
|
+
import { defineIntegration } from "@contractspec/lib.contracts-integrations";
|
|
115
115
|
import {
|
|
116
116
|
OwnersEnum as OwnersEnum3,
|
|
117
117
|
StabilityEnum as StabilityEnum3,
|
|
@@ -52,7 +52,7 @@ var collectPaymentWorkflow = defineWorkflow({
|
|
|
52
52
|
});
|
|
53
53
|
|
|
54
54
|
// src/integration.ts
|
|
55
|
-
import { defineIntegration } from "@contractspec/lib.contracts-
|
|
55
|
+
import { defineIntegration } from "@contractspec/lib.contracts-integrations";
|
|
56
56
|
import {
|
|
57
57
|
OwnersEnum as OwnersEnum2,
|
|
58
58
|
StabilityEnum as StabilityEnum2,
|
package/dist/index.js
CHANGED
|
@@ -112,7 +112,7 @@ var artisanStripeBlueprint = defineAppConfig({
|
|
|
112
112
|
});
|
|
113
113
|
|
|
114
114
|
// src/integration.ts
|
|
115
|
-
import { defineIntegration } from "@contractspec/lib.contracts-
|
|
115
|
+
import { defineIntegration } from "@contractspec/lib.contracts-integrations";
|
|
116
116
|
import {
|
|
117
117
|
OwnersEnum as OwnersEnum3,
|
|
118
118
|
StabilityEnum as StabilityEnum3,
|
|
@@ -53,7 +53,7 @@ var collectPaymentWorkflow = defineWorkflow({
|
|
|
53
53
|
});
|
|
54
54
|
|
|
55
55
|
// src/integration.ts
|
|
56
|
-
import { defineIntegration } from "@contractspec/lib.contracts-
|
|
56
|
+
import { defineIntegration } from "@contractspec/lib.contracts-integrations";
|
|
57
57
|
import {
|
|
58
58
|
OwnersEnum as OwnersEnum2,
|
|
59
59
|
StabilityEnum as StabilityEnum2,
|
package/dist/integration.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StripePaymentsIntegrationSpec: import("@contractspec/lib.contracts-
|
|
1
|
+
export declare const StripePaymentsIntegrationSpec: import("@contractspec/lib.contracts-integrations").IntegrationSpec;
|
package/dist/integration.js
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -111,7 +111,7 @@ var artisanStripeBlueprint = defineAppConfig({
|
|
|
111
111
|
});
|
|
112
112
|
|
|
113
113
|
// src/integration.ts
|
|
114
|
-
import { defineIntegration } from "@contractspec/lib.contracts-
|
|
114
|
+
import { defineIntegration } from "@contractspec/lib.contracts-integrations";
|
|
115
115
|
import {
|
|
116
116
|
OwnersEnum as OwnersEnum3,
|
|
117
117
|
StabilityEnum as StabilityEnum3,
|
|
@@ -52,7 +52,7 @@ var collectPaymentWorkflow = defineWorkflow({
|
|
|
52
52
|
});
|
|
53
53
|
|
|
54
54
|
// src/integration.ts
|
|
55
|
-
import { defineIntegration } from "@contractspec/lib.contracts-
|
|
55
|
+
import { defineIntegration } from "@contractspec/lib.contracts-integrations";
|
|
56
56
|
import {
|
|
57
57
|
OwnersEnum as OwnersEnum2,
|
|
58
58
|
StabilityEnum as StabilityEnum2,
|
package/dist/node/integration.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.integration-stripe",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.14",
|
|
4
4
|
"description": "Integration example – Stripe Payments (blueprint + workflow + tenant config).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -92,14 +92,14 @@
|
|
|
92
92
|
"typecheck": "tsc --noEmit"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@contractspec/lib.schema": "3.7.
|
|
96
|
-
"@contractspec/lib.contracts-spec": "
|
|
97
|
-
"@contractspec/lib.contracts-integrations": "3.8.
|
|
95
|
+
"@contractspec/lib.schema": "3.7.11",
|
|
96
|
+
"@contractspec/lib.contracts-spec": "5.0.2",
|
|
97
|
+
"@contractspec/lib.contracts-integrations": "3.8.6"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@contractspec/tool.typescript": "3.7.
|
|
100
|
+
"@contractspec/tool.typescript": "3.7.10",
|
|
101
101
|
"typescript": "^5.9.3",
|
|
102
|
-
"@contractspec/tool.bun": "3.7.
|
|
102
|
+
"@contractspec/tool.bun": "3.7.10"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public",
|
package/src/integration.ts
CHANGED