balm-core 3.28.0 → 3.30.0

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/README.md +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -86,15 +86,15 @@ npm init -y
86
86
  ### 1. Installing `balm`
87
87
 
88
88
  ```sh
89
- yarn global add balm-core
90
- yarn add -D balm
89
+ yarn global add balm-core@legacy
90
+ yarn add -D balm@legacy
91
91
  ```
92
92
 
93
93
  OR
94
94
 
95
95
  ```sh
96
- npm install -g balm-core
97
- npm install -D balm
96
+ npm install -g balm-core@legacy
97
+ npm install -D balm@legacy
98
98
  ```
99
99
 
100
100
  > We currently recommend using [Yarn](https://yarnpkg.com/en/docs/install) instead of npm.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balm-core",
3
- "version": "3.28.0",
3
+ "version": "3.30.0",
4
4
  "description": "BalmJS compiler core",
5
5
  "keywords": [
6
6
  "balm",
@@ -89,7 +89,7 @@
89
89
  "ssh2": "0.8.9",
90
90
  "strip-ansi": "6",
91
91
  "style-loader": "2",
92
- "terser": "^5.16.1",
92
+ "terser": "^5.16.2",
93
93
  "terser-webpack-plugin": "4",
94
94
  "through2": "^4.0.2",
95
95
  "through2-concurrent": "^2.0.0",
@@ -117,5 +117,5 @@
117
117
  "engines": {
118
118
  "node": ">=10.13.0"
119
119
  },
120
- "gitHead": "831e834ecb56128a343643c0f57356d93b1c832a"
120
+ "gitHead": "0c04c5c4bfca62e2558097b9694603164727ce88"
121
121
  }