@stacksjs/router 0.37.9 → 0.38.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -8
package/README.md CHANGED
@@ -36,7 +36,7 @@ pnpm test
36
36
 
37
37
  ## 📈 Changelog
38
38
 
39
- Please see our [releases](https://github.com/stacksjs/stacksjs/releases) page for more information on what has changed recently.
39
+ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
40
40
 
41
41
  ## 💪🏼 Contributing
42
42
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.37.9",
5
- "packageManager": "pnpm@7.14.0",
4
+ "version": "0.38.4",
5
+ "packageManager": "pnpm@7.15.0",
6
6
  "description": "The Stacks framework router.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -30,17 +30,19 @@
30
30
  "Chris Breuer <chris@ow3.org>"
31
31
  ],
32
32
  "files": [
33
- "dist"
33
+ "dist",
34
+ "README.md"
34
35
  ],
35
36
  "engines": {
36
- "node": ">=v18.10.0",
37
- "pnpm": ">=7.14.0"
37
+ "node": ">=v18.12.1",
38
+ "pnpm": ">=7.15.0"
38
39
  },
39
- "dependencies": {
40
- "vue-router": "^4.1.5"
40
+ "peerDependencies": {
41
+ "vue-router": "^4.1.6"
41
42
  },
42
43
  "devDependencies": {
43
- "mkdist": "^0.3.13"
44
+ "mkdist": "^0.4.0",
45
+ "typescript": "^4.8.4"
44
46
  },
45
47
  "scripts": {
46
48
  "build": "mkdist -d",