@granite-js/plugin-router 0.1.22 → 0.1.23-next.10

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,75 @@
1
1
  # @granite-js/plugin-router
2
2
 
3
+ ## 0.1.23-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - fix
8
+ - Updated dependencies
9
+ - @granite-js/plugin-core@0.1.23-next.10
10
+
11
+ ## 0.1.23-next.9
12
+
13
+ ### Patch Changes
14
+
15
+ - tollback
16
+ - Updated dependencies
17
+ - @granite-js/plugin-core@0.1.23-next.9
18
+
19
+ ## 0.1.23-next.8
20
+
21
+ ### Patch Changes
22
+
23
+ - router
24
+ - Updated dependencies
25
+ - @granite-js/plugin-core@0.1.23-next.8
26
+
27
+ ## 0.1.23-next.7
28
+
29
+ ### Patch Changes
30
+
31
+ - fix
32
+ - Updated dependencies
33
+ - @granite-js/plugin-core@0.1.23-next.7
34
+
35
+ ## 0.1.23-next.6
36
+
37
+ ### Patch Changes
38
+
39
+ - test
40
+ - Updated dependencies
41
+ - @granite-js/plugin-core@0.1.23-next.6
42
+
43
+ ## 0.1.23-next.5
44
+
45
+ ### Patch Changes
46
+
47
+ - temp
48
+ - Updated dependencies
49
+ - @granite-js/plugin-core@0.1.23-next.5
50
+
51
+ ## 0.1.23-next.4
52
+
53
+ ### Patch Changes
54
+
55
+ - test
56
+ - Updated dependencies
57
+ - @granite-js/plugin-core@0.1.23-next.4
58
+
59
+ ## 0.1.23-next.3
60
+
61
+ ### Patch Changes
62
+
63
+ - test
64
+ - Updated dependencies
65
+ - @granite-js/plugin-core@0.1.23-next.3
66
+
67
+ ## 0.1.23-next.0
68
+
69
+ ### Patch Changes
70
+
71
+ - @granite-js/plugin-core@0.1.23-next.0
72
+
3
73
  ## 0.1.22
4
74
 
5
75
  ### Patch Changes
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
1
  # @granite-js/plugin-router
2
2
 
3
3
  A Route Generator for Granite project
4
-
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@granite-js/plugin-router",
3
3
  "type": "module",
4
- "version": "0.1.22",
4
+ "version": "0.1.23-next.10",
5
5
  "description": "A Route Generator for Granite project",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -36,8 +36,8 @@
36
36
  "vitest": "^2.1.8"
37
37
  },
38
38
  "dependencies": {
39
- "@granite-js/plugin-core": "0.1.22",
40
- "@swc/core": "1.5.24",
39
+ "@granite-js/plugin-core": "0.1.23-next.10",
40
+ "@swc/core": "npm:1.5.24",
41
41
  "chokidar": "4.0.1",
42
42
  "es-toolkit": "^1.39.8"
43
43
  },