@localnerve/sass-asset-functions 6.5.1 → 6.5.3
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 +6 -0
- package/LICENSE.md +1 -1
- package/cjs/index.cjs +1 -1
- package/cjs/lib/legacyAPI.cjs +1 -1
- package/cjs/lib/modernAPIAsync.cjs +1 -1
- package/cjs/lib/modernAPISync.cjs +1 -1
- package/cjs/lib/processor.cjs +1 -1
- package/index.js +1 -1
- package/lib/legacyAPI.js +1 -1
- package/lib/modernAPIAsync.js +1 -1
- package/lib/modernAPISync.js +1 -1
- package/lib/processor.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/LICENSE.md
CHANGED
package/cjs/index.cjs
CHANGED
|
@@ -15,7 +15,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
15
15
|
/**
|
|
16
16
|
* Sass asset function suite.
|
|
17
17
|
*
|
|
18
|
-
* Copyright (c) 2023-
|
|
18
|
+
* Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
|
|
19
19
|
* Licensed under the MIT license.
|
|
20
20
|
*/
|
|
21
21
|
|
package/cjs/lib/legacyAPI.cjs
CHANGED
|
@@ -7,7 +7,7 @@ exports.default = legacyAPI;
|
|
|
7
7
|
/**
|
|
8
8
|
* Custom Functions for sass Legacy JS API.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2023-
|
|
10
|
+
* Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
|
|
11
11
|
* Licensed under the MIT license.
|
|
12
12
|
*/
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@ exports.default = modernAPIAsync;
|
|
|
7
7
|
/**
|
|
8
8
|
* Custom Functions for asynchronous, sass modern JS API (compileAsync).
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2023-
|
|
10
|
+
* Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
|
|
11
11
|
* Licensed under the MIT license.
|
|
12
12
|
*/
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@ exports.default = modernAPISync;
|
|
|
7
7
|
/**
|
|
8
8
|
* Custom Functions for synchronous, sass modern JS API (compile).
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2023-
|
|
10
|
+
* Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
|
|
11
11
|
* Licensed under the MIT license.
|
|
12
12
|
*/
|
|
13
13
|
|
package/cjs/lib/processor.cjs
CHANGED
|
@@ -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-
|
|
18
|
+
* Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
|
|
19
19
|
* Licensed under the MIT license.
|
|
20
20
|
*/
|
|
21
21
|
|
package/index.js
CHANGED
package/lib/legacyAPI.js
CHANGED
package/lib/modernAPIAsync.js
CHANGED
package/lib/modernAPISync.js
CHANGED
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-
|
|
4
|
+
* Copyright (c) 2023-2025 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": "6.5.
|
|
3
|
+
"version": "6.5.3",
|
|
4
4
|
"description": "compass-style asset functions for dart-sass or other sass compilers",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"image-size": "^1.2.0",
|
|
54
54
|
"mime-types": "^2.1.35",
|
|
55
|
-
"sass": "^1.83.
|
|
55
|
+
"sass": "^1.83.4"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@babel/cli": "^7.26.4",
|
|
59
59
|
"@babel/preset-env": "^7.26.0",
|
|
60
|
-
"@eslint/js": "^9.
|
|
61
|
-
"eslint": "^9.
|
|
60
|
+
"@eslint/js": "^9.18.0",
|
|
61
|
+
"eslint": "^9.18.0",
|
|
62
62
|
"eslint-plugin-jest": "^28.10.0",
|
|
63
|
-
"glob": "^11.0.
|
|
63
|
+
"glob": "^11.0.1",
|
|
64
64
|
"globals": "^15.14.0",
|
|
65
65
|
"jest": "^29.7.0",
|
|
66
66
|
"node-sass": "^9.0.0",
|