@contractspec/example.learning-journey-ui-coaching 2.1.0 → 2.2.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 +29 -0
- package/package.json +10 -10
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=14
|
|
6
|
-
Bundled 14 modules in
|
|
6
|
+
Bundled 14 modules in 21ms
|
|
7
7
|
|
|
8
8
|
./CoachingMiniApp.js 44.47 KB (entry point)
|
|
9
9
|
./index.js 46.25 KB (entry point)
|
|
@@ -21,7 +21,7 @@ Bundled 14 modules in 6ms
|
|
|
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
|
|
24
|
+
Bundled 14 modules in 10ms
|
|
25
25
|
|
|
26
26
|
./CoachingMiniApp.js 44.44 KB (entry point)
|
|
27
27
|
./index.js 46.21 KB (entry point)
|
|
@@ -39,7 +39,7 @@ Bundled 14 modules in 6ms
|
|
|
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
|
|
42
|
+
Bundled 14 modules in 14ms
|
|
43
43
|
|
|
44
44
|
./CoachingMiniApp.js 44.44 KB (entry point)
|
|
45
45
|
./index.js 46.21 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-coaching
|
|
2
2
|
|
|
3
|
+
## 2.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- feat: release ContractSpec Studio
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @contractspec/example.learning-journey-crm-onboarding@2.2.0
|
|
13
|
+
- @contractspec/example.learning-journey-ambient-coach@2.2.0
|
|
14
|
+
- @contractspec/example.learning-journey-ui-shared@2.2.0
|
|
15
|
+
- @contractspec/module.learning-journey@2.2.0
|
|
16
|
+
- @contractspec/lib.contracts-spec@2.2.0
|
|
17
|
+
- @contractspec/lib.design-system@2.2.0
|
|
18
|
+
- @contractspec/lib.ui-kit-web@2.2.0
|
|
19
|
+
|
|
20
|
+
## 2.1.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [57e2819]
|
|
25
|
+
- @contractspec/lib.contracts-spec@2.1.1
|
|
26
|
+
- @contractspec/example.learning-journey-ambient-coach@2.1.1
|
|
27
|
+
- @contractspec/example.learning-journey-crm-onboarding@2.1.1
|
|
28
|
+
- @contractspec/example.learning-journey-ui-shared@2.1.1
|
|
29
|
+
- @contractspec/lib.design-system@2.1.1
|
|
30
|
+
- @contractspec/module.learning-journey@2.1.1
|
|
31
|
+
|
|
3
32
|
## 2.1.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ui-coaching",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Contextual coaching UI with tip cards and engagement tracking.",
|
|
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.
|
|
145
|
-
"@contractspec/example.learning-journey-ui-shared": "2.
|
|
146
|
-
"@contractspec/example.learning-journey-ambient-coach": "2.
|
|
147
|
-
"@contractspec/example.learning-journey-crm-onboarding": "2.
|
|
148
|
-
"@contractspec/module.learning-journey": "2.
|
|
149
|
-
"@contractspec/lib.design-system": "2.
|
|
150
|
-
"@contractspec/lib.ui-kit-web": "2.
|
|
144
|
+
"@contractspec/lib.contracts-spec": "2.2.0",
|
|
145
|
+
"@contractspec/example.learning-journey-ui-shared": "2.2.0",
|
|
146
|
+
"@contractspec/example.learning-journey-ambient-coach": "2.2.0",
|
|
147
|
+
"@contractspec/example.learning-journey-crm-onboarding": "2.2.0",
|
|
148
|
+
"@contractspec/module.learning-journey": "2.2.0",
|
|
149
|
+
"@contractspec/lib.design-system": "2.2.0",
|
|
150
|
+
"@contractspec/lib.ui-kit-web": "2.2.0",
|
|
151
151
|
"react": "19.2.4"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
|
-
"@contractspec/tool.typescript": "2.
|
|
154
|
+
"@contractspec/tool.typescript": "2.2.0",
|
|
155
155
|
"@types/react": "^19.2.14",
|
|
156
156
|
"typescript": "^5.9.3",
|
|
157
|
-
"@contractspec/tool.bun": "2.
|
|
157
|
+
"@contractspec/tool.bun": "2.2.0"
|
|
158
158
|
},
|
|
159
159
|
"peerDependencies": {
|
|
160
160
|
"react": "^19.2.4"
|