@contractspec/example.learning-journey-ui-onboarding 1.45.5 → 1.45.6

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.
@@ -54,4 +54,4 @@ $ tsdown
54
54
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ dist/docs/learning-journey-ui-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ 47 files, total: 88.06 kB
57
- ✔ Build complete in 10366ms
57
+ ✔ Build complete in 9609ms
@@ -55,4 +55,4 @@ $ tsdown
55
55
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ dist/docs/learning-journey-ui-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
57
57
  ℹ 47 files, total: 88.06 kB
58
- ✔ Build complete in 7788ms
58
+ ✔ Build complete in 8130ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
+ ## 1.45.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a913074: feat: improve ai agents rules management"
8
+ - Updated dependencies [a913074]
9
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.6
10
+ - @contractspec/example.learning-journey-platform-tour@1.45.6
11
+ - @contractspec/example.learning-journey-ui-shared@1.45.6
12
+ - @contractspec/module.learning-journey@1.45.6
13
+ - @contractspec/lib.design-system@1.45.6
14
+ - @contractspec/lib.ui-kit-core@1.45.6
15
+ - @contractspec/lib.ui-kit-web@1.45.6
16
+ - @contractspec/lib.contracts@1.45.6
17
+
3
18
  ## 1.45.5
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-onboarding",
3
- "version": "1.45.5",
3
+ "version": "1.45.6",
4
4
  "description": "Developer onboarding UI with checklists and journey maps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,19 +36,19 @@
36
36
  "test": "bun test"
37
37
  },
38
38
  "dependencies": {
39
- "@contractspec/lib.ui-kit-core": "1.45.5",
40
- "@contractspec/lib.contracts": "1.45.5",
41
- "@contractspec/example.learning-journey-ui-shared": "1.45.5",
42
- "@contractspec/example.learning-journey-studio-onboarding": "1.45.5",
43
- "@contractspec/example.learning-journey-platform-tour": "1.45.5",
44
- "@contractspec/module.learning-journey": "1.45.5",
45
- "@contractspec/lib.design-system": "1.45.5",
46
- "@contractspec/lib.ui-kit-web": "1.45.5",
39
+ "@contractspec/lib.ui-kit-core": "1.45.6",
40
+ "@contractspec/lib.contracts": "1.45.6",
41
+ "@contractspec/example.learning-journey-ui-shared": "1.45.6",
42
+ "@contractspec/example.learning-journey-studio-onboarding": "1.45.6",
43
+ "@contractspec/example.learning-journey-platform-tour": "1.45.6",
44
+ "@contractspec/module.learning-journey": "1.45.6",
45
+ "@contractspec/lib.design-system": "1.45.6",
46
+ "@contractspec/lib.ui-kit-web": "1.45.6",
47
47
  "react": "19.2.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@contractspec/tool.tsdown": "1.45.5",
51
- "@contractspec/tool.typescript": "1.45.5",
50
+ "@contractspec/tool.tsdown": "1.45.6",
51
+ "@contractspec/tool.typescript": "1.45.6",
52
52
  "@types/react": "^19.1.6",
53
53
  "tsdown": "^0.18.3",
54
54
  "typescript": "^5.9.3"