@localnerve/sass-asset-functions 7.5.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Sass Asset Functions Change Log
2
2
 
3
- #7.5.2
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.5.2",
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,14 +54,14 @@
54
54
  "image-size": "^2.0.2",
55
55
  "immutable": "^5.1.4",
56
56
  "mime-types": "^3.0.2",
57
- "sass": "^1.94.2"
57
+ "sass": "^1.95.1"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/cli": "^7.28.3",
61
61
  "@babel/preset-env": "^7.28.5",
62
62
  "@eslint/js": "^9.39.1",
63
63
  "eslint": "^9.39.1",
64
- "eslint-plugin-jest": "^29.2.0",
64
+ "eslint-plugin-jest": "^29.2.1",
65
65
  "glob": "^13.0.0",
66
66
  "globals": "^16.5.0",
67
67
  "jest": "^30.2.0",