@m2c2kit/build-helpers 0.3.21 → 0.3.22
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/dist/index.js +3 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5620,6 +5620,9 @@ let SourceMap$1 = class SourceMap {
|
|
|
5620
5620
|
if (typeof properties.x_google_ignoreList !== 'undefined') {
|
|
5621
5621
|
this.x_google_ignoreList = properties.x_google_ignoreList;
|
|
5622
5622
|
}
|
|
5623
|
+
if (typeof properties.debugId !== 'undefined') {
|
|
5624
|
+
this.debugId = properties.debugId;
|
|
5625
|
+
}
|
|
5623
5626
|
}
|
|
5624
5627
|
|
|
5625
5628
|
toString() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m2c2kit/build-helpers",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.22",
|
|
4
4
|
"description": "Utility functions for building m2c2kit apps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"@types/semver": "7.5.8",
|
|
23
23
|
"cpy": "10.1.0",
|
|
24
24
|
"findup-sync": "5.0.0",
|
|
25
|
-
"magic-string": "0.30.
|
|
25
|
+
"magic-string": "0.30.13",
|
|
26
26
|
"rimraf": "6.0.1",
|
|
27
|
-
"rollup": "4.
|
|
27
|
+
"rollup": "4.27.3",
|
|
28
28
|
"rollup-plugin-copy": "3.5.0",
|
|
29
29
|
"rollup-plugin-dts": "6.1.1",
|
|
30
30
|
"rollup-plugin-esbuild": "6.1.1",
|