@atlaspack/transformer-less 2.15.24-dev-82931d988.0 → 2.15.24-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.
@@ -33,7 +33,7 @@ function _less() {
33
33
  return data;
34
34
  }
35
35
  var _loadConfig = require("./loadConfig");
36
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
36
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
37
37
  // @ts-expect-error TS7016
38
38
 
39
39
  // E.g: ~library/file.less
package/lib/loadConfig.js CHANGED
@@ -11,7 +11,7 @@ function _path() {
11
11
  };
12
12
  return data;
13
13
  }
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  async function load({
16
16
  config
17
17
  }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-less",
3
- "version": "2.15.24-dev-82931d988.0",
3
+ "version": "2.15.24-dev-9ef951846.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,14 +16,14 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/plugin": "2.14.63-dev-82931d988.0",
20
- "@atlaspack/source-map": "3.3.7-dev-82931d988.0",
21
- "@atlaspack/types-internal": "2.25.5-dev-82931d988.0",
19
+ "@atlaspack/plugin": "2.14.63-dev-9ef951846.0",
20
+ "@atlaspack/source-map": "3.3.7-dev-9ef951846.0",
21
+ "@atlaspack/types-internal": "2.25.5-dev-9ef951846.0",
22
22
  "less": "^4.1.1"
23
23
  },
24
24
  "type": "commonjs",
25
25
  "scripts": {
26
26
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
27
27
  },
28
- "gitHead": "82931d98834d91f5f95d746b55da1134b91347fb"
28
+ "gitHead": "9ef951846054ca4eacd2d24047ae09e451f72824"
29
29
  }