@ray-js/babel-preset-standard 0.5.5 → 0.5.6-beta-1
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/CHANGELOG.md +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.5.6-beta-1](./compare/v0.5.4...v0.5.6-beta-1) (2022-09-15)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- 修复编译目标因为 process.env.PLATFORM 导致编译结果出现的问题 ([d6d8167](./commit/d6d81676c951e970e9dfa86621df0bf806d95c88))
|
|
10
|
+
|
|
5
11
|
### [0.5.4-beta-1](./compare/v0.5.1...v0.5.4-beta-1) (2022-09-06)
|
|
6
12
|
|
|
7
13
|
**Note:** Version bump only for package @ray-js/babel-preset-standard
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/babel-preset-standard",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6-beta-1",
|
|
4
4
|
"description": "Ray babel-preset-standard",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ray"
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
|
23
23
|
"@babel/plugin-syntax-jsx": "^7.14.5",
|
|
24
24
|
"@babel/preset-react": "^7.14.5",
|
|
25
|
-
"@ray-js/babel-preset-base": "^0.5.
|
|
25
|
+
"@ray-js/babel-preset-base": "^0.5.6-beta-1",
|
|
26
26
|
"babel-plugin-macros": "^3.1.0",
|
|
27
27
|
"babel-plugin-minify-dead-code-elimination-while-loop-fixed": "^0.3.0",
|
|
28
28
|
"babel-plugin-transform-prune-unused-imports": "^1.0.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@ray-js/types": "^0.5.
|
|
31
|
+
"@ray-js/types": "^0.5.6-beta-1",
|
|
32
32
|
"babel-plugin-tester": "^10.1.0",
|
|
33
33
|
"jest": "^27.2.0",
|
|
34
34
|
"ts-jest": "^27.0.5"
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"email": "tuyafe@tuya.com"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "46f291d3c38bb9fa1af739d01f9513c39e3b6be9",
|
|
43
43
|
"repository": {}
|
|
44
44
|
}
|