@stacksjs/slug 0.56.35 → 0.57.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.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const wipSlug = true;
2
-
3
2
  export { wipSlug };
package/dist/index.mjs CHANGED
@@ -1,3 +1,2 @@
1
1
  const wipSlug = true;
2
-
3
2
  export { wipSlug };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/slug",
3
3
  "type": "module",
4
- "version": "0.56.35",
4
+ "version": "0.57.2",
5
5
  "packageManager": "pnpm@8.6.5",
6
6
  "description": "The Stacks slug functionality.",
7
7
  "author": "Chris Breuer",
@@ -38,13 +38,13 @@
38
38
  "README.md"
39
39
  ],
40
40
  "peerDependencies": {
41
- "@stacksjs/database": "0.56.35",
42
- "@stacksjs/path": "0.56.35",
43
- "@stacksjs/strings": "0.56.35",
44
- "@stacksjs/utils": "0.56.35"
41
+ "@stacksjs/database": "0.57.2",
42
+ "@stacksjs/path": "0.57.2",
43
+ "@stacksjs/strings": "0.57.2",
44
+ "@stacksjs/utils": "0.57.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@stacksjs/development": "0.56.35"
47
+ "@stacksjs/development": "0.57.2"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "unbuild",