@localnerve/sass-asset-functions 4.7.1 → 4.8.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Sass Asset Functions Change Log
2
2
 
3
+ ## 4.8.0
4
+ * sass 1.70.0
5
+ * Development dependency update
6
+
7
+ ## 4.7.2
8
+ * sass 1.69.7
9
+ * image-size 1.1.1
10
+ * Development dependency updates
11
+ * copyright date update
12
+
3
13
  ## 4.7.1
4
14
  * sass 1.69.6
5
15
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023, LocalNerve
3
+ Copyright (c) 2023-2024, LocalNerve
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/cjs/index.cjs CHANGED
@@ -12,7 +12,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
12
12
  /**
13
13
  * Sass asset function suite.
14
14
  *
15
- * Copyright (c) 2023 Alex Grant (@localnerve), LocalNerve LLC
15
+ * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
16
16
  * Licensed under the MIT license.
17
17
  */
18
18
 
@@ -15,7 +15,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
15
15
  /**
16
16
  * Internal processor for the asset function suite.
17
17
  *
18
- * Copyright (c) 2023 Alex Grant (@localnerve), LocalNerve LLC
18
+ * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
19
19
  * Licensed under the MIT license.
20
20
  */
21
21
 
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Sass asset function suite.
3
3
  *
4
- * Copyright (c) 2023 Alex Grant (@localnerve), LocalNerve LLC
4
+ * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
5
5
  * Licensed under the MIT license.
6
6
  */
7
7
  import * as defaultSass from 'sass';
package/lib/processor.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Internal processor for the asset function suite.
3
3
  *
4
- * Copyright (c) 2023 Alex Grant (@localnerve), LocalNerve LLC
4
+ * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
5
5
  * Licensed under the MIT license.
6
6
  */
7
7
  import * as fs from 'node:fs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localnerve/sass-asset-functions",
3
- "version": "4.7.1",
3
+ "version": "4.8.0",
4
4
  "description": "compass-style asset functions for dart-sass or other sass compilers",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -50,13 +50,13 @@
50
50
  },
51
51
  "homepage": "https://github.com/localnerve/sass-asset-functions",
52
52
  "dependencies": {
53
- "image-size": "^1.1.0",
53
+ "image-size": "^1.1.1",
54
54
  "mime-types": "^2.1.35",
55
- "sass": "^1.69.6"
55
+ "sass": "^1.70.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/cli": "^7.23.4",
59
- "@babel/preset-env": "^7.23.6",
59
+ "@babel/preset-env": "^7.23.8",
60
60
  "rimraf": "^5.0.5",
61
61
  "jest": "^29.7.0",
62
62
  "eslint": "^8.56.0",