@contractspec/example.learning-journey-ui-shared 3.4.0 → 3.4.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 +56 -57
- package/.turbo/turbo-prebuild.log +1 -2
- package/CHANGELOG.md +22 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,57 +1,56 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build types[0m
|
|
1
|
+
$ contractspec-bun-build prebuild
|
|
2
|
+
$ bun run prebuild && bun run build:bundle && bun run build:types
|
|
3
|
+
$ contractspec-bun-build prebuild
|
|
4
|
+
$ contractspec-bun-build transpile
|
|
5
|
+
[contractspec-bun-build] transpile target=bun root=src entries=13
|
|
6
|
+
Bundled 13 modules in 29ms
|
|
7
|
+
|
|
8
|
+
components/BadgeDisplay.js 1.79 KB (entry point)
|
|
9
|
+
./index.js 10.96 KB (entry point)
|
|
10
|
+
hooks/index.js 2.49 KB (entry point)
|
|
11
|
+
hooks/useLearningProgress.js 2.49 KB (entry point)
|
|
12
|
+
./learning-journey-ui-shared.feature.js 0.64 KB (entry point)
|
|
13
|
+
./types.js 8 bytes (entry point)
|
|
14
|
+
components/index.js 6.24 KB (entry point)
|
|
15
|
+
components/StreakCounter.js 1.29 KB (entry point)
|
|
16
|
+
components/ViewTabs.js 1.36 KB (entry point)
|
|
17
|
+
components/XpBar.js 1.79 KB (entry point)
|
|
18
|
+
docs/index.js 0.74 KB (entry point)
|
|
19
|
+
docs/learning-journey-ui-shared.docblock.js 0.74 KB (entry point)
|
|
20
|
+
./example.js 0.92 KB (entry point)
|
|
21
|
+
|
|
22
|
+
[contractspec-bun-build] transpile target=node root=src entries=13
|
|
23
|
+
Bundled 13 modules in 19ms
|
|
24
|
+
|
|
25
|
+
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
26
|
+
./index.js 10.94 KB (entry point)
|
|
27
|
+
hooks/index.js 2.48 KB (entry point)
|
|
28
|
+
hooks/useLearningProgress.js 2.48 KB (entry point)
|
|
29
|
+
./learning-journey-ui-shared.feature.js 0.63 KB (entry point)
|
|
30
|
+
./types.js 0 KB (entry point)
|
|
31
|
+
components/index.js 6.23 KB (entry point)
|
|
32
|
+
components/StreakCounter.js 1.28 KB (entry point)
|
|
33
|
+
components/ViewTabs.js 1.35 KB (entry point)
|
|
34
|
+
components/XpBar.js 1.78 KB (entry point)
|
|
35
|
+
docs/index.js 0.72 KB (entry point)
|
|
36
|
+
docs/learning-journey-ui-shared.docblock.js 0.72 KB (entry point)
|
|
37
|
+
./example.js 0.90 KB (entry point)
|
|
38
|
+
|
|
39
|
+
[contractspec-bun-build] transpile target=browser root=src entries=13
|
|
40
|
+
Bundled 13 modules in 43ms
|
|
41
|
+
|
|
42
|
+
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
43
|
+
./index.js 10.94 KB (entry point)
|
|
44
|
+
hooks/index.js 2.48 KB (entry point)
|
|
45
|
+
hooks/useLearningProgress.js 2.48 KB (entry point)
|
|
46
|
+
./learning-journey-ui-shared.feature.js 0.63 KB (entry point)
|
|
47
|
+
./types.js 0 KB (entry point)
|
|
48
|
+
components/index.js 6.23 KB (entry point)
|
|
49
|
+
components/StreakCounter.js 1.28 KB (entry point)
|
|
50
|
+
components/ViewTabs.js 1.35 KB (entry point)
|
|
51
|
+
components/XpBar.js 1.78 KB (entry point)
|
|
52
|
+
docs/index.js 0.72 KB (entry point)
|
|
53
|
+
docs/learning-journey-ui-shared.docblock.js 0.72 KB (entry point)
|
|
54
|
+
./example.js 0.90 KB (entry point)
|
|
55
|
+
|
|
56
|
+
$ contractspec-bun-build types
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build prebuild[0m
|
|
1
|
+
$ contractspec-bun-build prebuild
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-shared
|
|
2
2
|
|
|
3
|
+
## 3.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 78d56a4: fix: release workflow
|
|
8
|
+
- Updated dependencies [78d56a4]
|
|
9
|
+
- @contractspec/module.learning-journey@3.4.2
|
|
10
|
+
- @contractspec/lib.contracts-spec@3.4.2
|
|
11
|
+
- @contractspec/lib.design-system@3.4.2
|
|
12
|
+
- @contractspec/lib.ui-kit-web@3.4.2
|
|
13
|
+
|
|
14
|
+
## 3.4.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 8f47829: fix: circular import issue
|
|
19
|
+
- Updated dependencies [8f47829]
|
|
20
|
+
- @contractspec/module.learning-journey@3.4.1
|
|
21
|
+
- @contractspec/lib.contracts-spec@3.4.1
|
|
22
|
+
- @contractspec/lib.design-system@3.4.1
|
|
23
|
+
- @contractspec/lib.ui-kit-web@3.4.1
|
|
24
|
+
|
|
3
25
|
## 3.4.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ui-shared",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.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.4.
|
|
138
|
-
"@contractspec/module.learning-journey": "3.4.
|
|
139
|
-
"@contractspec/lib.design-system": "3.4.
|
|
140
|
-
"@contractspec/lib.ui-kit-web": "3.4.
|
|
137
|
+
"@contractspec/lib.contracts-spec": "3.4.2",
|
|
138
|
+
"@contractspec/module.learning-journey": "3.4.2",
|
|
139
|
+
"@contractspec/lib.design-system": "3.4.2",
|
|
140
|
+
"@contractspec/lib.ui-kit-web": "3.4.2",
|
|
141
141
|
"react": "19.2.4"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
|
-
"@contractspec/tool.typescript": "3.4.
|
|
144
|
+
"@contractspec/tool.typescript": "3.4.2",
|
|
145
145
|
"@types/react": "^19.2.14",
|
|
146
146
|
"typescript": "^5.9.3",
|
|
147
|
-
"@contractspec/tool.bun": "3.4.
|
|
147
|
+
"@contractspec/tool.bun": "3.4.2"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
150
|
"react": "^19.2.4"
|