@next-core/cook 1.6.13 → 1.6.16

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 +16 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,15 +3,18 @@
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.13](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.12...@next-core/cook@1.6.13) (2022-02-21)
6
+ ## [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)
7
7
 
8
- **Note:** Version bump only for package @next-core/cook
9
8
 
9
+ ### Bug Fixes
10
+
11
+ * support mocked location in storyboard functions ([260e775](https://github.com/easyops-cn/next-core/commit/260e77567a61c7f3199a174171de2eead4007d06))
10
12
 
11
13
 
12
14
 
13
15
 
14
- ## [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)
16
+
17
+ ## [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)
15
18
 
16
19
  **Note:** Version bump only for package @next-core/cook
17
20
 
@@ -19,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
22
 
20
23
 
21
24
 
22
- ## [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)
25
+ ## [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)
23
26
 
24
27
  **Note:** Version bump only for package @next-core/cook
25
28
 
@@ -27,13 +30,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
30
 
28
31
 
29
32
 
30
- ## [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)
33
+ ## [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)
31
34
 
32
35
  **Note:** Version bump only for package @next-core/cook
33
36
 
37
+ ## [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)
38
+
39
+ **Note:** Version bump only for package @next-core/cook
40
+
41
+ ## [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)
34
42
 
43
+ **Note:** Version bump only for package @next-core/cook
35
44
 
45
+ ## [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)
36
46
 
47
+ **Note:** Version bump only for package @next-core/cook
37
48
 
38
49
  ## [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)
39
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/cook",
3
- "version": "1.6.13",
3
+ "version": "1.6.16",
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.12",
33
- "@next-core/brick-types": "^2.59.0"
32
+ "@babel/parser": "^7.17.3",
33
+ "@next-core/brick-types": "^2.60.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@next-core/supply": "^1.0.25",
36
+ "@next-core/supply": "^1.0.28",
37
37
  "lodash": "^4.17.21"
38
38
  },
39
- "gitHead": "05eb864c4cf662ef3cb7e5b1cf507408662a532b"
39
+ "gitHead": "d9ce780664e82d4b1373f05dcfade785e7c29ad4"
40
40
  }