@parcel/transformer-svg-jsx 2.14.5-canary.3449 → 2.15.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.
@@ -103,6 +103,7 @@ Unsupported SVGR option "template".
103
103
  });
104
104
  asset.type = 'jsx';
105
105
  asset.bundleBehavior = null;
106
+ asset.meta.jsxRuntime = 'automatic';
106
107
  asset.setBuffer(jsx);
107
108
  return [asset];
108
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/transformer-svg-jsx",
3
- "version": "2.14.5-canary.3449+530180ad2",
3
+ "version": "2.15.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,13 +17,13 @@
17
17
  "source": "src/SvgJsxTransformer.js",
18
18
  "engines": {
19
19
  "node": ">= 16.0.0",
20
- "parcel": "^2.0.0-canary.1824+530180ad2"
20
+ "parcel": "^2.15.0"
21
21
  },
22
22
  "dependencies": {
23
- "@parcel/diagnostic": "2.0.0-canary.1826+530180ad2",
24
- "@parcel/plugin": "2.0.0-canary.1826+530180ad2",
25
- "@parcel/rust": "2.14.5-canary.3449+530180ad2",
26
- "@parcel/utils": "2.0.0-canary.1826+530180ad2"
23
+ "@parcel/diagnostic": "2.15.0",
24
+ "@parcel/plugin": "2.15.0",
25
+ "@parcel/rust": "2.15.0",
26
+ "@parcel/utils": "2.15.0"
27
27
  },
28
- "gitHead": "530180ad2127958be8bb388fafd2c542a274f799"
28
+ "gitHead": "99ada2e5258f6d4a2c6cdc366c12e4161b0161e6"
29
29
  }
@@ -95,6 +95,7 @@ Unsupported SVGR option "template".
95
95
 
96
96
  asset.type = 'jsx';
97
97
  asset.bundleBehavior = null;
98
+ asset.meta.jsxRuntime = 'automatic';
98
99
  asset.setBuffer(jsx);
99
100
 
100
101
  return [asset];