@wcstack/router 1.8.6 → 1.9.1
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/README.ja.md +515 -515
- package/README.md +513 -513
- package/dist/auto.js +2 -2
- package/dist/auto.min.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/package.json +75 -75
package/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@wcstack/router",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Declarative SPA routing for Web Components with Navigation API support. Zero dependencies, buildless.",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/index.esm.js",
|
|
7
|
-
"module": "./dist/index.esm.js",
|
|
8
|
-
"types": "./dist/index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"import": "./dist/index.esm.js"
|
|
13
|
-
},
|
|
14
|
-
"./auto": "./dist/auto.min.js"
|
|
15
|
-
},
|
|
16
|
-
"files": [
|
|
17
|
-
"dist"
|
|
18
|
-
],
|
|
19
|
-
"directories": {
|
|
20
|
-
"example": "__e2e__"
|
|
21
|
-
},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"clean": "rimraf dist .tsc-out",
|
|
24
|
-
"build": "rimraf dist .tsc-out && tsc && rollup -c",
|
|
25
|
-
"test": "vitest run",
|
|
26
|
-
"test:watch": "vitest",
|
|
27
|
-
"test:coverage": "vitest run --coverage",
|
|
28
|
-
"lint": "eslint src",
|
|
29
|
-
"version:patch": "npm version patch",
|
|
30
|
-
"version:minor": "npm version minor",
|
|
31
|
-
"version:major": "npm version major",
|
|
32
|
-
"prepublishOnly": "npm run build && npm run test:coverage"
|
|
33
|
-
},
|
|
34
|
-
"keywords": [
|
|
35
|
-
"web-components",
|
|
36
|
-
"router",
|
|
37
|
-
"spa",
|
|
38
|
-
"navigation-api",
|
|
39
|
-
"custom-elements",
|
|
40
|
-
"declarative",
|
|
41
|
-
"buildless",
|
|
42
|
-
"zero-dependencies",
|
|
43
|
-
"route-guard",
|
|
44
|
-
"layout"
|
|
45
|
-
],
|
|
46
|
-
"author": "mogera551",
|
|
47
|
-
"homepage": "https://wcstack.github.io",
|
|
48
|
-
"repository": {
|
|
49
|
-
"type": "git",
|
|
50
|
-
"url": "https://github.com/wcstack/wcstack.git",
|
|
51
|
-
"directory": "packages/router"
|
|
52
|
-
},
|
|
53
|
-
"bugs": {
|
|
54
|
-
"url": "https://github.com/wcstack/wcstack/issues"
|
|
55
|
-
},
|
|
56
|
-
"license": "MIT",
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@eslint/js": "^9.39.1",
|
|
59
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
60
|
-
"@rollup/plugin-typescript": "^11.1.6",
|
|
61
|
-
"@vitest/coverage-v8": "^4.0.15",
|
|
62
|
-
"@vitest/ui": "^4.0.15",
|
|
63
|
-
"eslint": "^9.39.1",
|
|
64
|
-
"globals": "^16.5.0",
|
|
65
|
-
"happy-dom": "^20.0.11",
|
|
66
|
-
"rimraf": "^6.0.1",
|
|
67
|
-
"rollup": "^4.22.4",
|
|
68
|
-
"rollup-plugin-dts": "^6.1.1",
|
|
69
|
-
"rollup-plugin-copy": "^3.5.0",
|
|
70
|
-
"tslib": "^2.8.1",
|
|
71
|
-
"typescript": "^5.9.3",
|
|
72
|
-
"typescript-eslint": "^8.49.0",
|
|
73
|
-
"vitest": "^4.0.15"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@wcstack/router",
|
|
3
|
+
"version": "1.9.1",
|
|
4
|
+
"description": "Declarative SPA routing for Web Components with Navigation API support. Zero dependencies, buildless.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.esm.js",
|
|
7
|
+
"module": "./dist/index.esm.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.esm.js"
|
|
13
|
+
},
|
|
14
|
+
"./auto": "./dist/auto.min.js"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist"
|
|
18
|
+
],
|
|
19
|
+
"directories": {
|
|
20
|
+
"example": "__e2e__"
|
|
21
|
+
},
|
|
22
|
+
"scripts": {
|
|
23
|
+
"clean": "rimraf dist .tsc-out",
|
|
24
|
+
"build": "rimraf dist .tsc-out && tsc && rollup -c",
|
|
25
|
+
"test": "vitest run",
|
|
26
|
+
"test:watch": "vitest",
|
|
27
|
+
"test:coverage": "vitest run --coverage",
|
|
28
|
+
"lint": "eslint src",
|
|
29
|
+
"version:patch": "npm version patch",
|
|
30
|
+
"version:minor": "npm version minor",
|
|
31
|
+
"version:major": "npm version major",
|
|
32
|
+
"prepublishOnly": "npm run build && npm run test:coverage"
|
|
33
|
+
},
|
|
34
|
+
"keywords": [
|
|
35
|
+
"web-components",
|
|
36
|
+
"router",
|
|
37
|
+
"spa",
|
|
38
|
+
"navigation-api",
|
|
39
|
+
"custom-elements",
|
|
40
|
+
"declarative",
|
|
41
|
+
"buildless",
|
|
42
|
+
"zero-dependencies",
|
|
43
|
+
"route-guard",
|
|
44
|
+
"layout"
|
|
45
|
+
],
|
|
46
|
+
"author": "mogera551",
|
|
47
|
+
"homepage": "https://wcstack.github.io",
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "https://github.com/wcstack/wcstack.git",
|
|
51
|
+
"directory": "packages/router"
|
|
52
|
+
},
|
|
53
|
+
"bugs": {
|
|
54
|
+
"url": "https://github.com/wcstack/wcstack/issues"
|
|
55
|
+
},
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@eslint/js": "^9.39.1",
|
|
59
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
60
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
|
61
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
62
|
+
"@vitest/ui": "^4.0.15",
|
|
63
|
+
"eslint": "^9.39.1",
|
|
64
|
+
"globals": "^16.5.0",
|
|
65
|
+
"happy-dom": "^20.0.11",
|
|
66
|
+
"rimraf": "^6.0.1",
|
|
67
|
+
"rollup": "^4.22.4",
|
|
68
|
+
"rollup-plugin-dts": "^6.1.1",
|
|
69
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
70
|
+
"tslib": "^2.8.1",
|
|
71
|
+
"typescript": "^5.9.3",
|
|
72
|
+
"typescript-eslint": "^8.49.0",
|
|
73
|
+
"vitest": "^4.0.15"
|
|
74
|
+
}
|
|
75
|
+
}
|