@contractspec/example.learning-journey-ui-shared 2.9.0 → 2.9.1
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 +3 -3
- package/CHANGELOG.md +9 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=12
|
|
6
|
-
Bundled 12 modules in
|
|
6
|
+
Bundled 12 modules in 14ms
|
|
7
7
|
|
|
8
8
|
components/BadgeDisplay.js 1.79 KB (entry point)
|
|
9
9
|
./index.js 10.33 KB (entry point)
|
|
@@ -19,7 +19,7 @@ Bundled 12 modules in 31ms
|
|
|
19
19
|
./example.js 0.92 KB (entry point)
|
|
20
20
|
|
|
21
21
|
[contractspec-bun-build] transpile target=node root=src entries=12
|
|
22
|
-
Bundled 12 modules in
|
|
22
|
+
Bundled 12 modules in 13ms
|
|
23
23
|
|
|
24
24
|
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
25
25
|
./index.js 10.31 KB (entry point)
|
|
@@ -35,7 +35,7 @@ Bundled 12 modules in 16ms
|
|
|
35
35
|
./example.js 0.90 KB (entry point)
|
|
36
36
|
|
|
37
37
|
[contractspec-bun-build] transpile target=browser root=src entries=12
|
|
38
|
-
Bundled 12 modules in
|
|
38
|
+
Bundled 12 modules in 10ms
|
|
39
39
|
|
|
40
40
|
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
41
41
|
./index.js 10.31 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-shared
|
|
2
2
|
|
|
3
|
+
## 2.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [4556b80]
|
|
8
|
+
- @contractspec/lib.contracts-spec@2.10.0
|
|
9
|
+
- @contractspec/lib.design-system@2.9.1
|
|
10
|
+
- @contractspec/module.learning-journey@2.9.1
|
|
11
|
+
|
|
3
12
|
## 2.9.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ui-shared",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1",
|
|
4
4
|
"description": "Shared UI components and hooks for learning journey mini-apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"typecheck": "tsc --noEmit"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@contractspec/lib.contracts-spec": "2.
|
|
131
|
-
"@contractspec/module.learning-journey": "2.9.
|
|
132
|
-
"@contractspec/lib.design-system": "2.9.
|
|
130
|
+
"@contractspec/lib.contracts-spec": "2.10.0",
|
|
131
|
+
"@contractspec/module.learning-journey": "2.9.1",
|
|
132
|
+
"@contractspec/lib.design-system": "2.9.1",
|
|
133
133
|
"@contractspec/lib.ui-kit-web": "2.9.0",
|
|
134
134
|
"react": "19.2.4"
|
|
135
135
|
},
|