@lssm/example.integration-stripe 0.0.0-canary-20251217034842 → 0.0.0-canary-20251217060433
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$colon$bundle.log +27 -0
- package/.turbo/turbo-build.log +29 -19
- package/CHANGELOG.md +7 -3
- package/dist/blueprint.d.ts +6 -0
- package/dist/connection.sample.d.ts +6 -0
- package/dist/docs/index.d.ts +1 -0
- package/dist/docs/integration-stripe.docblock.d.ts +1 -0
- package/dist/example.d.ts +33 -0
- package/dist/index.d.ts +6 -0
- package/dist/tenant.d.ts +6 -0
- package/dist/workflow.d.ts +6 -0
- package/package.json +14 -12
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mtsdown[0m
|
|
3
|
+
[34mℹ[39m tsdown [2mv0.17.4[22m powered by rolldown [2mv1.0.0-beta.53[22m
|
|
4
|
+
[34mℹ[39m config file: [4m/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/integration-stripe/tsdown.config.js[24m (unrun)
|
|
5
|
+
[34mℹ[39m entry: [34msrc/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[39m
|
|
6
|
+
[34mℹ[39m target: [34mesnext[39m
|
|
7
|
+
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
8
|
+
[34mℹ[39m Build start
|
|
9
|
+
[34mℹ[39m Cleaning 17 files
|
|
10
|
+
[34mℹ[39m [2mdist/[22m[1mdocs/integration-stripe.docblock.js[22m [2m1.36 kB[22m [2m│ gzip: 0.67 kB[22m
|
|
11
|
+
[34mℹ[39m [2mdist/[22m[1mblueprint.js[22m [2m1.34 kB[22m [2m│ gzip: 0.62 kB[22m
|
|
12
|
+
[34mℹ[39m [2mdist/[22m[1mtenant.js[22m [2m0.97 kB[22m [2m│ gzip: 0.52 kB[22m
|
|
13
|
+
[34mℹ[39m [2mdist/[22m[1mworkflow.js[22m [2m0.95 kB[22m [2m│ gzip: 0.47 kB[22m
|
|
14
|
+
[34mℹ[39m [2mdist/[22m[1mexample.js[22m [2m0.62 kB[22m [2m│ gzip: 0.37 kB[22m
|
|
15
|
+
[34mℹ[39m [2mdist/[22m[1mconnection.sample.js[22m [2m0.43 kB[22m [2m│ gzip: 0.28 kB[22m
|
|
16
|
+
[34mℹ[39m [2mdist/[22m[1mindex.js[22m [2m0.41 kB[22m [2m│ gzip: 0.20 kB[22m
|
|
17
|
+
[34mℹ[39m [2mdist/[22m[1mdocs/index.js[22m [2m0.04 kB[22m [2m│ gzip: 0.06 kB[22m
|
|
18
|
+
[34mℹ[39m [2mdist/[22m[32m[1mexample.d.ts[22m[39m [2m1.08 kB[22m [2m│ gzip: 0.45 kB[22m
|
|
19
|
+
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.ts[22m[39m [2m0.39 kB[22m [2m│ gzip: 0.17 kB[22m
|
|
20
|
+
[34mℹ[39m [2mdist/[22m[32m[1mconnection.sample.d.ts[22m[39m [2m0.23 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
21
|
+
[34mℹ[39m [2mdist/[22m[32m[1mtenant.d.ts[22m[39m [2m0.21 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
22
|
+
[34mℹ[39m [2mdist/[22m[32m[1mblueprint.d.ts[22m[39m [2m0.20 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
23
|
+
[34mℹ[39m [2mdist/[22m[32m[1mworkflow.d.ts[22m[39m [2m0.19 kB[22m [2m│ gzip: 0.14 kB[22m
|
|
24
|
+
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
25
|
+
[34mℹ[39m [2mdist/[22m[32m[1mdocs/integration-stripe.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
26
|
+
[34mℹ[39m 16 files, total: 8.45 kB
|
|
27
|
+
[32m✔[39m Build complete in [32m2677ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,19 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
[
|
|
4
|
-
[34mℹ[39m
|
|
5
|
-
[34mℹ[39m
|
|
6
|
-
[34mℹ[39m
|
|
7
|
-
[34mℹ[39m
|
|
8
|
-
[34mℹ[39m
|
|
9
|
-
[34mℹ[39m
|
|
10
|
-
[34mℹ[39m
|
|
11
|
-
[34mℹ[39m [2mdist/[22m[
|
|
12
|
-
[34mℹ[39m [2mdist/[22m[
|
|
13
|
-
[34mℹ[39m [2mdist/[22m[
|
|
14
|
-
[34mℹ[39m [2mdist/[22m[
|
|
15
|
-
[34mℹ[39m [2mdist/[22m[
|
|
16
|
-
[34mℹ[39m [2mdist/[22m[
|
|
17
|
-
[34mℹ[39m
|
|
18
|
-
[
|
|
19
|
-
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mbun build:bundle && bun build:types[0m
|
|
3
|
+
[0m[2m[35m$[0m [2m[1mtsdown[0m
|
|
4
|
+
[34mℹ[39m tsdown [2mv0.17.4[22m powered by rolldown [2mv1.0.0-beta.53[22m
|
|
5
|
+
[34mℹ[39m config file: [4m/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/integration-stripe/tsdown.config.js[24m (unrun)
|
|
6
|
+
[34mℹ[39m entry: [34msrc/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[39m
|
|
7
|
+
[34mℹ[39m target: [34mesnext[39m
|
|
8
|
+
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
9
|
+
[34mℹ[39m Build start
|
|
10
|
+
[34mℹ[39m Cleaning 9 files
|
|
11
|
+
[34mℹ[39m [2mdist/[22m[1mdocs/integration-stripe.docblock.js[22m [2m1.36 kB[22m [2m│ gzip: 0.67 kB[22m
|
|
12
|
+
[34mℹ[39m [2mdist/[22m[1mblueprint.js[22m [2m1.34 kB[22m [2m│ gzip: 0.62 kB[22m
|
|
13
|
+
[34mℹ[39m [2mdist/[22m[1mtenant.js[22m [2m0.97 kB[22m [2m│ gzip: 0.52 kB[22m
|
|
14
|
+
[34mℹ[39m [2mdist/[22m[1mworkflow.js[22m [2m0.95 kB[22m [2m│ gzip: 0.47 kB[22m
|
|
15
|
+
[34mℹ[39m [2mdist/[22m[1mexample.js[22m [2m0.62 kB[22m [2m│ gzip: 0.37 kB[22m
|
|
16
|
+
[34mℹ[39m [2mdist/[22m[1mconnection.sample.js[22m [2m0.43 kB[22m [2m│ gzip: 0.28 kB[22m
|
|
17
|
+
[34mℹ[39m [2mdist/[22m[1mindex.js[22m [2m0.41 kB[22m [2m│ gzip: 0.20 kB[22m
|
|
18
|
+
[34mℹ[39m [2mdist/[22m[1mdocs/index.js[22m [2m0.04 kB[22m [2m│ gzip: 0.06 kB[22m
|
|
19
|
+
[34mℹ[39m [2mdist/[22m[32m[1mexample.d.ts[22m[39m [2m1.08 kB[22m [2m│ gzip: 0.45 kB[22m
|
|
20
|
+
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.ts[22m[39m [2m0.39 kB[22m [2m│ gzip: 0.17 kB[22m
|
|
21
|
+
[34mℹ[39m [2mdist/[22m[32m[1mconnection.sample.d.ts[22m[39m [2m0.23 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
22
|
+
[34mℹ[39m [2mdist/[22m[32m[1mtenant.d.ts[22m[39m [2m0.21 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
23
|
+
[34mℹ[39m [2mdist/[22m[32m[1mblueprint.d.ts[22m[39m [2m0.20 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
24
|
+
[34mℹ[39m [2mdist/[22m[32m[1mworkflow.d.ts[22m[39m [2m0.19 kB[22m [2m│ gzip: 0.14 kB[22m
|
|
25
|
+
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
26
|
+
[34mℹ[39m [2mdist/[22m[32m[1mdocs/integration-stripe.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
27
|
+
[34mℹ[39m 16 files, total: 8.45 kB
|
|
28
|
+
[32m✔[39m Build complete in [32m5604ms[39m
|
|
29
|
+
[0m[2m[35m$[0m [2m[1mtsc --noEmit[0m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# @lssm/example.integration-stripe
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251217060433
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 66a5dfd: initial release
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
- @lssm/lib.contracts@0.0.0-canary-
|
|
11
|
+
- Updated dependencies [66a5dfd]
|
|
12
|
+
- @lssm/lib.contracts@0.0.0-canary-20251217060433
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
//#region src/example.d.ts
|
|
2
|
+
declare const example: {
|
|
3
|
+
readonly id: "integration-stripe";
|
|
4
|
+
readonly title: "Integration — Stripe Payments";
|
|
5
|
+
readonly summary: "Wire AppBlueprint + Workflow + TenantAppConfig to enable Stripe-backed payments (spec-first integration pattern).";
|
|
6
|
+
readonly tags: readonly ["stripe", "payments", "integration", "blueprint", "workflow"];
|
|
7
|
+
readonly kind: "integration";
|
|
8
|
+
readonly visibility: "public";
|
|
9
|
+
readonly docs: {
|
|
10
|
+
readonly rootDocId: "docs.examples.integration-stripe";
|
|
11
|
+
readonly usageDocId: "docs.examples.integration-stripe.usage";
|
|
12
|
+
};
|
|
13
|
+
readonly entrypoints: {
|
|
14
|
+
readonly packageName: "@lssm/example.integration-stripe";
|
|
15
|
+
readonly docs: "./docs";
|
|
16
|
+
};
|
|
17
|
+
readonly surfaces: {
|
|
18
|
+
readonly templates: true;
|
|
19
|
+
readonly sandbox: {
|
|
20
|
+
readonly enabled: true;
|
|
21
|
+
readonly modes: readonly ["markdown", "specs"];
|
|
22
|
+
};
|
|
23
|
+
readonly studio: {
|
|
24
|
+
readonly enabled: true;
|
|
25
|
+
readonly installable: true;
|
|
26
|
+
};
|
|
27
|
+
readonly mcp: {
|
|
28
|
+
readonly enabled: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
//#endregion
|
|
33
|
+
export { example as default };
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { artisanStripeBlueprint } from "./blueprint.js";
|
|
2
|
+
import { stripeLiveConnection } from "./connection.sample.js";
|
|
3
|
+
import example from "./example.js";
|
|
4
|
+
import { collectPaymentWorkflow } from "./workflow.js";
|
|
5
|
+
import { artisanStripeTenantConfig } from "./tenant.js";
|
|
6
|
+
export { artisanStripeBlueprint, artisanStripeTenantConfig, collectPaymentWorkflow, example, stripeLiveConnection };
|
package/dist/tenant.d.ts
ADDED
package/package.json
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.integration-stripe",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251217060433",
|
|
4
4
|
"description": "Integration example – Stripe Payments (blueprint + workflow + tenant config).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
|
-
".": "./
|
|
10
|
-
"./blueprint": "./
|
|
11
|
-
"./connection.sample": "./
|
|
12
|
-
"./docs": "./
|
|
13
|
-
"./docs/integration-stripe.docblock": "./
|
|
14
|
-
"./example": "./
|
|
15
|
-
"./tenant": "./
|
|
16
|
-
"./workflow": "./
|
|
9
|
+
".": "./dist/index.js",
|
|
10
|
+
"./blueprint": "./dist/blueprint.js",
|
|
11
|
+
"./connection.sample": "./dist/connection.sample.js",
|
|
12
|
+
"./docs": "./dist/docs/index.js",
|
|
13
|
+
"./docs/integration-stripe.docblock": "./dist/docs/integration-stripe.docblock.js",
|
|
14
|
+
"./example": "./dist/example.js",
|
|
15
|
+
"./tenant": "./dist/tenant.js",
|
|
16
|
+
"./workflow": "./dist/workflow.js",
|
|
17
17
|
"./*": "./*"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
|
+
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
21
|
+
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
20
22
|
"build": "bun build:bundle && bun build:types",
|
|
21
23
|
"build:bundle": "tsdown",
|
|
22
24
|
"build:types": "tsc --noEmit",
|
|
@@ -28,11 +30,11 @@
|
|
|
28
30
|
"test": "bun test"
|
|
29
31
|
},
|
|
30
32
|
"dependencies": {
|
|
31
|
-
"@lssm/lib.contracts": "
|
|
33
|
+
"@lssm/lib.contracts": "0.0.0-canary-20251217060433"
|
|
32
34
|
},
|
|
33
35
|
"devDependencies": {
|
|
34
|
-
"@lssm/tool.tsdown": "
|
|
35
|
-
"@lssm/tool.typescript": "
|
|
36
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251217060433",
|
|
37
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251217060433",
|
|
36
38
|
"tsdown": "^0.17.4",
|
|
37
39
|
"typescript": "^5.9.3"
|
|
38
40
|
},
|