@atlaspack/transformer-posthtml 2.14.63-dev-82931d988.0 → 2.14.63-dev-8c7962f2f.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.
@@ -54,7 +54,7 @@ function _semver() {
54
54
  return data;
55
55
  }
56
56
  var _loadPlugins = _interopRequireDefault(require("./loadPlugins"));
57
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
57
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
58
58
  var _default = exports.default = new (_plugin().Transformer)({
59
59
  async loadConfig({
60
60
  config,
@@ -162,7 +162,6 @@ var _default = exports.default = new (_plugin().Transformer)({
162
162
  version: '0.4.1',
163
163
  program: JSON.parse(JSON.stringify(res.tree)) // posthtml adds functions to the AST that are not serializable
164
164
  });
165
-
166
165
  return [asset];
167
166
  },
168
167
  generate({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-posthtml",
3
- "version": "2.14.63-dev-82931d988.0",
3
+ "version": "2.14.63-dev-8c7962f2f.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,8 +16,8 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/plugin": "2.14.63-dev-82931d988.0",
20
- "@atlaspack/utils": "3.4.5-dev-82931d988.0",
19
+ "@atlaspack/plugin": "2.14.63-dev-8c7962f2f.0",
20
+ "@atlaspack/utils": "3.4.5-dev-8c7962f2f.0",
21
21
  "nullthrows": "^1.1.1",
22
22
  "posthtml": "^0.16.5",
23
23
  "posthtml-parser": "^0.10.1",
@@ -28,5 +28,5 @@
28
28
  "scripts": {
29
29
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
30
30
  },
31
- "gitHead": "82931d98834d91f5f95d746b55da1134b91347fb"
31
+ "gitHead": "8c7962f2f78d9837f89e20dd20a11938152b9d20"
32
32
  }