@contractspec/example.learning-journey-studio-onboarding 1.60.0 → 1.62.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=10
6
- Bundled 10 modules in 23ms
6
+ Bundled 10 modules in 24ms
7
7
 
8
8
  docs/index.js 1.71 KB (entry point)
9
9
  tests/operations.test-spec.js 0.92 KB (entry point)
@@ -17,7 +17,7 @@ Bundled 10 modules in 23ms
17
17
  ./track.js 2.58 KB (entry point)
18
18
 
19
19
  [contractspec-bun-build] transpile target=node root=src entries=10
20
- Bundled 10 modules in 14ms
20
+ Bundled 10 modules in 38ms
21
21
 
22
22
  docs/index.js 1.67 KB (entry point)
23
23
  tests/operations.test-spec.js 0.91 KB (entry point)
@@ -31,7 +31,7 @@ Bundled 10 modules in 14ms
31
31
  ./track.js 2.58 KB (entry point)
32
32
 
33
33
  [contractspec-bun-build] transpile target=browser root=src entries=10
34
- Bundled 10 modules in 14ms
34
+ Bundled 10 modules in 18ms
35
35
 
36
36
  docs/index.js 1.67 KB (entry point)
37
37
  tests/operations.test-spec.js 0.91 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @contractspec/example.learning-journey-studio-onboarding
2
2
 
3
+ ## 1.62.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 064258d: feat: upgrade all dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [064258d]
12
+ - Updated dependencies [064258d]
13
+ - @contractspec/module.learning-journey@1.62.0
14
+ - @contractspec/lib.contracts@1.62.0
15
+ - @contractspec/lib.schema@1.62.0
16
+
17
+ ## 1.61.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 374fd71: fix: publishing
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [374fd71]
26
+ - @contractspec/module.learning-journey@1.61.0
27
+ - @contractspec/lib.contracts@1.61.0
28
+ - @contractspec/lib.schema@1.61.0
29
+
3
30
  ## 1.60.0
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-studio-onboarding",
3
- "version": "1.60.0",
3
+ "version": "1.62.0",
4
4
  "description": "Learning journey track for first 30 minutes in ContractSpec Studio.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -8,91 +8,91 @@
8
8
  ".": {
9
9
  "types": "./dist/index.d.ts",
10
10
  "bun": "./dist/index.js",
11
- "node": "./dist/node/index.mjs",
11
+ "node": "./dist/node/index.js",
12
12
  "browser": "./dist/browser/index.js",
13
13
  "default": "./dist/index.js"
14
14
  },
15
15
  "./docs": {
16
16
  "types": "./dist/docs/index.d.ts",
17
17
  "bun": "./dist/docs/index.js",
18
- "node": "./dist/node/docs/index.mjs",
18
+ "node": "./dist/node/docs/index.js",
19
19
  "browser": "./dist/browser/docs/index.js",
20
20
  "default": "./dist/docs/index.js"
21
21
  },
22
22
  "./docs/index": {
23
23
  "types": "./dist/docs/index.d.ts",
24
24
  "bun": "./dist/docs/index.js",
25
- "node": "./dist/node/docs/index.mjs",
25
+ "node": "./dist/node/docs/index.js",
26
26
  "browser": "./dist/browser/docs/index.js",
27
27
  "default": "./dist/docs/index.js"
28
28
  },
29
29
  "./docs/studio-onboarding.docblock": {
30
30
  "types": "./dist/docs/studio-onboarding.docblock.d.ts",
31
31
  "bun": "./dist/docs/studio-onboarding.docblock.js",
32
- "node": "./dist/node/docs/studio-onboarding.docblock.mjs",
32
+ "node": "./dist/node/docs/studio-onboarding.docblock.js",
33
33
  "browser": "./dist/browser/docs/studio-onboarding.docblock.js",
34
34
  "default": "./dist/docs/studio-onboarding.docblock.js"
35
35
  },
36
36
  "./example": {
37
37
  "types": "./dist/example.d.ts",
38
38
  "bun": "./dist/example.js",
39
- "node": "./dist/node/example.mjs",
39
+ "node": "./dist/node/example.js",
40
40
  "browser": "./dist/browser/example.js",
41
41
  "default": "./dist/example.js"
42
42
  },
43
43
  "./handlers/demo.handlers": {
44
44
  "types": "./dist/handlers/demo.handlers.d.ts",
45
45
  "bun": "./dist/handlers/demo.handlers.js",
46
- "node": "./dist/node/handlers/demo.handlers.mjs",
46
+ "node": "./dist/node/handlers/demo.handlers.js",
47
47
  "browser": "./dist/browser/handlers/demo.handlers.js",
48
48
  "default": "./dist/handlers/demo.handlers.js"
49
49
  },
50
50
  "./learning-journey-studio-onboarding.feature": {
51
51
  "types": "./dist/learning-journey-studio-onboarding.feature.d.ts",
52
52
  "bun": "./dist/learning-journey-studio-onboarding.feature.js",
53
- "node": "./dist/node/learning-journey-studio-onboarding.feature.mjs",
53
+ "node": "./dist/node/learning-journey-studio-onboarding.feature.js",
54
54
  "browser": "./dist/browser/learning-journey-studio-onboarding.feature.js",
55
55
  "default": "./dist/learning-journey-studio-onboarding.feature.js"
56
56
  },
57
57
  "./operations": {
58
58
  "types": "./dist/operations/index.d.ts",
59
59
  "bun": "./dist/operations/index.js",
60
- "node": "./dist/node/operations/index.mjs",
60
+ "node": "./dist/node/operations/index.js",
61
61
  "browser": "./dist/browser/operations/index.js",
62
62
  "default": "./dist/operations/index.js"
63
63
  },
64
64
  "./operations/index": {
65
65
  "types": "./dist/operations/index.d.ts",
66
66
  "bun": "./dist/operations/index.js",
67
- "node": "./dist/node/operations/index.mjs",
67
+ "node": "./dist/node/operations/index.js",
68
68
  "browser": "./dist/browser/operations/index.js",
69
69
  "default": "./dist/operations/index.js"
70
70
  },
71
71
  "./presentations": {
72
72
  "types": "./dist/presentations/index.d.ts",
73
73
  "bun": "./dist/presentations/index.js",
74
- "node": "./dist/node/presentations/index.mjs",
74
+ "node": "./dist/node/presentations/index.js",
75
75
  "browser": "./dist/browser/presentations/index.js",
76
76
  "default": "./dist/presentations/index.js"
77
77
  },
78
78
  "./presentations/index": {
79
79
  "types": "./dist/presentations/index.d.ts",
80
80
  "bun": "./dist/presentations/index.js",
81
- "node": "./dist/node/presentations/index.mjs",
81
+ "node": "./dist/node/presentations/index.js",
82
82
  "browser": "./dist/browser/presentations/index.js",
83
83
  "default": "./dist/presentations/index.js"
84
84
  },
85
85
  "./tests/operations.test-spec": {
86
86
  "types": "./dist/tests/operations.test-spec.d.ts",
87
87
  "bun": "./dist/tests/operations.test-spec.js",
88
- "node": "./dist/node/tests/operations.test-spec.mjs",
88
+ "node": "./dist/node/tests/operations.test-spec.js",
89
89
  "browser": "./dist/browser/tests/operations.test-spec.js",
90
90
  "default": "./dist/tests/operations.test-spec.js"
91
91
  },
92
92
  "./track": {
93
93
  "types": "./dist/track.d.ts",
94
94
  "bun": "./dist/track.js",
95
- "node": "./dist/node/track.mjs",
95
+ "node": "./dist/node/track.js",
96
96
  "browser": "./dist/browser/track.js",
97
97
  "default": "./dist/track.js"
98
98
  }
@@ -112,105 +112,105 @@
112
112
  "typecheck": "tsc --noEmit"
113
113
  },
114
114
  "dependencies": {
115
- "@contractspec/lib.contracts": "1.60.0",
116
- "@contractspec/lib.schema": "1.60.0",
117
- "@contractspec/module.learning-journey": "1.60.0"
115
+ "@contractspec/lib.contracts": "1.62.0",
116
+ "@contractspec/lib.schema": "1.62.0",
117
+ "@contractspec/module.learning-journey": "1.62.0"
118
118
  },
119
119
  "devDependencies": {
120
- "@contractspec/tool.typescript": "1.60.0",
120
+ "@contractspec/tool.typescript": "1.62.0",
121
121
  "typescript": "^5.9.3",
122
- "@contractspec/tool.bun": "1.59.0"
122
+ "@contractspec/tool.bun": "1.61.0"
123
123
  },
124
124
  "publishConfig": {
125
125
  "exports": {
126
126
  ".": {
127
127
  "types": "./dist/index.d.ts",
128
128
  "bun": "./dist/index.js",
129
- "node": "./dist/node/index.mjs",
129
+ "node": "./dist/node/index.js",
130
130
  "browser": "./dist/browser/index.js",
131
131
  "default": "./dist/index.js"
132
132
  },
133
133
  "./docs": {
134
134
  "types": "./dist/docs/index.d.ts",
135
135
  "bun": "./dist/docs/index.js",
136
- "node": "./dist/node/docs/index.mjs",
136
+ "node": "./dist/node/docs/index.js",
137
137
  "browser": "./dist/browser/docs/index.js",
138
138
  "default": "./dist/docs/index.js"
139
139
  },
140
140
  "./docs/index": {
141
141
  "types": "./dist/docs/index.d.ts",
142
142
  "bun": "./dist/docs/index.js",
143
- "node": "./dist/node/docs/index.mjs",
143
+ "node": "./dist/node/docs/index.js",
144
144
  "browser": "./dist/browser/docs/index.js",
145
145
  "default": "./dist/docs/index.js"
146
146
  },
147
147
  "./docs/studio-onboarding.docblock": {
148
148
  "types": "./dist/docs/studio-onboarding.docblock.d.ts",
149
149
  "bun": "./dist/docs/studio-onboarding.docblock.js",
150
- "node": "./dist/node/docs/studio-onboarding.docblock.mjs",
150
+ "node": "./dist/node/docs/studio-onboarding.docblock.js",
151
151
  "browser": "./dist/browser/docs/studio-onboarding.docblock.js",
152
152
  "default": "./dist/docs/studio-onboarding.docblock.js"
153
153
  },
154
154
  "./example": {
155
155
  "types": "./dist/example.d.ts",
156
156
  "bun": "./dist/example.js",
157
- "node": "./dist/node/example.mjs",
157
+ "node": "./dist/node/example.js",
158
158
  "browser": "./dist/browser/example.js",
159
159
  "default": "./dist/example.js"
160
160
  },
161
161
  "./handlers/demo.handlers": {
162
162
  "types": "./dist/handlers/demo.handlers.d.ts",
163
163
  "bun": "./dist/handlers/demo.handlers.js",
164
- "node": "./dist/node/handlers/demo.handlers.mjs",
164
+ "node": "./dist/node/handlers/demo.handlers.js",
165
165
  "browser": "./dist/browser/handlers/demo.handlers.js",
166
166
  "default": "./dist/handlers/demo.handlers.js"
167
167
  },
168
168
  "./learning-journey-studio-onboarding.feature": {
169
169
  "types": "./dist/learning-journey-studio-onboarding.feature.d.ts",
170
170
  "bun": "./dist/learning-journey-studio-onboarding.feature.js",
171
- "node": "./dist/node/learning-journey-studio-onboarding.feature.mjs",
171
+ "node": "./dist/node/learning-journey-studio-onboarding.feature.js",
172
172
  "browser": "./dist/browser/learning-journey-studio-onboarding.feature.js",
173
173
  "default": "./dist/learning-journey-studio-onboarding.feature.js"
174
174
  },
175
175
  "./operations": {
176
176
  "types": "./dist/operations/index.d.ts",
177
177
  "bun": "./dist/operations/index.js",
178
- "node": "./dist/node/operations/index.mjs",
178
+ "node": "./dist/node/operations/index.js",
179
179
  "browser": "./dist/browser/operations/index.js",
180
180
  "default": "./dist/operations/index.js"
181
181
  },
182
182
  "./operations/index": {
183
183
  "types": "./dist/operations/index.d.ts",
184
184
  "bun": "./dist/operations/index.js",
185
- "node": "./dist/node/operations/index.mjs",
185
+ "node": "./dist/node/operations/index.js",
186
186
  "browser": "./dist/browser/operations/index.js",
187
187
  "default": "./dist/operations/index.js"
188
188
  },
189
189
  "./presentations": {
190
190
  "types": "./dist/presentations/index.d.ts",
191
191
  "bun": "./dist/presentations/index.js",
192
- "node": "./dist/node/presentations/index.mjs",
192
+ "node": "./dist/node/presentations/index.js",
193
193
  "browser": "./dist/browser/presentations/index.js",
194
194
  "default": "./dist/presentations/index.js"
195
195
  },
196
196
  "./presentations/index": {
197
197
  "types": "./dist/presentations/index.d.ts",
198
198
  "bun": "./dist/presentations/index.js",
199
- "node": "./dist/node/presentations/index.mjs",
199
+ "node": "./dist/node/presentations/index.js",
200
200
  "browser": "./dist/browser/presentations/index.js",
201
201
  "default": "./dist/presentations/index.js"
202
202
  },
203
203
  "./tests/operations.test-spec": {
204
204
  "types": "./dist/tests/operations.test-spec.d.ts",
205
205
  "bun": "./dist/tests/operations.test-spec.js",
206
- "node": "./dist/node/tests/operations.test-spec.mjs",
206
+ "node": "./dist/node/tests/operations.test-spec.js",
207
207
  "browser": "./dist/browser/tests/operations.test-spec.js",
208
208
  "default": "./dist/tests/operations.test-spec.js"
209
209
  },
210
210
  "./track": {
211
211
  "types": "./dist/track.d.ts",
212
212
  "bun": "./dist/track.js",
213
- "node": "./dist/node/track.mjs",
213
+ "node": "./dist/node/track.js",
214
214
  "browser": "./dist/browser/track.js",
215
215
  "default": "./dist/track.js"
216
216
  }