balm-core 3.24.0 → 3.26.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.
- package/lib/balm.js +2 -4
- package/lib/utilities/loading.js +1 -1
- package/package.json +10 -10
- package/tslib/balm.js +2 -4
- package/tslib/utilities/loading.js +1 -1
package/lib/balm.js
CHANGED
|
@@ -44,11 +44,9 @@ var Balm = /*#__PURE__*/function () {
|
|
|
44
44
|
|
|
45
45
|
BalmJS.loading = false;
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
_loading["default"].succeed();
|
|
47
|
+
_loading["default"].succeed();
|
|
49
48
|
|
|
50
|
-
|
|
51
|
-
}
|
|
49
|
+
(0, _classPrivateFieldSet2["default"])(this, _config, BalmJS.config);
|
|
52
50
|
}
|
|
53
51
|
|
|
54
52
|
(0, _createClass2["default"])(Balm, [{
|
package/lib/utilities/loading.js
CHANGED
|
@@ -80,7 +80,7 @@ var BalmLoading = /*#__PURE__*/function () {
|
|
|
80
80
|
key: "succeed",
|
|
81
81
|
value: function succeed() {
|
|
82
82
|
this.clear();
|
|
83
|
-
console.log("BalmJS version: ".concat(_version["default"]));
|
|
83
|
+
console.log("BalmJS core version: ".concat(_version["default"]));
|
|
84
84
|
}
|
|
85
85
|
}]);
|
|
86
86
|
return BalmLoading;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balm-core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.26.0",
|
|
4
4
|
"description": "BalmJS compiler core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"balm",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"ansi-colors": "^4.1.3",
|
|
44
|
-
"async": "^3.2.
|
|
44
|
+
"async": "^3.2.4",
|
|
45
45
|
"autoprefixer": "9",
|
|
46
46
|
"babel-loader": "^8.2.5",
|
|
47
47
|
"browser-sync": "^2.27.10",
|
|
48
|
-
"connect-history-api-fallback": "^
|
|
48
|
+
"connect-history-api-fallback": "^2.0.0",
|
|
49
49
|
"css-loader": "5",
|
|
50
50
|
"cssnano": "4",
|
|
51
|
-
"del": "^6.1.
|
|
51
|
+
"del": "^6.1.1",
|
|
52
52
|
"esbuild": "^0.14",
|
|
53
53
|
"fancy-log": "^2.0.0",
|
|
54
54
|
"file-loader": "^6.2.0",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"gulp-size": "3",
|
|
61
61
|
"gulp-useref": "^5.0.0",
|
|
62
62
|
"gulp-zip": "^5.1.0",
|
|
63
|
-
"gulp.spritesmith": "^6.
|
|
63
|
+
"gulp.spritesmith": "^6.13.0",
|
|
64
64
|
"html-loader": "1",
|
|
65
65
|
"html-minifier": "^4.0.0",
|
|
66
66
|
"html-webpack-plugin": "4",
|
|
67
67
|
"http-proxy-middleware": "1",
|
|
68
68
|
"imagemin": "7",
|
|
69
69
|
"istextorbinary": "^6.0.0",
|
|
70
|
-
"less": "^4.1.
|
|
70
|
+
"less": "^4.1.3",
|
|
71
71
|
"mini-css-extract-plugin": "1",
|
|
72
72
|
"modernizr": "^3.12.0",
|
|
73
73
|
"optimize-css-assets-webpack-plugin": "5",
|
|
74
74
|
"parents": "^1.0.1",
|
|
75
|
-
"plugin-error": "^
|
|
75
|
+
"plugin-error": "^2.0.0",
|
|
76
76
|
"postcss": "7",
|
|
77
77
|
"postcss-import": "12",
|
|
78
78
|
"postcss-load-config": "2",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"postcss-preset-env": "6",
|
|
81
81
|
"postcss-safe-parser": "4",
|
|
82
82
|
"pretty-bytes": "5",
|
|
83
|
-
"readable-stream": "
|
|
83
|
+
"readable-stream": "3",
|
|
84
84
|
"replace-ext": "^2.0.0",
|
|
85
85
|
"require-dir": "^1.2.0",
|
|
86
86
|
"rollup": "^2.68.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"ssh2": "0.8.9",
|
|
90
90
|
"strip-ansi": "6",
|
|
91
91
|
"style-loader": "2",
|
|
92
|
-
"terser": "^5.
|
|
92
|
+
"terser": "^5.14.1",
|
|
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": "
|
|
120
|
+
"gitHead": "7d8da6c112529513101ce9c357b183334c485c44"
|
|
121
121
|
}
|
package/tslib/balm.js
CHANGED
|
@@ -12,10 +12,8 @@ class Balm {
|
|
|
12
12
|
constructor() {
|
|
13
13
|
_Balm_config.set(this, void 0);
|
|
14
14
|
BalmJS.loading = false;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
tslib_1.__classPrivateFieldSet(this, _Balm_config, BalmJS.config, "f");
|
|
18
|
-
}
|
|
15
|
+
loading_1.default.succeed();
|
|
16
|
+
tslib_1.__classPrivateFieldSet(this, _Balm_config, BalmJS.config, "f");
|
|
19
17
|
}
|
|
20
18
|
get config() {
|
|
21
19
|
return tslib_1.__classPrivateFieldGet(this, _Balm_config, "f");
|
|
@@ -27,7 +27,7 @@ class BalmLoading {
|
|
|
27
27
|
}
|
|
28
28
|
succeed() {
|
|
29
29
|
this.clear();
|
|
30
|
-
console.log(`BalmJS version: ${version_1.default}`);
|
|
30
|
+
console.log(`BalmJS core version: ${version_1.default}`);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
_BalmLoading_stream = new WeakMap(), _BalmLoading_frameIndex = new WeakMap(), _BalmLoading_frameCount = new WeakMap();
|