@contractspec/example.learning-journey-ui-shared 3.5.3 → 3.5.5
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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +24 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,7 +20,7 @@ Bundled 13 modules in 20ms
|
|
|
20
20
|
./example.js 0.92 KB (entry point)
|
|
21
21
|
|
|
22
22
|
[contractspec-bun-build] transpile target=node root=src entries=13 noBundle=false
|
|
23
|
-
Bundled 13 modules in
|
|
23
|
+
Bundled 13 modules in 25ms
|
|
24
24
|
|
|
25
25
|
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
26
26
|
./index.js 10.94 KB (entry point)
|
|
@@ -37,7 +37,7 @@ Bundled 13 modules in 28ms
|
|
|
37
37
|
./example.js 0.90 KB (entry point)
|
|
38
38
|
|
|
39
39
|
[contractspec-bun-build] transpile target=browser root=src entries=13 noBundle=false
|
|
40
|
-
Bundled 13 modules in
|
|
40
|
+
Bundled 13 modules in 35ms
|
|
41
41
|
|
|
42
42
|
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
43
43
|
./index.js 10.94 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-shared
|
|
2
2
|
|
|
3
|
+
## 3.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 693eedd: chore: improve ai models
|
|
8
|
+
- Updated dependencies [27b77db]
|
|
9
|
+
- Updated dependencies [693eedd]
|
|
10
|
+
- @contractspec/lib.contracts-spec@3.5.5
|
|
11
|
+
- @contractspec/module.learning-journey@3.5.5
|
|
12
|
+
- @contractspec/lib.design-system@3.5.5
|
|
13
|
+
- @contractspec/lib.ui-kit-web@3.5.5
|
|
14
|
+
|
|
15
|
+
## 3.5.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- c585fb1: fix: mcp tooling naming
|
|
20
|
+
- Updated dependencies [c585fb1]
|
|
21
|
+
- Updated dependencies [f5d4816]
|
|
22
|
+
- @contractspec/module.learning-journey@3.5.4
|
|
23
|
+
- @contractspec/lib.contracts-spec@3.5.4
|
|
24
|
+
- @contractspec/lib.design-system@3.5.4
|
|
25
|
+
- @contractspec/lib.ui-kit-web@3.5.4
|
|
26
|
+
|
|
3
27
|
## 3.5.3
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ui-shared",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.5",
|
|
4
4
|
"description": "Shared UI components and hooks for learning journey mini-apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -134,17 +134,17 @@
|
|
|
134
134
|
"typecheck": "tsc --noEmit"
|
|
135
135
|
},
|
|
136
136
|
"dependencies": {
|
|
137
|
-
"@contractspec/lib.contracts-spec": "3.5.
|
|
138
|
-
"@contractspec/module.learning-journey": "3.5.
|
|
139
|
-
"@contractspec/lib.design-system": "3.5.
|
|
140
|
-
"@contractspec/lib.ui-kit-web": "3.5.
|
|
137
|
+
"@contractspec/lib.contracts-spec": "3.5.5",
|
|
138
|
+
"@contractspec/module.learning-journey": "3.5.5",
|
|
139
|
+
"@contractspec/lib.design-system": "3.5.5",
|
|
140
|
+
"@contractspec/lib.ui-kit-web": "3.5.5",
|
|
141
141
|
"react": "19.2.4"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
|
-
"@contractspec/tool.typescript": "3.5.
|
|
144
|
+
"@contractspec/tool.typescript": "3.5.5",
|
|
145
145
|
"@types/react": "^19.2.14",
|
|
146
146
|
"typescript": "^5.9.3",
|
|
147
|
-
"@contractspec/tool.bun": "3.5.
|
|
147
|
+
"@contractspec/tool.bun": "3.5.5"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
150
|
"react": "^19.2.4"
|