@atlaspack/transformer-glsl 2.14.63-dev-82931d988.0 → 2.14.63-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.
@@ -39,7 +39,7 @@ function _glslifyBundle() {
39
39
  };
40
40
  return data;
41
41
  }
42
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
42
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
43
43
  // @ts-expect-error TS7016
44
44
  // @ts-expect-error TS7016
45
45
  var _default = exports.default = new (_plugin().Transformer)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-glsl",
3
- "version": "2.14.63-dev-82931d988.0",
3
+ "version": "2.14.63-dev-9ef951846.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,7 +16,7 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/plugin": "2.14.63-dev-82931d988.0",
19
+ "@atlaspack/plugin": "2.14.63-dev-9ef951846.0",
20
20
  "glslify-bundle": "^5.1.1",
21
21
  "glslify-deps": "^1.3.2"
22
22
  },
@@ -24,5 +24,5 @@
24
24
  "scripts": {
25
25
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
26
26
  },
27
- "gitHead": "82931d98834d91f5f95d746b55da1134b91347fb"
27
+ "gitHead": "9ef951846054ca4eacd2d24047ae09e451f72824"
28
28
  }