@contractspec/example.learning-journey-ui-gamified 2.5.0 → 2.6.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.
@@ -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=14
6
- Bundled 14 modules in 48ms
6
+ Bundled 14 modules in 31ms
7
7
 
8
8
  ./GamifiedMiniApp.js 43.40 KB (entry point)
9
9
  ./index.js 45.20 KB (entry point)
@@ -21,7 +21,7 @@ Bundled 14 modules in 48ms
21
21
  ./example.js 0.93 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 27ms
24
+ Bundled 14 modules in 11ms
25
25
 
26
26
  ./GamifiedMiniApp.js 43.37 KB (entry point)
27
27
  ./index.js 45.16 KB (entry point)
@@ -39,7 +39,7 @@ Bundled 14 modules in 27ms
39
39
  ./example.js 0.92 KB (entry point)
40
40
 
41
41
  [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 42ms
42
+ Bundled 14 modules in 15ms
43
43
 
44
44
  ./GamifiedMiniApp.js 43.37 KB (entry point)
45
45
  ./index.js 45.16 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @contractspec/example.learning-journey-ui-gamified
2
2
 
3
+ ## 2.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f8dc3ad]
8
+ - @contractspec/lib.design-system@2.6.1
9
+ - @contractspec/example.learning-journey-ui-shared@2.6.1
10
+
11
+ ## 2.6.0
12
+
13
+ ### Minor Changes
14
+
15
+ - bae3db1: fix: build issues
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [bae3db1]
20
+ - @contractspec/example.learning-journey-duo-drills@2.6.0
21
+ - @contractspec/example.learning-journey-quest-challenges@2.6.0
22
+ - @contractspec/example.learning-journey-ui-shared@2.6.0
23
+ - @contractspec/lib.contracts-spec@2.6.0
24
+ - @contractspec/lib.design-system@2.6.0
25
+ - @contractspec/lib.ui-kit-web@2.6.0
26
+ - @contractspec/module.learning-journey@2.6.0
27
+
3
28
  ## 2.5.0
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-gamified",
3
- "version": "2.5.0",
3
+ "version": "2.6.1",
4
4
  "description": "Duolingo-style gamified learning UI for drills and quests.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -141,20 +141,20 @@
141
141
  "typecheck": "tsc --noEmit"
142
142
  },
143
143
  "dependencies": {
144
- "@contractspec/lib.contracts-spec": "2.5.0",
145
- "@contractspec/example.learning-journey-ui-shared": "2.5.0",
146
- "@contractspec/example.learning-journey-duo-drills": "2.5.0",
147
- "@contractspec/example.learning-journey-quest-challenges": "2.5.0",
148
- "@contractspec/module.learning-journey": "2.5.0",
149
- "@contractspec/lib.design-system": "2.5.0",
150
- "@contractspec/lib.ui-kit-web": "2.5.0",
144
+ "@contractspec/lib.contracts-spec": "2.6.0",
145
+ "@contractspec/example.learning-journey-ui-shared": "2.6.1",
146
+ "@contractspec/example.learning-journey-duo-drills": "2.6.0",
147
+ "@contractspec/example.learning-journey-quest-challenges": "2.6.0",
148
+ "@contractspec/module.learning-journey": "2.6.0",
149
+ "@contractspec/lib.design-system": "2.6.1",
150
+ "@contractspec/lib.ui-kit-web": "2.6.0",
151
151
  "react": "19.2.4"
152
152
  },
153
153
  "devDependencies": {
154
- "@contractspec/tool.typescript": "2.5.0",
154
+ "@contractspec/tool.typescript": "2.6.0",
155
155
  "@types/react": "^19.2.14",
156
156
  "typescript": "^5.9.3",
157
- "@contractspec/tool.bun": "2.5.0"
157
+ "@contractspec/tool.bun": "2.6.0"
158
158
  },
159
159
  "peerDependencies": {
160
160
  "react": "^19.2.4"