@parcel/transformer-sass 2.0.0 → 2.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/transformer-sass",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,12 +17,12 @@
17
17
  "source": "src/SassTransformer.js",
18
18
  "engines": {
19
19
  "node": ">= 12.0.0",
20
- "parcel": "^2.0.0"
20
+ "parcel": "^2.2.0"
21
21
  },
22
22
  "dependencies": {
23
- "@parcel/plugin": "^2.0.0",
23
+ "@parcel/plugin": "^2.2.0",
24
24
  "@parcel/source-map": "^2.0.0",
25
25
  "sass": "^1.38.0"
26
26
  },
27
- "gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
27
+ "gitHead": "4745cd3023f8d5a5adcf9e565d5b82d1418dc262"
28
28
  }
@@ -174,7 +174,7 @@ function resolvePathImporter({asset, resolve, includePaths, options}) {
174
174
  }
175
175
  }
176
176
 
177
- return function(rawUrl, prev, done) {
177
+ return function (rawUrl, prev, done) {
178
178
  const url = rawUrl.replace(/^file:\/\//, '');
179
179
  resolvePath(url, prev)
180
180
  .then(resolved => {