@alextheman/utility 4.12.0 → 4.12.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/dist/index.cjs CHANGED
@@ -1361,7 +1361,7 @@ var getInterpolations_default = getInterpolations;
1361
1361
  * You can pass a template string directly by doing:
1362
1362
  *
1363
1363
  * ```
1364
- * interpolate`Template string here`.
1364
+ * interpolate`Template string here`;
1365
1365
  * ```
1366
1366
  *
1367
1367
  * In this case, it will be functionally the same as if you just wrote the template string by itself.
package/dist/index.d.cts CHANGED
@@ -990,7 +990,7 @@ declare function getInterpolations(strings: TemplateStringsArray, ...interpolati
990
990
  * You can pass a template string directly by doing:
991
991
  *
992
992
  * ```
993
- * interpolate`Template string here`.
993
+ * interpolate`Template string here`;
994
994
  * ```
995
995
  *
996
996
  * In this case, it will be functionally the same as if you just wrote the template string by itself.
package/dist/index.d.ts CHANGED
@@ -990,7 +990,7 @@ declare function getInterpolations(strings: TemplateStringsArray, ...interpolati
990
990
  * You can pass a template string directly by doing:
991
991
  *
992
992
  * ```
993
- * interpolate`Template string here`.
993
+ * interpolate`Template string here`;
994
994
  * ```
995
995
  *
996
996
  * In this case, it will be functionally the same as if you just wrote the template string by itself.
package/dist/index.js CHANGED
@@ -1331,7 +1331,7 @@ var getInterpolations_default = getInterpolations;
1331
1331
  * You can pass a template string directly by doing:
1332
1332
  *
1333
1333
  * ```
1334
- * interpolate`Template string here`.
1334
+ * interpolate`Template string here`;
1335
1335
  * ```
1336
1336
  *
1337
1337
  * In this case, it will be functionally the same as if you just wrote the template string by itself.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/utility",
3
- "version": "4.12.0",
3
+ "version": "4.12.2",
4
4
  "description": "Helpful utility functions.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "@alextheman/eslint-plugin": "^5.5.0",
25
25
  "@types/node": "^25.1.0",
26
26
  "@typescript-eslint/types": "^8.54.0",
27
- "alex-c-line": "^1.21.2",
27
+ "alex-c-line": "^1.22.1",
28
28
  "dotenv-cli": "^11.0.0",
29
29
  "eslint": "^9.39.2",
30
30
  "globals": "^17.2.0",