@contractspec/example.learning-journey-ui-shared 1.58.0 → 1.59.0

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=12
6
- Bundled 12 modules in 15ms
6
+ Bundled 12 modules in 33ms
7
7
 
8
8
  components/BadgeDisplay.js 1.79 KB (entry point)
9
9
  ./index.js 10.32 KB (entry point)
@@ -19,7 +19,7 @@ Bundled 12 modules in 15ms
19
19
  ./example.js 0.91 KB (entry point)
20
20
 
21
21
  [contractspec-bun-build] transpile target=node root=src entries=12
22
- Bundled 12 modules in 8ms
22
+ Bundled 12 modules in 16ms
23
23
 
24
24
  components/BadgeDisplay.js 1.78 KB (entry point)
25
25
  ./index.js 10.30 KB (entry point)
@@ -35,7 +35,7 @@ Bundled 12 modules in 8ms
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 13ms
38
+ Bundled 12 modules in 15ms
39
39
 
40
40
  components/BadgeDisplay.js 1.78 KB (entry point)
41
41
  ./index.js 10.30 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @contractspec/example.learning-journey-ui-shared
2
2
 
3
+ ## 1.59.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1a0cf44: fix: publishConfig not supported by bun
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [1a0cf44]
12
+ - @contractspec/module.learning-journey@1.59.0
13
+ - @contractspec/lib.design-system@1.59.0
14
+ - @contractspec/lib.ui-kit-web@1.59.0
15
+ - @contractspec/lib.contracts@1.59.0
16
+
3
17
  ## 1.58.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-shared",
3
- "version": "1.58.0",
3
+ "version": "1.59.0",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -37,17 +37,17 @@
37
37
  "typecheck": "tsc --noEmit"
38
38
  },
39
39
  "dependencies": {
40
- "@contractspec/lib.contracts": "1.58.0",
41
- "@contractspec/module.learning-journey": "1.58.0",
42
- "@contractspec/lib.design-system": "1.58.0",
43
- "@contractspec/lib.ui-kit-web": "1.58.0",
40
+ "@contractspec/lib.contracts": "1.59.0",
41
+ "@contractspec/module.learning-journey": "1.59.0",
42
+ "@contractspec/lib.design-system": "1.59.0",
43
+ "@contractspec/lib.ui-kit-web": "1.59.0",
44
44
  "react": "19.2.4"
45
45
  },
46
46
  "devDependencies": {
47
- "@contractspec/tool.typescript": "1.58.0",
47
+ "@contractspec/tool.typescript": "1.59.0",
48
48
  "@types/react": "^19.2.13",
49
49
  "typescript": "^5.9.3",
50
- "@contractspec/tool.bun": "1.57.0"
50
+ "@contractspec/tool.bun": "1.58.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^19.2.4"