@lssm/example.integration-stripe 0.0.0-canary-20251217023603 → 0.0.0-canary-20251217054315

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,19 +1,21 @@
1
- $ bun build:bundle && bun build:types
2
- $ tsdown
3
- ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
- ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/integration-stripe/tsdown.config.js
5
- ℹ 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
6
- ℹ target: esnext
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ dist/docs/integration-stripe.docblock.js 1.36 kB │ gzip: 0.67 kB
10
- ℹ dist/blueprint.js 1.34 kB │ gzip: 0.62 kB
11
- ℹ dist/tenant.js 0.97 kB │ gzip: 0.52 kB
12
- ℹ dist/workflow.js 0.95 kB │ gzip: 0.47 kB
13
- ℹ dist/example.js 0.62 kB │ gzip: 0.37 kB
14
- ℹ dist/connection.sample.js 0.43 kB │ gzip: 0.28 kB
15
- ℹ dist/index.js 0.41 kB │ gzip: 0.20 kB
16
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
- ℹ 8 files, total: 6.13 kB
18
- ✔ Build complete in 55ms
19
- $ tsc --noEmit
1
+
2
+ $ bun build:bundle && bun build:types
3
+ $ tsdown
4
+ ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
5
+ ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/integration-stripe/tsdown.config.js (unrun)
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
+ ℹ Cleaning 9 files
11
+ ℹ dist/docs/integration-stripe.docblock.js 1.36 kB │ gzip: 0.67 kB
12
+ ℹ dist/blueprint.js 1.34 kB │ gzip: 0.62 kB
13
+ ℹ dist/tenant.js 0.97 kB │ gzip: 0.52 kB
14
+ ℹ dist/workflow.js 0.95 kB │ gzip: 0.47 kB
15
+ ℹ dist/example.js 0.62 kB │ gzip: 0.37 kB
16
+ ℹ dist/connection.sample.js 0.43 kB │ gzip: 0.28 kB
17
+ ℹ dist/index.js 0.41 kB │ gzip: 0.20 kB
18
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
19
+ ℹ 8 files, total: 6.13 kB
20
+ ✔ Build complete in 155ms
21
+ $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,8 +1,34 @@
1
1
  # @lssm/example.integration-stripe
2
2
 
3
- ## 0.0.0-canary-20251217023603
3
+ ## 0.0.0-canary-20251217054315
4
+
5
+ ### Minor Changes
6
+
7
+ - 66a5dfd: initial release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [66a5dfd]
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217054315
13
+
14
+ ## 1.42.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 66a5dfd: initial release
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [66a5dfd]
23
+ - @lssm/lib.contracts@1.42.0
24
+
25
+ ## 0.0.0-canary-20251217053014
26
+
27
+ ### Minor Changes
28
+
29
+ - 66a5dfd: initial release
4
30
 
5
31
  ### Patch Changes
6
32
 
7
- - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251217023603
33
+ - Updated dependencies [66a5dfd]
34
+ - @lssm/lib.contracts@0.0.0-canary-20251217053014
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.integration-stripe",
3
- "version": "0.0.0-canary-20251217023603",
3
+ "version": "0.0.0-canary-20251217054315",
4
4
  "description": "Integration example – Stripe Payments (blueprint + workflow + tenant config).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,6 +17,8 @@
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": "workspace:*"
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251217054315"
32
34
  },
33
35
  "devDependencies": {
34
- "@lssm/tool.tsdown": "workspace:*",
35
- "@lssm/tool.typescript": "workspace:*",
36
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217054315",
37
+ "@lssm/tool.typescript": "0.0.0-canary-20251217054315",
36
38
  "tsdown": "^0.17.4",
37
39
  "typescript": "^5.9.3"
38
40
  },