@contractspec/example.learning-journey-ui-shared 3.7.1 → 3.7.3

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.
@@ -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=13 noBundle=false
6
- Bundled 13 modules in 21ms
6
+ Bundled 13 modules in 40ms
7
7
 
8
8
  components/BadgeDisplay.js 1.79 KB (entry point)
9
9
  ./index.js 10.96 KB (entry point)
@@ -20,7 +20,7 @@ Bundled 13 modules in 21ms
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 18ms
23
+ Bundled 13 modules in 29ms
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 18ms
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 10ms
40
+ Bundled 13 modules in 27ms
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,28 @@
1
1
  # @contractspec/example.learning-journey-ui-shared
2
2
 
3
+ ## 3.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: release
8
+ - Updated dependencies
9
+ - @contractspec/module.learning-journey@3.7.3
10
+ - @contractspec/lib.contracts-spec@3.7.3
11
+ - @contractspec/lib.design-system@3.7.3
12
+ - @contractspec/lib.ui-kit-web@3.7.3
13
+
14
+ ## 3.7.2
15
+
16
+ ### Patch Changes
17
+
18
+ - 8cd229b: fix: release
19
+ - Updated dependencies [8cd229b]
20
+ - Updated dependencies [04bc555]
21
+ - @contractspec/module.learning-journey@3.7.2
22
+ - @contractspec/lib.contracts-spec@3.7.2
23
+ - @contractspec/lib.design-system@3.7.2
24
+ - @contractspec/lib.ui-kit-web@3.7.2
25
+
3
26
  ## 3.7.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-shared",
3
- "version": "3.7.1",
3
+ "version": "3.7.3",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -113,17 +113,17 @@
113
113
  "typecheck": "tsc --noEmit"
114
114
  },
115
115
  "dependencies": {
116
- "@contractspec/lib.contracts-spec": "3.7.1",
117
- "@contractspec/module.learning-journey": "3.7.1",
118
- "@contractspec/lib.design-system": "3.7.1",
119
- "@contractspec/lib.ui-kit-web": "3.7.1",
116
+ "@contractspec/lib.contracts-spec": "3.7.3",
117
+ "@contractspec/module.learning-journey": "3.7.3",
118
+ "@contractspec/lib.design-system": "3.7.3",
119
+ "@contractspec/lib.ui-kit-web": "3.7.3",
120
120
  "react": "19.2.0"
121
121
  },
122
122
  "devDependencies": {
123
- "@contractspec/tool.typescript": "3.7.1",
123
+ "@contractspec/tool.typescript": "3.7.3",
124
124
  "@types/react": "^19.2.14",
125
125
  "typescript": "^5.9.3",
126
- "@contractspec/tool.bun": "3.7.1"
126
+ "@contractspec/tool.bun": "3.7.3"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^19.2.0"