@lssm/example.learning-journey-crm-onboarding 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,20 +1,22 @@
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/learning-journey-crm-onboarding/tsdown.config.js
5
- ℹ entry: src/example.ts, src/index.ts, src/learning-journey-crm-onboarding.feature.ts, src/track.ts, src/contracts/index.ts, src/docs/crm-onboarding.docblock.ts, src/docs/index.ts, src/handlers/demo.handlers.ts, src/presentations/index.ts
6
- ℹ target: esnext
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ dist/contracts/index.js 2.79 kB │ gzip: 0.92 kB
10
- ℹ dist/track.js 1.94 kB │ gzip: 0.69 kB
11
- ℹ dist/docs/crm-onboarding.docblock.js 1.27 kB │ gzip: 0.67 kB
12
- ℹ dist/index.js 1.05 kB │ gzip: 0.35 kB
13
- ℹ dist/learning-journey-crm-onboarding.feature.js 1.01 kB │ gzip: 0.41 kB
14
- ℹ dist/presentations/index.js 0.77 kB │ gzip: 0.37 kB
15
- ℹ dist/example.js 0.55 kB │ gzip: 0.35 kB
16
- ℹ dist/handlers/demo.handlers.js 0.41 kB │ gzip: 0.26 kB
17
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
18
- ℹ 9 files, total: 9.82 kB
19
- ✔ Build complete in 58ms
20
- $ 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/learning-journey-crm-onboarding/tsdown.config.js (unrun)
6
+ ℹ entry: src/example.ts, src/index.ts, src/learning-journey-crm-onboarding.feature.ts, src/track.ts, src/docs/crm-onboarding.docblock.ts, src/docs/index.ts, src/handlers/demo.handlers.ts, src/presentations/index.ts, src/contracts/index.ts
7
+ ℹ target: esnext
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ Cleaning 13 files
11
+ ℹ dist/contracts/index.js 2.79 kB │ gzip: 0.92 kB
12
+ ℹ dist/track.js 1.94 kB │ gzip: 0.69 kB
13
+ ℹ dist/docs/crm-onboarding.docblock.js 1.27 kB │ gzip: 0.67 kB
14
+ ℹ dist/index.js 1.05 kB │ gzip: 0.35 kB
15
+ ℹ dist/learning-journey-crm-onboarding.feature.js 1.01 kB │ gzip: 0.41 kB
16
+ ℹ dist/presentations/index.js 0.77 kB │ gzip: 0.37 kB
17
+ ℹ dist/example.js 0.55 kB │ gzip: 0.35 kB
18
+ ℹ dist/handlers/demo.handlers.js 0.41 kB │ gzip: 0.26 kB
19
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
20
+ ℹ 9 files, total: 9.82 kB
21
+ ✔ Build complete in 114ms
22
+ $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,11 +1,43 @@
1
1
  # @lssm/example.learning-journey-crm-onboarding
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/example.crm-pipeline@0.0.0-canary-20251217054315
13
+ - @lssm/lib.contracts@0.0.0-canary-20251217054315
14
+ - @lssm/lib.schema@0.0.0-canary-20251217054315
15
+ - @lssm/module.learning-journey@0.0.0-canary-20251217054315
16
+
17
+ ## 1.42.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 66a5dfd: initial release
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [66a5dfd]
26
+ - @lssm/example.crm-pipeline@1.42.0
27
+ - @lssm/lib.contracts@1.42.0
28
+ - @lssm/lib.schema@1.42.0
29
+ - @lssm/module.learning-journey@1.42.0
30
+
31
+ ## 0.0.0-canary-20251217053014
32
+
33
+ ### Minor Changes
34
+
35
+ - 66a5dfd: initial release
4
36
 
5
37
  ### Patch Changes
6
38
 
7
- - Updated dependencies [3086383]
8
- - @lssm/example.crm-pipeline@0.0.0-canary-20251217023603
9
- - @lssm/lib.contracts@0.0.0-canary-20251217023603
10
- - @lssm/lib.schema@0.0.0-canary-20251217023603
11
- - @lssm/module.learning-journey@0.0.0-canary-20251217023603
39
+ - Updated dependencies [66a5dfd]
40
+ - @lssm/example.crm-pipeline@0.0.0-canary-20251217053014
41
+ - @lssm/lib.contracts@0.0.0-canary-20251217053014
42
+ - @lssm/lib.schema@0.0.0-canary-20251217053014
43
+ - @lssm/module.learning-journey@0.0.0-canary-20251217053014
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-crm-onboarding",
3
- "version": "0.0.0-canary-20251217023603",
3
+ "version": "0.0.0-canary-20251217054315",
4
4
  "description": "Learning journey track that onboards users to the CRM pipeline example.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,6 +18,8 @@
18
18
  "./*": "./*"
19
19
  },
20
20
  "scripts": {
21
+ "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
22
+ "publish:pkg:canary": "bun publish:pkg --tag canary",
21
23
  "build": "bun build:bundle && bun build:types",
22
24
  "build:bundle": "tsdown",
23
25
  "build:types": "tsc --noEmit",
@@ -28,14 +30,14 @@
28
30
  "lint:check": "eslint src"
29
31
  },
30
32
  "dependencies": {
31
- "@lssm/lib.contracts": "workspace:*",
32
- "@lssm/lib.schema": "workspace:*",
33
- "@lssm/module.learning-journey": "workspace:*",
34
- "@lssm/example.crm-pipeline": "workspace:*"
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251217054315",
34
+ "@lssm/lib.schema": "0.0.0-canary-20251217054315",
35
+ "@lssm/module.learning-journey": "0.0.0-canary-20251217054315",
36
+ "@lssm/example.crm-pipeline": "0.0.0-canary-20251217054315"
35
37
  },
36
38
  "devDependencies": {
37
- "@lssm/tool.tsdown": "workspace:*",
38
- "@lssm/tool.typescript": "workspace:*",
39
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217054315",
40
+ "@lssm/tool.typescript": "0.0.0-canary-20251217054315",
39
41
  "tsdown": "^0.17.4",
40
42
  "typescript": "^5.9.3"
41
43
  },