@contractspec/example.learning-journey-ui-onboarding 4.0.2 → 4.0.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.
- package/.turbo/turbo-build.log +3 -5
- package/CHANGELOG.md +16 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
|
|
|
2
2
|
$ bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build transpile
|
|
4
4
|
[contractspec-bun-build] transpile target=bun root=src entries=15 noBundle=false
|
|
5
|
-
Bundled 15 modules in
|
|
5
|
+
Bundled 15 modules in 27ms
|
|
6
6
|
|
|
7
7
|
./OnboardingMiniApp.js 15.85 KB (entry point)
|
|
8
8
|
./index.js 18.79 KB (entry point)
|
|
@@ -21,7 +21,7 @@ Bundled 15 modules in 23ms
|
|
|
21
21
|
./example.js 0.71 KB (entry point)
|
|
22
22
|
|
|
23
23
|
[contractspec-bun-build] transpile target=node root=src entries=15 noBundle=false
|
|
24
|
-
Bundled 15 modules in
|
|
24
|
+
Bundled 15 modules in 36ms
|
|
25
25
|
|
|
26
26
|
./OnboardingMiniApp.js 15.79 KB (entry point)
|
|
27
27
|
./index.js 18.72 KB (entry point)
|
|
@@ -40,7 +40,7 @@ Bundled 15 modules in 48ms
|
|
|
40
40
|
./example.js 0.70 KB (entry point)
|
|
41
41
|
|
|
42
42
|
[contractspec-bun-build] transpile target=browser root=src entries=15 noBundle=false
|
|
43
|
-
Bundled 15 modules in
|
|
43
|
+
Bundled 15 modules in 69ms
|
|
44
44
|
|
|
45
45
|
./OnboardingMiniApp.js 15.79 KB (entry point)
|
|
46
46
|
./index.js 18.72 KB (entry point)
|
|
@@ -59,5 +59,3 @@ Bundled 15 modules in 33ms
|
|
|
59
59
|
./example.js 0.70 KB (entry point)
|
|
60
60
|
|
|
61
61
|
$ contractspec-bun-build types
|
|
62
|
-
$ contractspec-bun-build types
|
|
63
|
-
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-onboarding
|
|
2
2
|
|
|
3
|
+
## 4.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: auto-bump internal dependents
|
|
8
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
9
|
+
- Updated dependencies because of Reduce published install and bundle size by optionalizing heavy runtime families and adding a repo dependency audit.
|
|
10
|
+
- @contractspec/example.learning-journey-ui-shared@4.0.3
|
|
11
|
+
- @contractspec/lib.design-system@3.11.1
|
|
12
|
+
- @contractspec/lib.ui-kit-web@3.11.0
|
|
13
|
+
- @contractspec/example.learning-journey-platform-tour@4.0.1
|
|
14
|
+
- @contractspec/example.learning-journey-studio-onboarding@4.0.1
|
|
15
|
+
- @contractspec/lib.contracts-spec@5.5.0
|
|
16
|
+
- @contractspec/lib.ui-kit-core@3.8.1
|
|
17
|
+
- @contractspec/module.learning-journey@4.0.1
|
|
18
|
+
|
|
3
19
|
## 4.0.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ui-onboarding",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Developer onboarding UI with checklists and journey maps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -129,19 +129,19 @@
|
|
|
129
129
|
"dependencies": {
|
|
130
130
|
"@contractspec/lib.ui-kit-core": "3.8.1",
|
|
131
131
|
"@contractspec/lib.contracts-spec": "5.5.0",
|
|
132
|
-
"@contractspec/example.learning-journey-ui-shared": "4.0.
|
|
132
|
+
"@contractspec/example.learning-journey-ui-shared": "4.0.3",
|
|
133
133
|
"@contractspec/example.learning-journey-studio-onboarding": "4.0.1",
|
|
134
134
|
"@contractspec/example.learning-journey-platform-tour": "4.0.1",
|
|
135
135
|
"@contractspec/module.learning-journey": "4.0.1",
|
|
136
|
-
"@contractspec/lib.design-system": "3.11.
|
|
137
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
136
|
+
"@contractspec/lib.design-system": "3.11.1",
|
|
137
|
+
"@contractspec/lib.ui-kit-web": "3.11.0",
|
|
138
138
|
"react": "19.2.0"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@contractspec/tool.typescript": "3.7.13",
|
|
142
142
|
"@types/react": "^19.2.14",
|
|
143
143
|
"typescript": "^5.9.3",
|
|
144
|
-
"@contractspec/tool.bun": "3.7.
|
|
144
|
+
"@contractspec/tool.bun": "3.7.16"
|
|
145
145
|
},
|
|
146
146
|
"peerDependencies": {
|
|
147
147
|
"react": "19.2.0"
|