@contractspec/example.learning-journey-registry 1.53.0 → 1.55.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.
@@ -47,4 +47,4 @@ $ tsdown
47
47
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
48
48
  ℹ dist/docs/learning-journey-registry.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
49
49
  ℹ 40 files, total: 62.16 kB
50
- ✔ Build complete in 3053ms
50
+ ✔ Build complete in 3048ms
@@ -4,7 +4,7 @@
4
4
  $ tsdown
5
5
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
6
  ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/learning-journey-registry/tsdown.config.js (unrun)
7
- ℹ entry: src/api-types.ts, src/api.ts, src/example.ts, src/index.ts, src/learning-journey-registry.feature.ts, src/progress-store.ts, src/tracks.ts, src/presentations/index.ts, src/docs/index.ts, src/docs/learning-journey-registry.docblock.ts, src/ui/LearningMiniApp.tsx, src/ui/index.ts
7
+ ℹ entry: src/api-types.ts, src/api.ts, src/example.ts, src/index.ts, src/learning-journey-registry.feature.ts, src/progress-store.ts, src/tracks.ts, src/docs/index.ts, src/docs/learning-journey-registry.docblock.ts, src/presentations/index.ts, src/ui/LearningMiniApp.tsx, src/ui/index.ts
8
8
  ℹ target: esnext
9
9
  ℹ tsconfig: tsconfig.json
10
10
  ℹ Build start
@@ -44,10 +44,10 @@
44
44
  ℹ dist/presentations/index.d.ts  0.69 kB │ gzip: 0.24 kB
45
45
  ℹ dist/progress-store.d.ts  0.69 kB │ gzip: 0.31 kB
46
46
  ℹ dist/api.d.ts  0.56 kB │ gzip: 0.30 kB
47
- ℹ dist/learning-journey-registry.feature.d.ts  0.47 kB │ gzip: 0.25 kB
47
+ ℹ dist/learning-journey-registry.feature.d.ts  0.47 kB │ gzip: 0.26 kB
48
48
  ℹ dist/example.d.ts  0.25 kB │ gzip: 0.17 kB
49
49
  ℹ dist/ui/index.d.ts  0.17 kB │ gzip: 0.09 kB
50
50
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
51
51
  ℹ dist/docs/learning-journey-registry.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
52
52
  ℹ 40 files, total: 62.16 kB
53
- ✔ Build complete in 1715ms
53
+ ✔ Build complete in 1663ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @contractspec/example.learning-journey-registry
2
2
 
3
+ ## 1.55.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: unpublished packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/example.learning-journey-studio-onboarding@1.55.0
13
+ - @contractspec/example.learning-journey-quest-challenges@1.55.0
14
+ - @contractspec/example.learning-journey-crm-onboarding@1.55.0
15
+ - @contractspec/example.learning-journey-ambient-coach@1.55.0
16
+ - @contractspec/example.learning-journey-platform-tour@1.55.0
17
+ - @contractspec/example.learning-journey-ui-onboarding@1.55.0
18
+ - @contractspec/example.learning-journey-ui-coaching@1.55.0
19
+ - @contractspec/example.learning-journey-ui-gamified@1.55.0
20
+ - @contractspec/example.learning-journey-duo-drills@1.55.0
21
+ - @contractspec/example.learning-journey-ui-shared@1.55.0
22
+ - @contractspec/module.learning-journey@1.55.0
23
+ - @contractspec/lib.contracts@1.55.0
24
+
25
+ ## 1.54.0
26
+
27
+ ### Minor Changes
28
+
29
+ - ec5e95c: chore: upgrade dependencies
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [ec5e95c]
34
+ - @contractspec/example.learning-journey-ui-onboarding@1.54.0
35
+ - @contractspec/example.learning-journey-ui-coaching@1.54.0
36
+ - @contractspec/example.learning-journey-ui-gamified@1.54.0
37
+ - @contractspec/example.learning-journey-ui-shared@1.54.0
38
+ - @contractspec/lib.contracts@1.54.0
39
+ - @contractspec/example.learning-journey-ambient-coach@1.54.0
40
+ - @contractspec/example.learning-journey-crm-onboarding@1.54.0
41
+ - @contractspec/example.learning-journey-duo-drills@1.54.0
42
+ - @contractspec/example.learning-journey-platform-tour@1.54.0
43
+ - @contractspec/example.learning-journey-quest-challenges@1.54.0
44
+ - @contractspec/example.learning-journey-studio-onboarding@1.54.0
45
+ - @contractspec/module.learning-journey@1.54.0
46
+
3
47
  ## 1.53.0
4
48
 
5
49
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-registry",
3
- "version": "1.53.0",
3
+ "version": "1.55.0",
4
4
  "description": "Registry that aggregates learning journey example tracks.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -33,29 +33,29 @@
33
33
  "lint:check": "eslint src"
34
34
  },
35
35
  "dependencies": {
36
- "@contractspec/lib.contracts": "1.53.0",
37
- "@contractspec/example.learning-journey-ambient-coach": "1.53.0",
38
- "@contractspec/example.learning-journey-duo-drills": "1.53.0",
39
- "@contractspec/example.learning-journey-crm-onboarding": "1.53.0",
40
- "@contractspec/example.learning-journey-platform-tour": "1.53.0",
41
- "@contractspec/example.learning-journey-quest-challenges": "1.53.0",
42
- "@contractspec/example.learning-journey-studio-onboarding": "1.53.0",
43
- "@contractspec/example.learning-journey-ui-shared": "1.53.0",
44
- "@contractspec/example.learning-journey-ui-gamified": "1.53.0",
45
- "@contractspec/example.learning-journey-ui-onboarding": "1.53.0",
46
- "@contractspec/example.learning-journey-ui-coaching": "1.53.0",
47
- "@contractspec/module.learning-journey": "1.53.0",
48
- "react": "19.2.3"
36
+ "@contractspec/lib.contracts": "1.55.0",
37
+ "@contractspec/example.learning-journey-ambient-coach": "1.55.0",
38
+ "@contractspec/example.learning-journey-duo-drills": "1.55.0",
39
+ "@contractspec/example.learning-journey-crm-onboarding": "1.55.0",
40
+ "@contractspec/example.learning-journey-platform-tour": "1.55.0",
41
+ "@contractspec/example.learning-journey-quest-challenges": "1.55.0",
42
+ "@contractspec/example.learning-journey-studio-onboarding": "1.55.0",
43
+ "@contractspec/example.learning-journey-ui-shared": "1.55.0",
44
+ "@contractspec/example.learning-journey-ui-gamified": "1.55.0",
45
+ "@contractspec/example.learning-journey-ui-onboarding": "1.55.0",
46
+ "@contractspec/example.learning-journey-ui-coaching": "1.55.0",
47
+ "@contractspec/module.learning-journey": "1.55.0",
48
+ "react": "19.2.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@contractspec/tool.tsdown": "1.53.0",
52
- "@contractspec/tool.typescript": "1.53.0",
51
+ "@contractspec/tool.tsdown": "1.55.0",
52
+ "@contractspec/tool.typescript": "1.55.0",
53
53
  "@types/react": "^19.2.8",
54
54
  "tsdown": "^0.19.0",
55
55
  "typescript": "^5.9.3"
56
56
  },
57
57
  "peerDependencies": {
58
- "react": "^19.2.3"
58
+ "react": "^19.2.4"
59
59
  },
60
60
  "publishConfig": {
61
61
  "exports": {