@localnerve/sass-asset-functions 6.5.1 → 6.5.2

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,8 @@
1
1
  # Sass Asset Functions Change Log
2
2
 
3
+ ## 6.5.2
4
+ * license date update
5
+
3
6
  ## 6.5.1
4
7
  * sass 1.83.1
5
8
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023-2024, LocalNerve
3
+ Copyright (c) 2023-2025, 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
@@ -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-2024 Alex Grant (@localnerve), LocalNerve LLC
18
+ * Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
19
19
  * Licensed under the MIT license.
20
20
  */
21
21
 
@@ -7,7 +7,7 @@ exports.default = legacyAPI;
7
7
  /**
8
8
  * Custom Functions for sass Legacy JS API.
9
9
  *
10
- * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
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-2024 Alex Grant (@localnerve), LocalNerve LLC
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-2024 Alex Grant (@localnerve), LocalNerve LLC
10
+ * Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
11
11
  * Licensed under the MIT license.
12
12
  */
13
13
 
@@ -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-2024 Alex Grant (@localnerve), LocalNerve LLC
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
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Sass asset function suite.
3
3
  *
4
- * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
4
+ * Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
5
5
  * Licensed under the MIT license.
6
6
  */
7
7
  import * as defaultSass from 'sass';
package/lib/legacyAPI.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Custom Functions for sass Legacy JS API.
3
3
  *
4
- * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
4
+ * Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
5
5
  * Licensed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Custom Functions for asynchronous, sass modern JS API (compileAsync).
3
3
  *
4
- * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
4
+ * Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
5
5
  * Licensed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Custom Functions for synchronous, sass modern JS API (compile).
3
3
  *
4
- * Copyright (c) 2023-2024 Alex Grant (@localnerve), LocalNerve LLC
4
+ * Copyright (c) 2023-2025 Alex Grant (@localnerve), LocalNerve LLC
5
5
  * Licensed under the MIT license.
6
6
  */
7
7
 
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-2024 Alex Grant (@localnerve), LocalNerve LLC
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.1",
3
+ "version": "6.5.2",
4
4
  "description": "compass-style asset functions for dart-sass or other sass compilers",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -60,7 +60,7 @@
60
60
  "@eslint/js": "^9.17.0",
61
61
  "eslint": "^9.17.0",
62
62
  "eslint-plugin-jest": "^28.10.0",
63
- "glob": "^11.0.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",