@contractspec/example.learning-journey-crm-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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +29 -0
- package/package.json +33 -33
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=10
|
|
6
|
-
Bundled 10 modules in
|
|
6
|
+
Bundled 10 modules in 16ms
|
|
7
7
|
|
|
8
8
|
docs/crm-onboarding.docblock.js 1.51 KB (entry point)
|
|
9
9
|
tests/operations.test-spec.js 0.90 KB (entry point)
|
|
@@ -17,7 +17,7 @@ Bundled 10 modules in 11ms
|
|
|
17
17
|
./track.js 2.72 KB (entry point)
|
|
18
18
|
|
|
19
19
|
[contractspec-bun-build] transpile target=node root=src entries=10
|
|
20
|
-
Bundled 10 modules in
|
|
20
|
+
Bundled 10 modules in 15ms
|
|
21
21
|
|
|
22
22
|
docs/crm-onboarding.docblock.js 1.48 KB (entry point)
|
|
23
23
|
tests/operations.test-spec.js 0.89 KB (entry point)
|
|
@@ -31,7 +31,7 @@ Bundled 10 modules in 18ms
|
|
|
31
31
|
./track.js 2.71 KB (entry point)
|
|
32
32
|
|
|
33
33
|
[contractspec-bun-build] transpile target=browser root=src entries=10
|
|
34
|
-
Bundled 10 modules in
|
|
34
|
+
Bundled 10 modules in 35ms
|
|
35
35
|
|
|
36
36
|
docs/crm-onboarding.docblock.js 1.48 KB (entry point)
|
|
37
37
|
tests/operations.test-spec.js 0.89 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-crm-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/example.crm-pipeline@1.62.0
|
|
15
|
+
- @contractspec/lib.contracts@1.62.0
|
|
16
|
+
- @contractspec/lib.schema@1.62.0
|
|
17
|
+
|
|
18
|
+
## 1.61.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- 374fd71: fix: publishing
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [374fd71]
|
|
27
|
+
- @contractspec/module.learning-journey@1.61.0
|
|
28
|
+
- @contractspec/example.crm-pipeline@1.61.0
|
|
29
|
+
- @contractspec/lib.contracts@1.61.0
|
|
30
|
+
- @contractspec/lib.schema@1.61.0
|
|
31
|
+
|
|
3
32
|
## 1.60.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-crm-onboarding",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.0",
|
|
4
4
|
"description": "Learning journey track that onboards users to the CRM pipeline example.",
|
|
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.
|
|
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.
|
|
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/crm-onboarding.docblock": {
|
|
23
23
|
"types": "./dist/docs/crm-onboarding.docblock.d.ts",
|
|
24
24
|
"bun": "./dist/docs/crm-onboarding.docblock.js",
|
|
25
|
-
"node": "./dist/node/docs/crm-onboarding.docblock.
|
|
25
|
+
"node": "./dist/node/docs/crm-onboarding.docblock.js",
|
|
26
26
|
"browser": "./dist/browser/docs/crm-onboarding.docblock.js",
|
|
27
27
|
"default": "./dist/docs/crm-onboarding.docblock.js"
|
|
28
28
|
},
|
|
29
29
|
"./docs/index": {
|
|
30
30
|
"types": "./dist/docs/index.d.ts",
|
|
31
31
|
"bun": "./dist/docs/index.js",
|
|
32
|
-
"node": "./dist/node/docs/index.
|
|
32
|
+
"node": "./dist/node/docs/index.js",
|
|
33
33
|
"browser": "./dist/browser/docs/index.js",
|
|
34
34
|
"default": "./dist/docs/index.js"
|
|
35
35
|
},
|
|
36
36
|
"./example": {
|
|
37
37
|
"types": "./dist/example.d.ts",
|
|
38
38
|
"bun": "./dist/example.js",
|
|
39
|
-
"node": "./dist/node/example.
|
|
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.
|
|
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-crm-onboarding.feature": {
|
|
51
51
|
"types": "./dist/learning-journey-crm-onboarding.feature.d.ts",
|
|
52
52
|
"bun": "./dist/learning-journey-crm-onboarding.feature.js",
|
|
53
|
-
"node": "./dist/node/learning-journey-crm-onboarding.feature.
|
|
53
|
+
"node": "./dist/node/learning-journey-crm-onboarding.feature.js",
|
|
54
54
|
"browser": "./dist/browser/learning-journey-crm-onboarding.feature.js",
|
|
55
55
|
"default": "./dist/learning-journey-crm-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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
95
|
+
"node": "./dist/node/track.js",
|
|
96
96
|
"browser": "./dist/browser/track.js",
|
|
97
97
|
"default": "./dist/track.js"
|
|
98
98
|
}
|
|
@@ -112,106 +112,106 @@
|
|
|
112
112
|
"typecheck": "tsc --noEmit"
|
|
113
113
|
},
|
|
114
114
|
"dependencies": {
|
|
115
|
-
"@contractspec/lib.contracts": "1.
|
|
116
|
-
"@contractspec/lib.schema": "1.
|
|
117
|
-
"@contractspec/module.learning-journey": "1.
|
|
118
|
-
"@contractspec/example.crm-pipeline": "1.
|
|
115
|
+
"@contractspec/lib.contracts": "1.62.0",
|
|
116
|
+
"@contractspec/lib.schema": "1.62.0",
|
|
117
|
+
"@contractspec/module.learning-journey": "1.62.0",
|
|
118
|
+
"@contractspec/example.crm-pipeline": "1.62.0"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@contractspec/tool.typescript": "1.
|
|
121
|
+
"@contractspec/tool.typescript": "1.62.0",
|
|
122
122
|
"typescript": "^5.9.3",
|
|
123
|
-
"@contractspec/tool.bun": "1.
|
|
123
|
+
"@contractspec/tool.bun": "1.61.0"
|
|
124
124
|
},
|
|
125
125
|
"publishConfig": {
|
|
126
126
|
"exports": {
|
|
127
127
|
".": {
|
|
128
128
|
"types": "./dist/index.d.ts",
|
|
129
129
|
"bun": "./dist/index.js",
|
|
130
|
-
"node": "./dist/node/index.
|
|
130
|
+
"node": "./dist/node/index.js",
|
|
131
131
|
"browser": "./dist/browser/index.js",
|
|
132
132
|
"default": "./dist/index.js"
|
|
133
133
|
},
|
|
134
134
|
"./docs": {
|
|
135
135
|
"types": "./dist/docs/index.d.ts",
|
|
136
136
|
"bun": "./dist/docs/index.js",
|
|
137
|
-
"node": "./dist/node/docs/index.
|
|
137
|
+
"node": "./dist/node/docs/index.js",
|
|
138
138
|
"browser": "./dist/browser/docs/index.js",
|
|
139
139
|
"default": "./dist/docs/index.js"
|
|
140
140
|
},
|
|
141
141
|
"./docs/crm-onboarding.docblock": {
|
|
142
142
|
"types": "./dist/docs/crm-onboarding.docblock.d.ts",
|
|
143
143
|
"bun": "./dist/docs/crm-onboarding.docblock.js",
|
|
144
|
-
"node": "./dist/node/docs/crm-onboarding.docblock.
|
|
144
|
+
"node": "./dist/node/docs/crm-onboarding.docblock.js",
|
|
145
145
|
"browser": "./dist/browser/docs/crm-onboarding.docblock.js",
|
|
146
146
|
"default": "./dist/docs/crm-onboarding.docblock.js"
|
|
147
147
|
},
|
|
148
148
|
"./docs/index": {
|
|
149
149
|
"types": "./dist/docs/index.d.ts",
|
|
150
150
|
"bun": "./dist/docs/index.js",
|
|
151
|
-
"node": "./dist/node/docs/index.
|
|
151
|
+
"node": "./dist/node/docs/index.js",
|
|
152
152
|
"browser": "./dist/browser/docs/index.js",
|
|
153
153
|
"default": "./dist/docs/index.js"
|
|
154
154
|
},
|
|
155
155
|
"./example": {
|
|
156
156
|
"types": "./dist/example.d.ts",
|
|
157
157
|
"bun": "./dist/example.js",
|
|
158
|
-
"node": "./dist/node/example.
|
|
158
|
+
"node": "./dist/node/example.js",
|
|
159
159
|
"browser": "./dist/browser/example.js",
|
|
160
160
|
"default": "./dist/example.js"
|
|
161
161
|
},
|
|
162
162
|
"./handlers/demo.handlers": {
|
|
163
163
|
"types": "./dist/handlers/demo.handlers.d.ts",
|
|
164
164
|
"bun": "./dist/handlers/demo.handlers.js",
|
|
165
|
-
"node": "./dist/node/handlers/demo.handlers.
|
|
165
|
+
"node": "./dist/node/handlers/demo.handlers.js",
|
|
166
166
|
"browser": "./dist/browser/handlers/demo.handlers.js",
|
|
167
167
|
"default": "./dist/handlers/demo.handlers.js"
|
|
168
168
|
},
|
|
169
169
|
"./learning-journey-crm-onboarding.feature": {
|
|
170
170
|
"types": "./dist/learning-journey-crm-onboarding.feature.d.ts",
|
|
171
171
|
"bun": "./dist/learning-journey-crm-onboarding.feature.js",
|
|
172
|
-
"node": "./dist/node/learning-journey-crm-onboarding.feature.
|
|
172
|
+
"node": "./dist/node/learning-journey-crm-onboarding.feature.js",
|
|
173
173
|
"browser": "./dist/browser/learning-journey-crm-onboarding.feature.js",
|
|
174
174
|
"default": "./dist/learning-journey-crm-onboarding.feature.js"
|
|
175
175
|
},
|
|
176
176
|
"./operations": {
|
|
177
177
|
"types": "./dist/operations/index.d.ts",
|
|
178
178
|
"bun": "./dist/operations/index.js",
|
|
179
|
-
"node": "./dist/node/operations/index.
|
|
179
|
+
"node": "./dist/node/operations/index.js",
|
|
180
180
|
"browser": "./dist/browser/operations/index.js",
|
|
181
181
|
"default": "./dist/operations/index.js"
|
|
182
182
|
},
|
|
183
183
|
"./operations/index": {
|
|
184
184
|
"types": "./dist/operations/index.d.ts",
|
|
185
185
|
"bun": "./dist/operations/index.js",
|
|
186
|
-
"node": "./dist/node/operations/index.
|
|
186
|
+
"node": "./dist/node/operations/index.js",
|
|
187
187
|
"browser": "./dist/browser/operations/index.js",
|
|
188
188
|
"default": "./dist/operations/index.js"
|
|
189
189
|
},
|
|
190
190
|
"./presentations": {
|
|
191
191
|
"types": "./dist/presentations/index.d.ts",
|
|
192
192
|
"bun": "./dist/presentations/index.js",
|
|
193
|
-
"node": "./dist/node/presentations/index.
|
|
193
|
+
"node": "./dist/node/presentations/index.js",
|
|
194
194
|
"browser": "./dist/browser/presentations/index.js",
|
|
195
195
|
"default": "./dist/presentations/index.js"
|
|
196
196
|
},
|
|
197
197
|
"./presentations/index": {
|
|
198
198
|
"types": "./dist/presentations/index.d.ts",
|
|
199
199
|
"bun": "./dist/presentations/index.js",
|
|
200
|
-
"node": "./dist/node/presentations/index.
|
|
200
|
+
"node": "./dist/node/presentations/index.js",
|
|
201
201
|
"browser": "./dist/browser/presentations/index.js",
|
|
202
202
|
"default": "./dist/presentations/index.js"
|
|
203
203
|
},
|
|
204
204
|
"./tests/operations.test-spec": {
|
|
205
205
|
"types": "./dist/tests/operations.test-spec.d.ts",
|
|
206
206
|
"bun": "./dist/tests/operations.test-spec.js",
|
|
207
|
-
"node": "./dist/node/tests/operations.test-spec.
|
|
207
|
+
"node": "./dist/node/tests/operations.test-spec.js",
|
|
208
208
|
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
209
209
|
"default": "./dist/tests/operations.test-spec.js"
|
|
210
210
|
},
|
|
211
211
|
"./track": {
|
|
212
212
|
"types": "./dist/track.d.ts",
|
|
213
213
|
"bun": "./dist/track.js",
|
|
214
|
-
"node": "./dist/node/track.
|
|
214
|
+
"node": "./dist/node/track.js",
|
|
215
215
|
"browser": "./dist/browser/track.js",
|
|
216
216
|
"default": "./dist/track.js"
|
|
217
217
|
}
|