@next-core/cook 1.6.57 → 1.6.58

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -422
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/cook",
3
- "version": "1.6.57",
3
+ "version": "1.6.58",
4
4
  "description": "Cook expressions and storyboard functions",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/cook",
6
6
  "license": "GPL-3.0",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@babel/parser": "^7.18.9",
33
- "@next-core/brick-types": "^2.79.0"
32
+ "@babel/parser": "^7.19.4",
33
+ "@next-core/brick-types": "^2.79.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@next-core/supply": "^1.0.67",
36
+ "@next-core/supply": "^1.0.68",
37
37
  "lodash": "^4.17.21"
38
38
  },
39
- "gitHead": "76747a03f0755fe6adec1d14442b20bc73a62943"
39
+ "gitHead": "81ffb51a2cbd723a57571823d5089f0a7292c8f2"
40
40
  }
package/CHANGELOG.md DELETED
@@ -1,422 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.6.57](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.56...@next-core/cook@1.6.57) (2022-10-11)
7
-
8
- **Note:** Version bump only for package @next-core/cook
9
-
10
-
11
-
12
-
13
-
14
- ## [1.6.56](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.55...@next-core/cook@1.6.56) (2022-10-09)
15
-
16
- **Note:** Version bump only for package @next-core/cook
17
-
18
-
19
-
20
-
21
-
22
- ## [1.6.55](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.54...@next-core/cook@1.6.55) (2022-09-29)
23
-
24
- **Note:** Version bump only for package @next-core/cook
25
-
26
-
27
-
28
-
29
-
30
- ## [1.6.54](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.53...@next-core/cook@1.6.54) (2022-09-26)
31
-
32
- **Note:** Version bump only for package @next-core/cook
33
-
34
-
35
-
36
-
37
-
38
- ## [1.6.53](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.52...@next-core/cook@1.6.53) (2022-09-25)
39
-
40
- **Note:** Version bump only for package @next-core/cook
41
-
42
-
43
-
44
-
45
-
46
- ## [1.6.52](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.51...@next-core/cook@1.6.52) (2022-09-08)
47
-
48
- **Note:** Version bump only for package @next-core/cook
49
-
50
-
51
-
52
-
53
-
54
- ## [1.6.51](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.50...@next-core/cook@1.6.51) (2022-09-06)
55
-
56
- **Note:** Version bump only for package @next-core/cook
57
-
58
-
59
-
60
-
61
-
62
- ## [1.6.50](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.49...@next-core/cook@1.6.50) (2022-09-06)
63
-
64
- **Note:** Version bump only for package @next-core/cook
65
-
66
-
67
-
68
-
69
-
70
- ## [1.6.49](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.48...@next-core/cook@1.6.49) (2022-09-05)
71
-
72
- **Note:** Version bump only for package @next-core/cook
73
-
74
-
75
-
76
-
77
-
78
- ## [1.6.48](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.47...@next-core/cook@1.6.48) (2022-09-02)
79
-
80
- **Note:** Version bump only for package @next-core/cook
81
-
82
-
83
-
84
-
85
-
86
- ## [1.6.47](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.46...@next-core/cook@1.6.47) (2022-09-01)
87
-
88
- **Note:** Version bump only for package @next-core/cook
89
-
90
-
91
-
92
-
93
-
94
- ## [1.6.46](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.45...@next-core/cook@1.6.46) (2022-08-31)
95
-
96
-
97
- ### Bug Fixes
98
-
99
- * remove dead code ([61db875](https://github.com/easyops-cn/next-core/commit/61db8759d48e0de3a31c55bf2ced50cf8617a5a2))
100
-
101
-
102
-
103
-
104
-
105
- ## [1.6.45](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.44...@next-core/cook@1.6.45) (2022-08-26)
106
-
107
- **Note:** Version bump only for package @next-core/cook
108
-
109
-
110
-
111
-
112
-
113
- ## [1.6.44](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.43...@next-core/cook@1.6.44) (2022-08-25)
114
-
115
- **Note:** Version bump only for package @next-core/cook
116
-
117
-
118
-
119
-
120
-
121
- ## [1.6.43](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.42...@next-core/cook@1.6.43) (2022-08-23)
122
-
123
- **Note:** Version bump only for package @next-core/cook
124
-
125
-
126
-
127
-
128
-
129
- ## [1.6.42](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.41...@next-core/cook@1.6.42) (2022-08-19)
130
-
131
- **Note:** Version bump only for package @next-core/cook
132
-
133
-
134
-
135
-
136
-
137
- ## [1.6.41](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.40...@next-core/cook@1.6.41) (2022-08-08)
138
-
139
- **Note:** Version bump only for package @next-core/cook
140
-
141
-
142
-
143
-
144
-
145
- ## [1.6.40](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.39...@next-core/cook@1.6.40) (2022-08-08)
146
-
147
-
148
- ### Bug Fixes
149
-
150
- * fix linting with var in muti-line ([28c1f26](https://github.com/easyops-cn/next-core/commit/28c1f2611138f67ee650c942a86b217e77f30ba4))
151
-
152
-
153
-
154
-
155
-
156
- ## [1.6.39](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.38...@next-core/cook@1.6.39) (2022-07-20)
157
-
158
- **Note:** Version bump only for package @next-core/cook
159
-
160
-
161
-
162
-
163
-
164
- ## [1.6.38](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.37...@next-core/cook@1.6.38) (2022-07-18)
165
-
166
- **Note:** Version bump only for package @next-core/cook
167
-
168
- ## [1.6.37](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.36...@next-core/cook@1.6.37) (2022-07-15)
169
-
170
- **Note:** Version bump only for package @next-core/cook
171
-
172
- ## [1.6.36](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.35...@next-core/cook@1.6.36) (2022-07-15)
173
-
174
- **Note:** Version bump only for package @next-core/cook
175
-
176
- ## [1.6.35](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.34...@next-core/cook@1.6.35) (2022-07-12)
177
-
178
- **Note:** Version bump only for package @next-core/cook
179
-
180
- ## [1.6.34](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.33...@next-core/cook@1.6.34) (2022-07-07)
181
-
182
- **Note:** Version bump only for package @next-core/cook
183
-
184
- ## [1.6.33](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.32...@next-core/cook@1.6.33) (2022-07-05)
185
-
186
- **Note:** Version bump only for package @next-core/cook
187
-
188
- ## [1.6.32](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.31...@next-core/cook@1.6.32) (2022-06-24)
189
-
190
- **Note:** Version bump only for package @next-core/cook
191
-
192
- ## [1.6.31](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.30...@next-core/cook@1.6.31) (2022-06-24)
193
-
194
- **Note:** Version bump only for package @next-core/cook
195
-
196
- ## [1.6.30](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.29...@next-core/cook@1.6.30) (2022-05-26)
197
-
198
- **Note:** Version bump only for package @next-core/cook
199
-
200
- ## [1.6.29](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.28...@next-core/cook@1.6.29) (2022-05-10)
201
-
202
- **Note:** Version bump only for package @next-core/cook
203
-
204
- ## [1.6.28](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.27...@next-core/cook@1.6.28) (2022-05-09)
205
-
206
- **Note:** Version bump only for package @next-core/cook
207
-
208
- ## [1.6.27](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.26...@next-core/cook@1.6.27) (2022-05-06)
209
-
210
- **Note:** Version bump only for package @next-core/cook
211
-
212
- ## [1.6.26](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.25...@next-core/cook@1.6.26) (2022-04-26)
213
-
214
- ### Bug Fixes
215
-
216
- - allow mocking Date ([9d5490b](https://github.com/easyops-cn/next-core/commit/9d5490b199d3b70d39d99afa9fa6d42c8d4242ae))
217
-
218
- ## [1.6.25](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.24...@next-core/cook@1.6.25) (2022-04-22)
219
-
220
- **Note:** Version bump only for package @next-core/cook
221
-
222
- ## [1.6.24](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.23...@next-core/cook@1.6.24) (2022-04-21)
223
-
224
- **Note:** Version bump only for package @next-core/cook
225
-
226
- ## [1.6.23](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.22...@next-core/cook@1.6.23) (2022-04-19)
227
-
228
- **Note:** Version bump only for package @next-core/cook
229
-
230
- ## [1.6.22](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.21...@next-core/cook@1.6.22) (2022-04-14)
231
-
232
- **Note:** Version bump only for package @next-core/cook
233
-
234
- ## [1.6.21](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.20...@next-core/cook@1.6.21) (2022-04-07)
235
-
236
- **Note:** Version bump only for package @next-core/cook
237
-
238
- ## [1.6.20](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.19...@next-core/cook@1.6.20) (2022-04-06)
239
-
240
- **Note:** Version bump only for package @next-core/cook
241
-
242
- ## [1.6.19](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.18...@next-core/cook@1.6.19) (2022-03-29)
243
-
244
- **Note:** Version bump only for package @next-core/cook
245
-
246
- ## [1.6.18](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.17...@next-core/cook@1.6.18) (2022-03-29)
247
-
248
- **Note:** Version bump only for package @next-core/cook
249
-
250
- ## [1.6.17](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.16...@next-core/cook@1.6.17) (2022-03-28)
251
-
252
- **Note:** Version bump only for package @next-core/cook
253
-
254
- ## [1.6.16](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.15...@next-core/cook@1.6.16) (2022-03-24)
255
-
256
- ### Bug Fixes
257
-
258
- - support mocked location in storyboard functions ([260e775](https://github.com/easyops-cn/next-core/commit/260e77567a61c7f3199a174171de2eead4007d06))
259
-
260
- ## [1.6.15](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.14...@next-core/cook@1.6.15) (2022-03-15)
261
-
262
- **Note:** Version bump only for package @next-core/cook
263
-
264
- ## [1.6.14](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.13...@next-core/cook@1.6.14) (2022-02-28)
265
-
266
- **Note:** Version bump only for package @next-core/cook
267
-
268
- ## [1.6.13](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.12...@next-core/cook@1.6.13) (2022-02-21)
269
-
270
- **Note:** Version bump only for package @next-core/cook
271
-
272
- ## [1.6.12](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.11...@next-core/cook@1.6.12) (2022-02-17)
273
-
274
- **Note:** Version bump only for package @next-core/cook
275
-
276
- ## [1.6.11](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.10...@next-core/cook@1.6.11) (2022-02-14)
277
-
278
- **Note:** Version bump only for package @next-core/cook
279
-
280
- ## [1.6.10](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.9...@next-core/cook@1.6.10) (2022-01-28)
281
-
282
- **Note:** Version bump only for package @next-core/cook
283
-
284
- ## [1.6.9](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.8...@next-core/cook@1.6.9) (2022-01-13)
285
-
286
- ### Bug Fixes
287
-
288
- - perform iterator close in for-of-loop ([bd44f3f](https://github.com/easyops-cn/next-core/commit/bd44f3f2e3d3996b48b6af50cb97528aae631047))
289
-
290
- ## [1.6.8](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.7...@next-core/cook@1.6.8) (2022-01-07)
291
-
292
- **Note:** Version bump only for package @next-core/cook
293
-
294
- ## [1.6.7](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.6...@next-core/cook@1.6.7) (2022-01-05)
295
-
296
- **Note:** Version bump only for package @next-core/cook
297
-
298
- ## [1.6.6](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.5...@next-core/cook@1.6.6) (2021-12-30)
299
-
300
- **Note:** Version bump only for package @next-core/cook
301
-
302
- ## [1.6.5](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.4...@next-core/cook@1.6.5) (2021-12-29)
303
-
304
- **Note:** Version bump only for package @next-core/cook
305
-
306
- ## [1.6.4](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.3...@next-core/cook@1.6.4) (2021-12-24)
307
-
308
- **Note:** Version bump only for package @next-core/cook
309
-
310
- ## [1.6.3](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.2...@next-core/cook@1.6.3) (2021-12-23)
311
-
312
- **Note:** Version bump only for package @next-core/cook
313
-
314
- ## [1.6.2](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.1...@next-core/cook@1.6.2) (2021-12-17)
315
-
316
- **Note:** Version bump only for package @next-core/cook
317
-
318
- ## [1.6.1](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.0...@next-core/cook@1.6.1) (2021-12-03)
319
-
320
- **Note:** Version bump only for package @next-core/cook
321
-
322
- # [1.6.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.5.0...@next-core/cook@1.6.0) (2021-11-29)
323
-
324
- ### Features
325
-
326
- - support visit node with parent ([80f1ada](https://github.com/easyops-cn/next-core/commit/80f1ada97e1b720f787753fab4eedf618c08f36b))
327
-
328
- # [1.5.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.4.0...@next-core/cook@1.5.0) (2021-11-26)
329
-
330
- ### Features
331
-
332
- - support hooks for before visit global or unknown nodes ([50d770c](https://github.com/easyops-cn/next-core/commit/50d770c45a8194c12c3764f53d75a1a9519b790e))
333
-
334
- # [1.4.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.9...@next-core/cook@1.4.0) (2021-11-25)
335
-
336
- ### Features
337
-
338
- - support parseForAnalysis ([681de0a](https://github.com/easyops-cn/next-core/commit/681de0aef914b4e30d428180cad54cc0f9882b59))
339
-
340
- ## [1.3.9](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.8...@next-core/cook@1.3.9) (2021-11-23)
341
-
342
- **Note:** Version bump only for package @next-core/cook
343
-
344
- ## [1.3.8](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.7...@next-core/cook@1.3.8) (2021-11-18)
345
-
346
- **Note:** Version bump only for package @next-core/cook
347
-
348
- ## [1.3.7](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.6...@next-core/cook@1.3.7) (2021-11-11)
349
-
350
- **Note:** Version bump only for package @next-core/cook
351
-
352
- ## [1.3.6](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.5...@next-core/cook@1.3.6) (2021-11-02)
353
-
354
- **Note:** Version bump only for package @next-core/cook
355
-
356
- ## [1.3.5](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.4...@next-core/cook@1.3.5) (2021-11-01)
357
-
358
- **Note:** Version bump only for package @next-core/cook
359
-
360
- ## [1.3.4](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.3...@next-core/cook@1.3.4) (2021-10-28)
361
-
362
- **Note:** Version bump only for package @next-core/cook
363
-
364
- ## [1.3.3](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.2...@next-core/cook@1.3.3) (2021-10-28)
365
-
366
- **Note:** Version bump only for package @next-core/cook
367
-
368
- ## [1.3.2](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.1...@next-core/cook@1.3.2) (2021-10-21)
369
-
370
- **Note:** Version bump only for package @next-core/cook
371
-
372
- ## [1.3.1](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.0...@next-core/cook@1.3.1) (2021-10-20)
373
-
374
- **Note:** Version bump only for package @next-core/cook
375
-
376
- # [1.3.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.2.3...@next-core/cook@1.3.0) (2021-10-20)
377
-
378
- ### Features
379
-
380
- - support widget functions ([a5a5cff](https://github.com/easyops-cn/next-core/commit/a5a5cff7b183b971e434506e531d0fddbbf5e597))
381
-
382
- ## [1.2.3](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.2.2...@next-core/cook@1.2.3) (2021-10-13)
383
-
384
- **Note:** Version bump only for package @next-core/cook
385
-
386
- ## [1.2.2](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.2.1...@next-core/cook@1.2.2) (2021-10-12)
387
-
388
- **Note:** Version bump only for package @next-core/cook
389
-
390
- ## [1.2.1](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.2.0...@next-core/cook@1.2.1) (2021-09-30)
391
-
392
- ### Bug Fixes
393
-
394
- - **cook-hooks:** use beforeCall for functions ([78073ab](https://github.com/easyops-cn/next-core/commit/78073abb4025c2d3f428a1b42447a07b7fc222a3))
395
-
396
- # [1.2.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.1.0...@next-core/cook@1.2.0) (2021-09-30)
397
-
398
- ### Features
399
-
400
- - **function:** support to collect coverage ([93835f0](https://github.com/easyops-cn/next-core/commit/93835f0f202b6fb18c915045b5c2e0cf8e5e1f25))
401
-
402
- # [1.1.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.0.3...@next-core/cook@1.1.0) (2021-09-27)
403
-
404
- ### Features
405
-
406
- - expose StoryboardFunctionRegistryFactory ([c7079e8](https://github.com/easyops-cn/next-core/commit/c7079e838a37350264ca3bf210527e1b09a542f7))
407
-
408
- ## [1.0.3](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.0.2...@next-core/cook@1.0.3) (2021-09-23)
409
-
410
- ### Bug Fixes
411
-
412
- - **lint:** fix false negative of var declarations ([930efc0](https://github.com/easyops-cn/next-core/commit/930efc0305853f1e8c72814886d174f70e015a71))
413
-
414
- ## [1.0.2](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.0.1...@next-core/cook@1.0.2) (2021-09-22)
415
-
416
- ### Bug Fixes
417
-
418
- - **lint:** fix literals other than regex ([df8036c](https://github.com/easyops-cn/next-core/commit/df8036c1a2b29befcd4fec0df55463618cbf65cf))
419
-
420
- ## 1.0.1 (2021-09-22)
421
-
422
- **Note:** Version bump only for package @next-core/cook