@next-core/cook 1.6.1 → 1.6.2

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 +8 -27
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.1](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.0...@next-core/cook@1.6.1) (2021-12-03)
6
+ ## [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)
7
7
 
8
8
  **Note:** Version bump only for package @next-core/cook
9
9
 
@@ -11,55 +11,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [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)
15
-
16
-
17
- ### Features
18
-
19
- * support visit node with parent ([80f1ada](https://github.com/easyops-cn/next-core/commit/80f1ada97e1b720f787753fab4eedf618c08f36b))
14
+ ## [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)
20
15
 
16
+ **Note:** Version bump only for package @next-core/cook
21
17
 
18
+ # [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)
22
19
 
20
+ ### Features
23
21
 
22
+ - support visit node with parent ([80f1ada](https://github.com/easyops-cn/next-core/commit/80f1ada97e1b720f787753fab4eedf618c08f36b))
24
23
 
25
24
  # [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)
26
25
 
27
-
28
26
  ### Features
29
27
 
30
- * support hooks for before visit global or unknown nodes ([50d770c](https://github.com/easyops-cn/next-core/commit/50d770c45a8194c12c3764f53d75a1a9519b790e))
31
-
32
-
33
-
34
-
28
+ - support hooks for before visit global or unknown nodes ([50d770c](https://github.com/easyops-cn/next-core/commit/50d770c45a8194c12c3764f53d75a1a9519b790e))
35
29
 
36
30
  # [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)
37
31
 
38
-
39
32
  ### Features
40
33
 
41
- * support parseForAnalysis ([681de0a](https://github.com/easyops-cn/next-core/commit/681de0aef914b4e30d428180cad54cc0f9882b59))
42
-
43
-
44
-
45
-
34
+ - support parseForAnalysis ([681de0a](https://github.com/easyops-cn/next-core/commit/681de0aef914b4e30d428180cad54cc0f9882b59))
46
35
 
47
36
  ## [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)
48
37
 
49
38
  **Note:** Version bump only for package @next-core/cook
50
39
 
51
-
52
-
53
-
54
-
55
40
  ## [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)
56
41
 
57
42
  **Note:** Version bump only for package @next-core/cook
58
43
 
59
-
60
-
61
-
62
-
63
44
  ## [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)
64
45
 
65
46
  **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.1",
3
+ "version": "1.6.2",
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.4",
33
- "@next-core/brick-types": "^2.51.0"
32
+ "@babel/parser": "^7.16.6",
33
+ "@next-core/brick-types": "^2.51.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@next-core/supply": "^1.0.14",
36
+ "@next-core/supply": "^1.0.15",
37
37
  "lodash": "^4.17.21"
38
38
  },
39
- "gitHead": "aed8ff539dd605ad618e60dbbf32b6c75a77fdb9"
39
+ "gitHead": "7cda848a0251c7b3aa54b37f73c9608454364fed"
40
40
  }