@contractspec/example.learning-journey-registry 1.55.0 → 1.56.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 3048ms
50
+ ✔ Build complete in 3073ms
@@ -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/docs/index.ts, src/docs/learning-journey-registry.docblock.ts, src/presentations/index.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/ui/LearningMiniApp.tsx, src/ui/index.ts, src/presentations/index.ts, src/docs/index.ts, src/docs/learning-journey-registry.docblock.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.26 kB
47
+ ℹ dist/learning-journey-registry.feature.d.ts  0.47 kB │ gzip: 0.25 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 1663ms
53
+ ✔ Build complete in 1666ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @contractspec/example.learning-journey-registry
2
2
 
3
+ ## 1.56.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/example.learning-journey-studio-onboarding@1.56.0
13
+ - @contractspec/example.learning-journey-quest-challenges@1.56.0
14
+ - @contractspec/example.learning-journey-crm-onboarding@1.56.0
15
+ - @contractspec/example.learning-journey-ambient-coach@1.56.0
16
+ - @contractspec/example.learning-journey-platform-tour@1.56.0
17
+ - @contractspec/example.learning-journey-ui-onboarding@1.56.0
18
+ - @contractspec/example.learning-journey-ui-coaching@1.56.0
19
+ - @contractspec/example.learning-journey-ui-gamified@1.56.0
20
+ - @contractspec/example.learning-journey-duo-drills@1.56.0
21
+ - @contractspec/example.learning-journey-ui-shared@1.56.0
22
+ - @contractspec/module.learning-journey@1.56.0
23
+ - @contractspec/lib.contracts@1.56.0
24
+
3
25
  ## 1.55.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-registry",
3
- "version": "1.55.0",
3
+ "version": "1.56.0",
4
4
  "description": "Registry that aggregates learning journey example tracks.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -33,23 +33,23 @@
33
33
  "lint:check": "eslint src"
34
34
  },
35
35
  "dependencies": {
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",
36
+ "@contractspec/lib.contracts": "1.56.0",
37
+ "@contractspec/example.learning-journey-ambient-coach": "1.56.0",
38
+ "@contractspec/example.learning-journey-duo-drills": "1.56.0",
39
+ "@contractspec/example.learning-journey-crm-onboarding": "1.56.0",
40
+ "@contractspec/example.learning-journey-platform-tour": "1.56.0",
41
+ "@contractspec/example.learning-journey-quest-challenges": "1.56.0",
42
+ "@contractspec/example.learning-journey-studio-onboarding": "1.56.0",
43
+ "@contractspec/example.learning-journey-ui-shared": "1.56.0",
44
+ "@contractspec/example.learning-journey-ui-gamified": "1.56.0",
45
+ "@contractspec/example.learning-journey-ui-onboarding": "1.56.0",
46
+ "@contractspec/example.learning-journey-ui-coaching": "1.56.0",
47
+ "@contractspec/module.learning-journey": "1.56.0",
48
48
  "react": "19.2.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@contractspec/tool.tsdown": "1.55.0",
52
- "@contractspec/tool.typescript": "1.55.0",
51
+ "@contractspec/tool.tsdown": "1.56.0",
52
+ "@contractspec/tool.typescript": "1.56.0",
53
53
  "@types/react": "^19.2.8",
54
54
  "tsdown": "^0.19.0",
55
55
  "typescript": "^5.9.3"