@contractspec/example.learning-journey-registry 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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +22 -0
- package/package.json +15 -15
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 4ms
|
|
7
7
|
|
|
8
8
|
./api-types.js 8 bytes (entry point)
|
|
9
9
|
./index.js 18.13 KB (entry point)
|
|
@@ -19,7 +19,7 @@ Bundled 12 modules in 5ms
|
|
|
19
19
|
presentations/index.js 1.82 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 4ms
|
|
23
23
|
|
|
24
24
|
./api-types.js 0 KB (entry point)
|
|
25
25
|
./index.js 18.11 KB (entry point)
|
|
@@ -35,7 +35,7 @@ Bundled 12 modules in 6ms
|
|
|
35
35
|
presentations/index.js 1.81 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 4ms
|
|
39
39
|
|
|
40
40
|
./api-types.js 0 KB (entry point)
|
|
41
41
|
./index.js 18.11 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-registry
|
|
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/example.learning-journey-studio-onboarding@1.59.0
|
|
13
|
+
- @contractspec/example.learning-journey-quest-challenges@1.59.0
|
|
14
|
+
- @contractspec/example.learning-journey-crm-onboarding@1.59.0
|
|
15
|
+
- @contractspec/example.learning-journey-ambient-coach@1.59.0
|
|
16
|
+
- @contractspec/example.learning-journey-platform-tour@1.59.0
|
|
17
|
+
- @contractspec/example.learning-journey-ui-onboarding@1.59.0
|
|
18
|
+
- @contractspec/example.learning-journey-ui-coaching@1.59.0
|
|
19
|
+
- @contractspec/example.learning-journey-ui-gamified@1.59.0
|
|
20
|
+
- @contractspec/example.learning-journey-duo-drills@1.59.0
|
|
21
|
+
- @contractspec/example.learning-journey-ui-shared@1.59.0
|
|
22
|
+
- @contractspec/module.learning-journey@1.59.0
|
|
23
|
+
- @contractspec/lib.contracts@1.59.0
|
|
24
|
+
|
|
3
25
|
## 1.58.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-registry",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.59.0",
|
|
4
4
|
"description": "Registry that aggregates learning journey example tracks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -37,25 +37,25 @@
|
|
|
37
37
|
"typecheck": "tsc --noEmit"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@contractspec/lib.contracts": "1.
|
|
41
|
-
"@contractspec/example.learning-journey-ambient-coach": "1.
|
|
42
|
-
"@contractspec/example.learning-journey-duo-drills": "1.
|
|
43
|
-
"@contractspec/example.learning-journey-crm-onboarding": "1.
|
|
44
|
-
"@contractspec/example.learning-journey-platform-tour": "1.
|
|
45
|
-
"@contractspec/example.learning-journey-quest-challenges": "1.
|
|
46
|
-
"@contractspec/example.learning-journey-studio-onboarding": "1.
|
|
47
|
-
"@contractspec/example.learning-journey-ui-shared": "1.
|
|
48
|
-
"@contractspec/example.learning-journey-ui-gamified": "1.
|
|
49
|
-
"@contractspec/example.learning-journey-ui-onboarding": "1.
|
|
50
|
-
"@contractspec/example.learning-journey-ui-coaching": "1.
|
|
51
|
-
"@contractspec/module.learning-journey": "1.
|
|
40
|
+
"@contractspec/lib.contracts": "1.59.0",
|
|
41
|
+
"@contractspec/example.learning-journey-ambient-coach": "1.59.0",
|
|
42
|
+
"@contractspec/example.learning-journey-duo-drills": "1.59.0",
|
|
43
|
+
"@contractspec/example.learning-journey-crm-onboarding": "1.59.0",
|
|
44
|
+
"@contractspec/example.learning-journey-platform-tour": "1.59.0",
|
|
45
|
+
"@contractspec/example.learning-journey-quest-challenges": "1.59.0",
|
|
46
|
+
"@contractspec/example.learning-journey-studio-onboarding": "1.59.0",
|
|
47
|
+
"@contractspec/example.learning-journey-ui-shared": "1.59.0",
|
|
48
|
+
"@contractspec/example.learning-journey-ui-gamified": "1.59.0",
|
|
49
|
+
"@contractspec/example.learning-journey-ui-onboarding": "1.59.0",
|
|
50
|
+
"@contractspec/example.learning-journey-ui-coaching": "1.59.0",
|
|
51
|
+
"@contractspec/module.learning-journey": "1.59.0",
|
|
52
52
|
"react": "19.2.4"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@contractspec/tool.typescript": "1.
|
|
55
|
+
"@contractspec/tool.typescript": "1.59.0",
|
|
56
56
|
"@types/react": "^19.2.13",
|
|
57
57
|
"typescript": "^5.9.3",
|
|
58
|
-
"@contractspec/tool.bun": "1.
|
|
58
|
+
"@contractspec/tool.bun": "1.58.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"react": "^19.2.4"
|