@contractspec/example.learning-journey-ui-shared 3.4.3 → 3.5.2
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 +6 -6
- package/CHANGELOG.md +36 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,8 +2,8 @@ $ contractspec-bun-build prebuild
|
|
|
2
2
|
$ bun run prebuild && bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
|
-
[contractspec-bun-build] transpile target=bun root=src entries=13
|
|
6
|
-
Bundled 13 modules in
|
|
5
|
+
[contractspec-bun-build] transpile target=bun root=src entries=13 noBundle=false
|
|
6
|
+
Bundled 13 modules in 9ms
|
|
7
7
|
|
|
8
8
|
components/BadgeDisplay.js 1.79 KB (entry point)
|
|
9
9
|
./index.js 10.96 KB (entry point)
|
|
@@ -19,8 +19,8 @@ Bundled 13 modules in 30ms
|
|
|
19
19
|
docs/learning-journey-ui-shared.docblock.js 0.74 KB (entry point)
|
|
20
20
|
./example.js 0.92 KB (entry point)
|
|
21
21
|
|
|
22
|
-
[contractspec-bun-build] transpile target=node root=src entries=13
|
|
23
|
-
Bundled 13 modules in
|
|
22
|
+
[contractspec-bun-build] transpile target=node root=src entries=13 noBundle=false
|
|
23
|
+
Bundled 13 modules in 12ms
|
|
24
24
|
|
|
25
25
|
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
26
26
|
./index.js 10.94 KB (entry point)
|
|
@@ -36,8 +36,8 @@ Bundled 13 modules in 36ms
|
|
|
36
36
|
docs/learning-journey-ui-shared.docblock.js 0.72 KB (entry point)
|
|
37
37
|
./example.js 0.90 KB (entry point)
|
|
38
38
|
|
|
39
|
-
[contractspec-bun-build] transpile target=browser root=src entries=13
|
|
40
|
-
Bundled 13 modules in
|
|
39
|
+
[contractspec-bun-build] transpile target=browser root=src entries=13 noBundle=false
|
|
40
|
+
Bundled 13 modules in 14ms
|
|
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,41 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-shared
|
|
2
2
|
|
|
3
|
+
## 3.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 18df977: fix: release workflow
|
|
8
|
+
- Updated dependencies [18df977]
|
|
9
|
+
- @contractspec/module.learning-journey@3.5.2
|
|
10
|
+
- @contractspec/lib.contracts-spec@3.5.2
|
|
11
|
+
- @contractspec/lib.design-system@3.5.2
|
|
12
|
+
- @contractspec/lib.ui-kit-web@3.5.2
|
|
13
|
+
|
|
14
|
+
## 3.5.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- dfff0d4: fix: use client within lib surface-runtime
|
|
19
|
+
- Updated dependencies [dfff0d4]
|
|
20
|
+
- @contractspec/module.learning-journey@3.5.1
|
|
21
|
+
- @contractspec/lib.contracts-spec@3.5.1
|
|
22
|
+
- @contractspec/lib.design-system@3.5.1
|
|
23
|
+
- @contractspec/lib.ui-kit-web@3.5.1
|
|
24
|
+
|
|
25
|
+
## 3.5.0
|
|
26
|
+
|
|
27
|
+
### Minor Changes
|
|
28
|
+
|
|
29
|
+
- 230bdf6: feat: ai-chat wireing
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [230bdf6]
|
|
34
|
+
- @contractspec/module.learning-journey@3.5.0
|
|
35
|
+
- @contractspec/lib.contracts-spec@3.5.0
|
|
36
|
+
- @contractspec/lib.design-system@3.5.0
|
|
37
|
+
- @contractspec/lib.ui-kit-web@3.5.0
|
|
38
|
+
|
|
3
39
|
## 3.4.3
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ui-shared",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.2",
|
|
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.
|
|
138
|
-
"@contractspec/module.learning-journey": "3.
|
|
139
|
-
"@contractspec/lib.design-system": "3.
|
|
140
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
137
|
+
"@contractspec/lib.contracts-spec": "3.5.2",
|
|
138
|
+
"@contractspec/module.learning-journey": "3.5.2",
|
|
139
|
+
"@contractspec/lib.design-system": "3.5.2",
|
|
140
|
+
"@contractspec/lib.ui-kit-web": "3.5.2",
|
|
141
141
|
"react": "19.2.4"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
|
-
"@contractspec/tool.typescript": "3.
|
|
144
|
+
"@contractspec/tool.typescript": "3.5.2",
|
|
145
145
|
"@types/react": "^19.2.14",
|
|
146
146
|
"typescript": "^5.9.3",
|
|
147
|
-
"@contractspec/tool.bun": "3.
|
|
147
|
+
"@contractspec/tool.bun": "3.5.2"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
150
|
"react": "^19.2.4"
|