@contractspec/example.integration-stripe 1.56.0 → 1.57.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.
@@ -1,5 +1,5 @@
1
1
  $ tsdown
2
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
2
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/integration-stripe/tsdown.config.js
4
4
  ℹ entry: src/blueprint.ts, src/connection.sample.ts, src/example.ts, src/index.ts, src/tenant.ts, src/workflow.ts, src/docs/index.ts, src/docs/integration-stripe.docblock.ts
5
5
  ℹ target: esnext
@@ -10,21 +10,21 @@ $ tsdown
10
10
  ℹ dist/docs/integration-stripe.docblock.js 1.59 kB │ gzip: 0.74 kB
11
11
  ℹ dist/workflow.js 1.35 kB │ gzip: 0.57 kB
12
12
  ℹ dist/tenant.js 1.29 kB │ gzip: 0.63 kB
13
- ℹ dist/example.js 1.07 kB │ gzip: 0.55 kB
13
+ ℹ dist/example.js 1.03 kB │ gzip: 0.54 kB
14
14
  ℹ dist/connection.sample.js 0.60 kB │ gzip: 0.35 kB
15
- ℹ dist/index.js 0.44 kB │ gzip: 0.20 kB
15
+ ℹ dist/index.js 0.41 kB │ gzip: 0.19 kB
16
16
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
17
  ℹ dist/blueprint.js.map 2.69 kB │ gzip: 1.10 kB
18
18
  ℹ dist/workflow.js.map 2.20 kB │ gzip: 0.84 kB
19
19
  ℹ dist/tenant.js.map 2.17 kB │ gzip: 0.98 kB
20
20
  ℹ dist/docs/integration-stripe.docblock.js.map 2.09 kB │ gzip: 0.93 kB
21
- ℹ dist/example.js.map 1.52 kB │ gzip: 0.74 kB
21
+ ℹ dist/example.js.map 1.51 kB │ gzip: 0.73 kB
22
22
  ℹ dist/connection.sample.js.map 0.98 kB │ gzip: 0.52 kB
23
- ℹ dist/connection.sample.d.ts.map 0.15 kB │ gzip: 0.13 kB
24
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
25
- ℹ dist/blueprint.d.ts.map 0.13 kB │ gzip: 0.12 kB
26
- ℹ dist/workflow.d.ts.map 0.13 kB │ gzip: 0.12 kB
27
- ℹ dist/tenant.d.ts.map 0.12 kB │ gzip: 0.12 kB
23
+ ℹ dist/connection.sample.d.ts.map 0.14 kB │ gzip: 0.13 kB
24
+ ℹ dist/example.d.ts.map 0.13 kB │ gzip: 0.13 kB
25
+ ℹ dist/blueprint.d.ts.map 0.12 kB │ gzip: 0.12 kB
26
+ ℹ dist/workflow.d.ts.map 0.12 kB │ gzip: 0.12 kB
27
+ ℹ dist/tenant.d.ts.map 0.11 kB │ gzip: 0.12 kB
28
28
  ℹ dist/index.d.ts 0.39 kB │ gzip: 0.17 kB
29
29
  ℹ dist/connection.sample.d.ts 0.28 kB │ gzip: 0.17 kB
30
30
  ℹ dist/blueprint.d.ts 0.25 kB │ gzip: 0.17 kB
@@ -33,5 +33,10 @@ $ tsdown
33
33
  ℹ dist/workflow.d.ts 0.24 kB │ gzip: 0.16 kB
34
34
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
35
35
  ℹ dist/docs/integration-stripe.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
36
- ℹ 27 files, total: 22.11 kB
37
- ✔ Build complete in 20016ms
36
+ ℹ 27 files, total: 21.99 kB
37
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
38
+ - rolldown-plugin-dts:generate (58%)
39
+ - tsdown:external (30%)
40
+ See https://rolldown.rs/options/checks#plugintimings for more details.
41
+
42
+ ✔ Build complete in 35812ms
@@ -1,40 +1,43 @@
1
-
2
- $ bun build:types && bun build:bundle
3
- $ tsc --noEmit
4
- $ tsdown
5
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
- ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/integration-stripe/tsdown.config.js (unrun)
7
- ℹ entry: src/blueprint.ts, src/connection.sample.ts, src/example.ts, src/index.ts, src/tenant.ts, src/workflow.ts, src/docs/index.ts, src/docs/integration-stripe.docblock.ts
8
- ℹ target: esnext
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 28 files
12
- ℹ dist/blueprint.js 1.72 kB │ gzip: 0.73 kB
13
- ℹ dist/docs/integration-stripe.docblock.js 1.59 kB │ gzip: 0.74 kB
14
- ℹ dist/workflow.js 1.35 kB │ gzip: 0.57 kB
15
- ℹ dist/tenant.js 1.29 kB │ gzip: 0.63 kB
16
- ℹ dist/example.js 1.07 kB │ gzip: 0.55 kB
17
- ℹ dist/connection.sample.js 0.60 kB │ gzip: 0.35 kB
18
- ℹ dist/index.js 0.44 kB │ gzip: 0.20 kB
19
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
20
- ℹ dist/blueprint.js.map 2.69 kB │ gzip: 1.10 kB
21
- ℹ dist/workflow.js.map 2.20 kB │ gzip: 0.84 kB
22
- ℹ dist/tenant.js.map 2.17 kB │ gzip: 0.98 kB
23
- ℹ dist/docs/integration-stripe.docblock.js.map 2.09 kB │ gzip: 0.93 kB
24
- ℹ dist/example.js.map 1.52 kB │ gzip: 0.74 kB
25
- ℹ dist/connection.sample.js.map 0.98 kB │ gzip: 0.52 kB
26
- ℹ dist/connection.sample.d.ts.map 0.15 kB │ gzip: 0.13 kB
27
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
28
- ℹ dist/blueprint.d.ts.map 0.13 kB │ gzip: 0.12 kB
29
- ℹ dist/workflow.d.ts.map 0.13 kB │ gzip: 0.12 kB
30
- ℹ dist/tenant.d.ts.map 0.12 kB │ gzip: 0.12 kB
31
- ℹ dist/index.d.ts 0.39 kB │ gzip: 0.17 kB
32
- ℹ dist/connection.sample.d.ts 0.28 kB │ gzip: 0.17 kB
33
- ℹ dist/blueprint.d.ts 0.25 kB │ gzip: 0.17 kB
34
- ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
35
- ℹ dist/tenant.d.ts 0.25 kB │ gzip: 0.17 kB
36
- ℹ dist/workflow.d.ts 0.24 kB │ gzip: 0.16 kB
37
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
38
- ℹ dist/docs/integration-stripe.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
39
- ℹ 27 files, total: 22.11 kB
40
- ✔ Build complete in 5573ms
1
+ $ bun build:types && bun build:bundle
2
+ $ tsc --noEmit
3
+ $ tsdown
4
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
5
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/integration-stripe/tsdown.config.js
6
+ ℹ entry: src/blueprint.ts, src/connection.sample.ts, src/example.ts, src/index.ts, src/tenant.ts, src/workflow.ts, src/docs/index.ts, src/docs/integration-stripe.docblock.ts
7
+ ℹ target: esnext
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/blueprint.js 1.72 kB │ gzip: 0.73 kB
11
+ ℹ dist/docs/integration-stripe.docblock.js 1.59 kB │ gzip: 0.74 kB
12
+ ℹ dist/workflow.js 1.35 kB │ gzip: 0.57 kB
13
+ ℹ dist/tenant.js 1.29 kB │ gzip: 0.63 kB
14
+ ℹ dist/example.js 1.03 kB │ gzip: 0.54 kB
15
+ ℹ dist/connection.sample.js 0.60 kB │ gzip: 0.35 kB
16
+ ℹ dist/index.js 0.41 kB │ gzip: 0.19 kB
17
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
18
+ ℹ dist/blueprint.js.map 2.69 kB │ gzip: 1.10 kB
19
+ ℹ dist/workflow.js.map 2.20 kB │ gzip: 0.84 kB
20
+ ℹ dist/tenant.js.map 2.17 kB │ gzip: 0.98 kB
21
+ ℹ dist/docs/integration-stripe.docblock.js.map 2.09 kB │ gzip: 0.93 kB
22
+ ℹ dist/example.js.map 1.51 kB │ gzip: 0.73 kB
23
+ ℹ dist/connection.sample.js.map 0.98 kB │ gzip: 0.52 kB
24
+ ℹ dist/connection.sample.d.ts.map 0.14 kB │ gzip: 0.13 kB
25
+ ℹ dist/example.d.ts.map 0.13 kB │ gzip: 0.13 kB
26
+ ℹ dist/blueprint.d.ts.map 0.12 kB │ gzip: 0.12 kB
27
+ ℹ dist/workflow.d.ts.map 0.12 kB │ gzip: 0.12 kB
28
+ ℹ dist/tenant.d.ts.map 0.11 kB │ gzip: 0.12 kB
29
+ ℹ dist/index.d.ts 0.39 kB │ gzip: 0.17 kB
30
+ ℹ dist/connection.sample.d.ts 0.28 kB │ gzip: 0.17 kB
31
+ ℹ dist/blueprint.d.ts 0.25 kB │ gzip: 0.17 kB
32
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
33
+ ℹ dist/tenant.d.ts 0.25 kB │ gzip: 0.17 kB
34
+ ℹ dist/workflow.d.ts 0.24 kB │ gzip: 0.16 kB
35
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
36
+ ℹ dist/docs/integration-stripe.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
37
+ ℹ 27 files, total: 21.99 kB
38
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
39
+ - rolldown-plugin-dts:generate (55%)
40
+ - tsdown:external (43%)
41
+ See https://rolldown.rs/options/checks#plugintimings for more details.
42
+
43
+ ✔ Build complete in 21365ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @contractspec/example.integration-stripe
2
2
 
3
+ ## 1.57.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 11a5a05: feat: improve product intent
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [8ecf3c1]
12
+ - Updated dependencies [47c48c2]
13
+ - Updated dependencies [a119963]
14
+ - Updated dependencies [4651e06]
15
+ - Updated dependencies [ad9d10a]
16
+ - Updated dependencies [11a5a05]
17
+ - @contractspec/lib.contracts@1.57.0
18
+ - @contractspec/lib.schema@1.57.0
19
+
20
+ ## 1.56.1
21
+
22
+ ### Patch Changes
23
+
24
+ - fix: improve publish config
25
+ - Updated dependencies
26
+ - @contractspec/lib.contracts@1.56.1
27
+ - @contractspec/lib.schema@1.56.1
28
+
3
29
  ## 1.56.0
4
30
 
5
31
  ### Minor Changes
@@ -1 +1 @@
1
- {"version":3,"file":"blueprint.d.ts","names":[],"sources":["../src/blueprint.ts"],"sourcesContent":[],"mappings":";;;cAOa,wBAAwB"}
1
+ {"version":3,"file":"blueprint.d.ts","names":[],"sources":["../src/blueprint.ts"],"mappings":";;;cAOa,sBAAA,EAAwB,gBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"connection.sample.d.ts","names":[],"sources":["../src/connection.sample.ts"],"sourcesContent":[],"mappings":";;;cAEa,sBAAsB"}
1
+ {"version":3,"file":"connection.sample.d.ts","names":[],"sources":["../src/connection.sample.ts"],"mappings":";;;cAEa,oBAAA,EAAsB,qBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SA2BJ,4BAAA,CA3BW"}
1
+ {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"mappings":";;;cAEM,OAAA,EA2BJ,4BAAA,CA3BW,WAAA"}
package/dist/example.js CHANGED
@@ -40,8 +40,7 @@ const example = defineExample({
40
40
  mcp: { enabled: true }
41
41
  }
42
42
  });
43
- var example_default = example;
44
43
 
45
44
  //#endregion
46
- export { example_default as default };
45
+ export { example as default };
47
46
  //# sourceMappingURL=example.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'integration-stripe',\n version: '1.0.0',\n title: 'Integration — Stripe Payments',\n description:\n 'Wire AppBlueprint + Workflow + TenantAppConfig to enable Stripe-backed payments (spec-first integration pattern).',\n kind: 'integration',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['stripe', 'payments', 'integration', 'blueprint', 'workflow'],\n },\n docs: {\n rootDocId: 'docs.examples.integration-stripe',\n usageDocId: 'docs.examples.integration-stripe.usage',\n },\n entrypoints: {\n packageName: '@contractspec/example.integration-stripe',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['markdown', 'specs'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAU;GAAY;GAAe;GAAa;GAAW;EACrE;CACD,MAAM;EACJ,WAAW;EACX,YAAY;EACb;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,YAAY,QAAQ;GAAE;EACxD,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC;AAEF,sBAAe"}
1
+ {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'integration-stripe',\n version: '1.0.0',\n title: 'Integration — Stripe Payments',\n description:\n 'Wire AppBlueprint + Workflow + TenantAppConfig to enable Stripe-backed payments (spec-first integration pattern).',\n kind: 'integration',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['stripe', 'payments', 'integration', 'blueprint', 'workflow'],\n },\n docs: {\n rootDocId: 'docs.examples.integration-stripe',\n usageDocId: 'docs.examples.integration-stripe.usage',\n },\n entrypoints: {\n packageName: '@contractspec/example.integration-stripe',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['markdown', 'specs'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAU;GAAY;GAAe;GAAa;GAAW;EACrE;CACD,MAAM;EACJ,WAAW;EACX,YAAY;EACb;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,YAAY,QAAQ;GAAE;EACxD,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC"}
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { artisanStripeBlueprint } from "./blueprint.js";
2
2
  import { stripeLiveConnection } from "./connection.sample.js";
3
- import example_default from "./example.js";
3
+ import example from "./example.js";
4
4
  import { collectPaymentWorkflow } from "./workflow.js";
5
5
  import { artisanStripeTenantConfig } from "./tenant.js";
6
6
  import "./docs/index.js";
7
7
 
8
- export { artisanStripeBlueprint, artisanStripeTenantConfig, collectPaymentWorkflow, example_default as example, stripeLiveConnection };
8
+ export { artisanStripeBlueprint, artisanStripeTenantConfig, collectPaymentWorkflow, example, stripeLiveConnection };
@@ -1 +1 @@
1
- {"version":3,"file":"tenant.d.ts","names":[],"sources":["../src/tenant.ts"],"sourcesContent":[],"mappings":";;;cAEa,2BAA2B"}
1
+ {"version":3,"file":"tenant.d.ts","names":[],"sources":["../src/tenant.ts"],"mappings":";;;cAEa,yBAAA,EAA2B,eAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"workflow.d.ts","names":[],"sources":["../src/workflow.ts"],"sourcesContent":[],"mappings":";;;cAOa,wBAAwB"}
1
+ {"version":3,"file":"workflow.d.ts","names":[],"sources":["../src/workflow.ts"],"mappings":";;;cAOa,sBAAA,EAAwB,YAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.integration-stripe",
3
- "version": "1.56.0",
3
+ "version": "1.57.0",
4
4
  "description": "Integration example – Stripe Payments (blueprint + workflow + tenant config).",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -29,13 +29,13 @@
29
29
  "test": "bun test"
30
30
  },
31
31
  "dependencies": {
32
- "@contractspec/lib.schema": "1.56.0",
33
- "@contractspec/lib.contracts": "1.56.0"
32
+ "@contractspec/lib.schema": "1.57.0",
33
+ "@contractspec/lib.contracts": "1.57.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@contractspec/tool.tsdown": "1.56.0",
37
- "@contractspec/tool.typescript": "1.56.0",
38
- "tsdown": "^0.19.0",
36
+ "@contractspec/tool.tsdown": "1.57.0",
37
+ "@contractspec/tool.typescript": "1.57.0",
38
+ "tsdown": "^0.20.3",
39
39
  "typescript": "^5.9.3"
40
40
  },
41
41
  "publishConfig": {