@parcel/transformer-coffeescript 2.12.0 → 2.13.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.
@@ -32,7 +32,7 @@ function _utils() {
32
32
  };
33
33
  return data;
34
34
  }
35
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
35
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
36
36
  var _default = exports.default = new (_plugin().Transformer)({
37
37
  async transform({
38
38
  asset,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/transformer-coffeescript",
3
- "version": "2.12.0",
3
+ "version": "2.13.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,16 +16,16 @@
16
16
  "main": "lib/CoffeeScriptTransformer.js",
17
17
  "source": "src/CoffeeScriptTransformer.js",
18
18
  "engines": {
19
- "node": ">= 12.0.0",
20
- "parcel": "^2.12.0"
19
+ "node": ">= 16.0.0",
20
+ "parcel": "^2.13.0"
21
21
  },
22
22
  "dependencies": {
23
- "@parcel/plugin": "2.12.0",
23
+ "@parcel/plugin": "2.13.0",
24
24
  "@parcel/source-map": "^2.1.1",
25
- "@parcel/utils": "2.12.0",
25
+ "@parcel/utils": "2.13.0",
26
26
  "coffeescript": "^2.0.3",
27
27
  "nullthrows": "^1.1.1",
28
28
  "semver": "^7.5.2"
29
29
  },
30
- "gitHead": "2059029ee91e5f03a273b0954d3e629d7375f986"
30
+ "gitHead": "a53f8f3ba1025c7ea8653e9719e0a61ef9717079"
31
31
  }