@contractspec/example.learning-journey-registry 1.45.5 → 1.46.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.
@@ -1,7 +1,7 @@
1
1
  $ tsdown
2
2
  ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-registry/tsdown.config.js
4
- ℹ 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
4
+ ℹ 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/ui/LearningMiniApp.tsx, src/ui/index.ts, src/docs/index.ts, src/docs/learning-journey-registry.docblock.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -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.21 kB
50
- ✔ Build complete in 3051ms
50
+ ✔ Build complete in 3266ms
@@ -32,7 +32,7 @@ $ tsdown
32
32
  ℹ dist/ui/LearningMiniApp.d.ts.map  0.49 kB │ gzip: 0.29 kB
33
33
  ℹ dist/progress-store.d.ts.map  0.34 kB │ gzip: 0.23 kB
34
34
  ℹ dist/api.d.ts.map  0.26 kB │ gzip: 0.19 kB
35
- ℹ dist/presentations/index.d.ts.map  0.23 kB │ gzip: 0.19 kB
35
+ ℹ dist/presentations/index.d.ts.map  0.23 kB │ gzip: 0.18 kB
36
36
  ℹ dist/learning-journey-registry.feature.d.ts.map  0.18 kB │ gzip: 0.14 kB
37
37
  ℹ dist/example.d.ts.map  0.12 kB │ gzip: 0.12 kB
38
38
  ℹ dist/tracks.d.ts  1.76 kB │ gzip: 0.57 kB
@@ -48,4 +48,4 @@ $ tsdown
48
48
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
49
49
  ℹ dist/docs/learning-journey-registry.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
50
50
  ℹ 40 files, total: 62.21 kB
51
- ✔ Build complete in 4359ms
51
+ ✔ Build complete in 3145ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @contractspec/example.learning-journey-registry
2
2
 
3
+ ## 1.46.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [07cb19b]
12
+ - @contractspec/example.learning-journey-studio-onboarding@1.46.0
13
+ - @contractspec/example.learning-journey-quest-challenges@1.46.0
14
+ - @contractspec/example.learning-journey-crm-onboarding@1.46.0
15
+ - @contractspec/example.learning-journey-ambient-coach@1.46.0
16
+ - @contractspec/example.learning-journey-platform-tour@1.46.0
17
+ - @contractspec/example.learning-journey-ui-onboarding@1.46.0
18
+ - @contractspec/example.learning-journey-ui-coaching@1.46.0
19
+ - @contractspec/example.learning-journey-ui-gamified@1.46.0
20
+ - @contractspec/example.learning-journey-duo-drills@1.46.0
21
+ - @contractspec/example.learning-journey-ui-shared@1.46.0
22
+ - @contractspec/module.learning-journey@1.46.0
23
+ - @contractspec/lib.contracts@1.46.0
24
+
25
+ ## 1.45.6
26
+
27
+ ### Patch Changes
28
+
29
+ - a913074: feat: improve ai agents rules management"
30
+ - Updated dependencies [a913074]
31
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.6
32
+ - @contractspec/example.learning-journey-quest-challenges@1.45.6
33
+ - @contractspec/example.learning-journey-crm-onboarding@1.45.6
34
+ - @contractspec/example.learning-journey-ambient-coach@1.45.6
35
+ - @contractspec/example.learning-journey-platform-tour@1.45.6
36
+ - @contractspec/example.learning-journey-ui-onboarding@1.45.6
37
+ - @contractspec/example.learning-journey-ui-coaching@1.45.6
38
+ - @contractspec/example.learning-journey-ui-gamified@1.45.6
39
+ - @contractspec/example.learning-journey-duo-drills@1.45.6
40
+ - @contractspec/example.learning-journey-ui-shared@1.45.6
41
+ - @contractspec/module.learning-journey@1.45.6
42
+ - @contractspec/lib.contracts@1.45.6
43
+
3
44
  ## 1.45.5
4
45
 
5
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-registry",
3
- "version": "1.45.5",
3
+ "version": "1.46.0",
4
4
  "description": "Registry that aggregates learning journey example tracks.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,23 +34,23 @@
34
34
  "lint:check": "eslint src"
35
35
  },
36
36
  "dependencies": {
37
- "@contractspec/lib.contracts": "1.45.5",
38
- "@contractspec/example.learning-journey-ambient-coach": "1.45.5",
39
- "@contractspec/example.learning-journey-duo-drills": "1.45.5",
40
- "@contractspec/example.learning-journey-crm-onboarding": "1.45.5",
41
- "@contractspec/example.learning-journey-platform-tour": "1.45.5",
42
- "@contractspec/example.learning-journey-quest-challenges": "1.45.5",
43
- "@contractspec/example.learning-journey-studio-onboarding": "1.45.5",
44
- "@contractspec/example.learning-journey-ui-shared": "1.45.5",
45
- "@contractspec/example.learning-journey-ui-gamified": "1.45.5",
46
- "@contractspec/example.learning-journey-ui-onboarding": "1.45.5",
47
- "@contractspec/example.learning-journey-ui-coaching": "1.45.5",
48
- "@contractspec/module.learning-journey": "1.45.5",
37
+ "@contractspec/lib.contracts": "1.46.0",
38
+ "@contractspec/example.learning-journey-ambient-coach": "1.46.0",
39
+ "@contractspec/example.learning-journey-duo-drills": "1.46.0",
40
+ "@contractspec/example.learning-journey-crm-onboarding": "1.46.0",
41
+ "@contractspec/example.learning-journey-platform-tour": "1.46.0",
42
+ "@contractspec/example.learning-journey-quest-challenges": "1.46.0",
43
+ "@contractspec/example.learning-journey-studio-onboarding": "1.46.0",
44
+ "@contractspec/example.learning-journey-ui-shared": "1.46.0",
45
+ "@contractspec/example.learning-journey-ui-gamified": "1.46.0",
46
+ "@contractspec/example.learning-journey-ui-onboarding": "1.46.0",
47
+ "@contractspec/example.learning-journey-ui-coaching": "1.46.0",
48
+ "@contractspec/module.learning-journey": "1.46.0",
49
49
  "react": "19.2.3"
50
50
  },
51
51
  "devDependencies": {
52
- "@contractspec/tool.tsdown": "1.45.5",
53
- "@contractspec/tool.typescript": "1.45.5",
52
+ "@contractspec/tool.tsdown": "1.46.0",
53
+ "@contractspec/tool.typescript": "1.46.0",
54
54
  "@types/react": "^19.1.6",
55
55
  "tsdown": "^0.18.3",
56
56
  "typescript": "^5.9.3"