@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.
@@ -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 33ms
6
+ Bundled 10 modules in 44ms
7
7
 
8
8
  ./blueprint.js 3.35 KB (entry point)
9
- ./index.js 11.21 KB (entry point)
9
+ ./index.js 11.20 KB (entry point)
10
10
  ./tenant.js 1.34 KB (entry point)
11
- ./connection.sample.js 2.94 KB (entry point)
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.74 KB (entry point)
15
+ ./integration-stripe.feature.js 4.73 KB (entry point)
16
16
  ./workflow.js 1.51 KB (entry point)
17
- ./integration.js 2.36 KB (entry point)
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 24ms
20
+ Bundled 10 modules in 42ms
21
21
 
22
22
  ./blueprint.js 3.34 KB (entry point)
23
- ./index.js 11.19 KB (entry point)
23
+ ./index.js 11.18 KB (entry point)
24
24
  ./tenant.js 1.33 KB (entry point)
25
- ./connection.sample.js 2.93 KB (entry point)
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.74 KB (entry point)
29
+ ./integration-stripe.feature.js 4.73 KB (entry point)
30
30
  ./workflow.js 1.51 KB (entry point)
31
- ./integration.js 2.35 KB (entry point)
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 21ms
34
+ Bundled 10 modules in 57ms
35
35
 
36
36
  ./blueprint.js 3.34 KB (entry point)
37
- ./index.js 11.19 KB (entry point)
37
+ ./index.js 11.18 KB (entry point)
38
38
  ./tenant.js 1.33 KB (entry point)
39
- ./connection.sample.js 2.93 KB (entry point)
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.74 KB (entry point)
43
+ ./integration-stripe.feature.js 4.73 KB (entry point)
44
44
  ./workflow.js 1.51 KB (entry point)
45
- ./integration.js 2.35 KB (entry point)
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
@@ -1 +1 @@
1
- export declare const artisanStripeBlueprint: import("@contractspec/lib.contracts-spec/app-config/spec").AppBlueprintSpec;
1
+ export declare const artisanStripeBlueprint: import("@contractspec/lib.contracts-spec/app-config").AppBlueprintSpec;
@@ -1,5 +1,5 @@
1
1
  // src/integration.ts
2
- import { defineIntegration } from "@contractspec/lib.contracts-spec/integrations/spec";
2
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
3
3
  import {
4
4
  OwnersEnum,
5
5
  StabilityEnum,
@@ -111,7 +111,7 @@ var artisanStripeBlueprint = defineAppConfig({
111
111
  });
112
112
 
113
113
  // src/integration.ts
114
- import { defineIntegration } from "@contractspec/lib.contracts-spec/integrations/spec";
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-spec/integrations/spec";
55
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
56
56
  import {
57
57
  OwnersEnum as OwnersEnum2,
58
58
  StabilityEnum as StabilityEnum2,
@@ -1,5 +1,5 @@
1
1
  // src/integration.ts
2
- import { defineIntegration } from "@contractspec/lib.contracts-spec/integrations/spec";
2
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
3
3
  import {
4
4
  OwnersEnum,
5
5
  StabilityEnum,
@@ -1,6 +1,6 @@
1
1
  // @bun
2
2
  // src/integration.ts
3
- import { defineIntegration } from "@contractspec/lib.contracts-spec/integrations/spec";
3
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
4
4
  import {
5
5
  OwnersEnum,
6
6
  StabilityEnum,
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-spec/integrations/spec";
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-spec/integrations/spec";
56
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
57
57
  import {
58
58
  OwnersEnum as OwnersEnum2,
59
59
  StabilityEnum as StabilityEnum2,
@@ -1 +1 @@
1
- export declare const StripePaymentsIntegrationSpec: import("@contractspec/lib.contracts-spec/integrations/spec").IntegrationSpec;
1
+ export declare const StripePaymentsIntegrationSpec: import("@contractspec/lib.contracts-integrations").IntegrationSpec;
@@ -1,6 +1,6 @@
1
1
  // @bun
2
2
  // src/integration.ts
3
- import { defineIntegration } from "@contractspec/lib.contracts-spec/integrations/spec";
3
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
4
4
  import {
5
5
  OwnersEnum,
6
6
  StabilityEnum,
@@ -1,5 +1,5 @@
1
1
  // src/integration.ts
2
- import { defineIntegration } from "@contractspec/lib.contracts-spec/integrations/spec";
2
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
3
3
  import {
4
4
  OwnersEnum,
5
5
  StabilityEnum,
@@ -111,7 +111,7 @@ var artisanStripeBlueprint = defineAppConfig({
111
111
  });
112
112
 
113
113
  // src/integration.ts
114
- import { defineIntegration } from "@contractspec/lib.contracts-spec/integrations/spec";
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-spec/integrations/spec";
55
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
56
56
  import {
57
57
  OwnersEnum as OwnersEnum2,
58
58
  StabilityEnum as StabilityEnum2,
@@ -1,5 +1,5 @@
1
1
  // src/integration.ts
2
- import { defineIntegration } from "@contractspec/lib.contracts-spec/integrations/spec";
2
+ import { defineIntegration } from "@contractspec/lib.contracts-integrations";
3
3
  import {
4
4
  OwnersEnum,
5
5
  StabilityEnum,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.integration-stripe",
3
- "version": "3.7.10",
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.8",
96
- "@contractspec/lib.contracts-spec": "4.1.2",
97
- "@contractspec/lib.contracts-integrations": "3.8.2"
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.8",
100
+ "@contractspec/tool.typescript": "3.7.10",
101
101
  "typescript": "^5.9.3",
102
- "@contractspec/tool.bun": "3.7.8"
102
+ "@contractspec/tool.bun": "3.7.10"
103
103
  },
104
104
  "publishConfig": {
105
105
  "access": "public",
@@ -1,4 +1,4 @@
1
- import { defineIntegration } from '@contractspec/lib.contracts-spec/integrations/spec';
1
+ import { defineIntegration } from '@contractspec/lib.contracts-integrations';
2
2
  import {
3
3
  OwnersEnum,
4
4
  StabilityEnum,