@atlaspack/transformer-html 2.15.40-dev-82931d988.0 → 2.15.40-dev-9ef951846.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/HTMLTransformer.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/inline.js +1 -1
- package/package.json +7 -7
package/lib/HTMLTransformer.js
CHANGED
|
@@ -57,7 +57,7 @@ function _diagnostic() {
|
|
|
57
57
|
};
|
|
58
58
|
return data;
|
|
59
59
|
}
|
|
60
|
-
function _interopRequireDefault(
|
|
60
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
61
61
|
// @ts-expect-error TS2305
|
|
62
62
|
|
|
63
63
|
function parseHTML(code, xmlMode) {
|
package/lib/dependencies.js
CHANGED
|
@@ -18,7 +18,7 @@ function _srcset() {
|
|
|
18
18
|
};
|
|
19
19
|
return data;
|
|
20
20
|
}
|
|
21
|
-
function _interopRequireDefault(
|
|
21
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
22
22
|
// @ts-expect-error TS2724
|
|
23
23
|
|
|
24
24
|
// A list of all attributes that may produce a dependency
|
package/lib/inline.js
CHANGED
|
@@ -18,7 +18,7 @@ function _posthtml() {
|
|
|
18
18
|
};
|
|
19
19
|
return data;
|
|
20
20
|
}
|
|
21
|
-
function _interopRequireDefault(
|
|
21
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
22
22
|
// @ts-expect-error TS2724
|
|
23
23
|
|
|
24
24
|
const SCRIPT_TYPES = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/transformer-html",
|
|
3
|
-
"version": "2.15.40-dev-
|
|
3
|
+
"version": "2.15.40-dev-9ef951846.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"node": ">= 16.0.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@atlaspack/diagnostic": "2.14.5-dev-
|
|
24
|
-
"@atlaspack/feature-flags": "2.31.3-dev-
|
|
25
|
-
"@atlaspack/plugin": "2.14.63-dev-
|
|
26
|
-
"@atlaspack/rust": "3.29.2-dev-
|
|
23
|
+
"@atlaspack/diagnostic": "2.14.5-dev-9ef951846.0",
|
|
24
|
+
"@atlaspack/feature-flags": "2.31.3-dev-9ef951846.0",
|
|
25
|
+
"@atlaspack/plugin": "2.14.63-dev-9ef951846.0",
|
|
26
|
+
"@atlaspack/rust": "3.29.2-dev-9ef951846.0",
|
|
27
27
|
"nullthrows": "^1.1.1",
|
|
28
28
|
"posthtml": "^0.16.5",
|
|
29
29
|
"posthtml-parser": "^0.10.1",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"srcset": "4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@atlaspack/core": "2.38.5-dev-
|
|
35
|
+
"@atlaspack/core": "2.38.5-dev-9ef951846.0"
|
|
36
36
|
},
|
|
37
37
|
"type": "commonjs",
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "9ef951846054ca4eacd2d24047ae09e451f72824"
|
|
39
39
|
}
|