@next-core/cook 1.6.9 → 1.6.10

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/CHANGELOG.md +6 -31
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,73 +3,48 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [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)
6
+ ## [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)
7
7
 
8
+ **Note:** Version bump only for package @next-core/cook
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * perform iterator close in for-of-loop ([bd44f3f](https://github.com/easyops-cn/next-core/commit/bd44f3f2e3d3996b48b6af50cb97528aae631047))
12
11
 
13
12
 
14
13
 
14
+ ## [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)
15
15
 
16
+ ### Bug Fixes
17
+
18
+ - perform iterator close in for-of-loop ([bd44f3f](https://github.com/easyops-cn/next-core/commit/bd44f3f2e3d3996b48b6af50cb97528aae631047))
16
19
 
17
20
  ## [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)
18
21
 
19
22
  **Note:** Version bump only for package @next-core/cook
20
23
 
21
-
22
-
23
-
24
-
25
24
  ## [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)
26
25
 
27
26
  **Note:** Version bump only for package @next-core/cook
28
27
 
29
-
30
-
31
-
32
-
33
28
  ## [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)
34
29
 
35
30
  **Note:** Version bump only for package @next-core/cook
36
31
 
37
-
38
-
39
-
40
-
41
32
  ## [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)
42
33
 
43
34
  **Note:** Version bump only for package @next-core/cook
44
35
 
45
-
46
-
47
-
48
-
49
36
  ## [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)
50
37
 
51
38
  **Note:** Version bump only for package @next-core/cook
52
39
 
53
-
54
-
55
-
56
-
57
40
  ## [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)
58
41
 
59
42
  **Note:** Version bump only for package @next-core/cook
60
43
 
61
-
62
-
63
-
64
-
65
44
  ## [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)
66
45
 
67
46
  **Note:** Version bump only for package @next-core/cook
68
47
 
69
-
70
-
71
-
72
-
73
48
  ## [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)
74
49
 
75
50
  **Note:** Version bump only for package @next-core/cook
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/cook",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
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.16.6",
33
- "@next-core/brick-types": "^2.56.0"
32
+ "@babel/parser": "^7.16.12",
33
+ "@next-core/brick-types": "^2.56.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@next-core/supply": "^1.0.21",
36
+ "@next-core/supply": "^1.0.22",
37
37
  "lodash": "^4.17.21"
38
38
  },
39
- "gitHead": "f9058cd5a2cfeb95282f268798576b351107d7f4"
39
+ "gitHead": "e4dae8eebce240593620b6f8dbea8f5c852891bb"
40
40
  }