@localnerve/sass-asset-functions 7.6.0 → 7.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Sass Asset Functions Change Log
2
2
 
3
- #7.5.2
3
+ # 7.7.0
4
+ * sass 1.96.0
5
+ * oidc npm deploy
6
+
7
+ # 7.6.1
8
+ * sass 1.95.1
9
+
10
+ # 7.6.0
11
+ * sass 1.95.0
12
+
13
+ # 7.5.2
4
14
  * sass 1.94.2
5
15
  * mime-types 3.0.2
6
16
 
@@ -293,4 +303,4 @@ const assetFunctions = require('@localnerve/sass-asset-functions').default;
293
303
 
294
304
  ## 1.0.0
295
305
  * Dependency Update
296
- * Dropped support for Node 10.
306
+ * 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.0",
3
+ "version": "7.7.0",
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.0"
57
+ "sass": "^1.96.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/cli": "^7.28.3",