@localnerve/sass-asset-functions 7.6.0 → 7.6.1
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/CHANGELOG.md +8 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Sass Asset Functions Change Log
|
|
2
2
|
|
|
3
|
-
#7.
|
|
3
|
+
# 7.6.1
|
|
4
|
+
* sass 1.95.1
|
|
5
|
+
|
|
6
|
+
# 7.6.0
|
|
7
|
+
* sass 1.95.0
|
|
8
|
+
|
|
9
|
+
# 7.5.2
|
|
4
10
|
* sass 1.94.2
|
|
5
11
|
* mime-types 3.0.2
|
|
6
12
|
|
|
@@ -293,4 +299,4 @@ const assetFunctions = require('@localnerve/sass-asset-functions').default;
|
|
|
293
299
|
|
|
294
300
|
## 1.0.0
|
|
295
301
|
* Dependency Update
|
|
296
|
-
* Dropped support for Node 10.
|
|
302
|
+
* Dropped support for Node 10.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@localnerve/sass-asset-functions",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.1",
|
|
4
4
|
"description": "compass-style asset functions for dart-sass or other sass compilers",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"image-size": "^2.0.2",
|
|
55
55
|
"immutable": "^5.1.4",
|
|
56
56
|
"mime-types": "^3.0.2",
|
|
57
|
-
"sass": "^1.95.
|
|
57
|
+
"sass": "^1.95.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@babel/cli": "^7.28.3",
|