@breautek/router 2.0.1 → 3.0.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/CHANGELOG.md +22 -0
- package/dist/router.js +795 -14154
- package/dist/src/RouteMatcher.d.ts +0 -1
- package/dist/src/Router.d.ts +0 -1
- package/dist/src/View.d.ts +0 -1
- package/dist/src/api.d.ts +0 -4
- package/package.json +30 -35
- package/src/RouteMatcher.ts +1 -1
- package/src/Router.tsx +0 -1
- package/src/View.tsx +0 -1
- package/src/api.ts +0 -5
package/dist/src/Router.d.ts
CHANGED
package/dist/src/View.d.ts
CHANGED
package/dist/src/api.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breautek/router",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "An alternate react router.",
|
|
5
5
|
"main": "dist/router.js",
|
|
6
6
|
"types": "dist/src/api.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"publish-beta": "npm publish --tag beta",
|
|
16
16
|
"prepublishOnly": "npm run build",
|
|
17
17
|
"changelog": "auto-changelog --output CHANGELOG.md -p --release-summary --ignore-commit-pattern chore",
|
|
18
|
-
"docs": "typedoc --excludePrivate --includeVersion -readme ./README.md --out ./docs ./src",
|
|
18
|
+
"docs": "typedoc --excludePrivate --includeVersion -readme ./README.md --out ./docs ./src/api.ts",
|
|
19
19
|
"version": "npm run-script build && npm run-script docs && npm run changelog && git add CHANGELOG.md docs && git commit -m 'chore: changelog'",
|
|
20
20
|
"postversion": "git push && git push --tags"
|
|
21
21
|
},
|
|
@@ -38,51 +38,46 @@
|
|
|
38
38
|
"react-dom": ">=16.9.0 <17.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@babel/core": "7.
|
|
41
|
+
"@babel/core": "7.18.5",
|
|
42
42
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
43
|
-
"@babel/preset-env": "7.
|
|
44
|
-
"@babel/preset-react": "7.
|
|
45
|
-
"@babel/preset-typescript": "7.
|
|
46
|
-
"@babel/register": "7.
|
|
47
|
-
"@rollup/plugin-babel": "5.3.
|
|
48
|
-
"@rollup/plugin-commonjs": "
|
|
43
|
+
"@babel/preset-env": "7.18.2",
|
|
44
|
+
"@babel/preset-react": "7.17.12",
|
|
45
|
+
"@babel/preset-typescript": "7.17.12",
|
|
46
|
+
"@babel/register": "7.17.7",
|
|
47
|
+
"@rollup/plugin-babel": "5.3.1",
|
|
48
|
+
"@rollup/plugin-commonjs": "22.0.0",
|
|
49
49
|
"@rollup/plugin-json": "4.1.0",
|
|
50
|
-
"@rollup/plugin-node-resolve": "13.
|
|
51
|
-
"@
|
|
52
|
-
"@types/enzyme": "3.10.11",
|
|
50
|
+
"@rollup/plugin-node-resolve": "13.3.0",
|
|
51
|
+
"@types/enzyme": "3.10.12",
|
|
53
52
|
"@types/enzyme-adapter-react-16": "1.0.6",
|
|
54
|
-
"@types/jest": "27.
|
|
53
|
+
"@types/jest": "27.5.1",
|
|
55
54
|
"@types/react": "16.14.4",
|
|
56
55
|
"@types/react-dom": "16.9.11",
|
|
57
56
|
"@types/react-test-renderer": "17.0.1",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "
|
|
59
|
-
"@typescript-eslint/parser": "
|
|
60
|
-
"ajv": "8.
|
|
61
|
-
"auto-changelog": "2.
|
|
62
|
-
"babel-jest": "27.
|
|
63
|
-
"core-js": "3.20.2",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
58
|
+
"@typescript-eslint/parser": "5.29.0",
|
|
59
|
+
"ajv": "8.11.0",
|
|
60
|
+
"auto-changelog": "2.4.0",
|
|
61
|
+
"babel-jest": "27.5.1",
|
|
64
62
|
"enzyme": "3.11.0",
|
|
65
63
|
"enzyme-adapter-react-16": "1.15.6",
|
|
66
|
-
"eslint": "
|
|
67
|
-
"eslint-plugin-react": "7.
|
|
68
|
-
"glob": "
|
|
64
|
+
"eslint": "8.18.0",
|
|
65
|
+
"eslint-plugin-react": "7.30.0",
|
|
66
|
+
"glob": "8.0.3",
|
|
69
67
|
"ignore-styles": "5.0.1",
|
|
70
|
-
"jest": "27.
|
|
71
|
-
"node-sass": "
|
|
68
|
+
"jest": "27.5.1",
|
|
69
|
+
"node-sass": "8.0.0",
|
|
72
70
|
"react": "16.14.0",
|
|
73
71
|
"react-dom": "16.14.0",
|
|
74
72
|
"regenerator-runtime": "0.13.9",
|
|
75
|
-
"rollup": "2.
|
|
73
|
+
"rollup": "2.75.7",
|
|
76
74
|
"rollup-plugin-progress": "1.1.2",
|
|
77
|
-
"rollup-plugin-sass": "1.2.
|
|
78
|
-
"rollup-plugin-typescript2": "0.
|
|
79
|
-
"ts-jest": "27.1.
|
|
80
|
-
"ts-node": "10.
|
|
81
|
-
"typedoc": "0.
|
|
82
|
-
"typedoc-plugin-markdown": "3.
|
|
83
|
-
"typescript": "4.
|
|
84
|
-
},
|
|
85
|
-
"dependencies": {
|
|
86
|
-
"@totalpave/interfaces": "3.0.0"
|
|
75
|
+
"rollup-plugin-sass": "1.2.12",
|
|
76
|
+
"rollup-plugin-typescript2": "0.32.1",
|
|
77
|
+
"ts-jest": "27.1.3",
|
|
78
|
+
"ts-node": "10.8.1",
|
|
79
|
+
"typedoc": "0.22.17",
|
|
80
|
+
"typedoc-plugin-markdown": "3.12.1",
|
|
81
|
+
"typescript": "4.6.4"
|
|
87
82
|
}
|
|
88
83
|
}
|
package/src/RouteMatcher.ts
CHANGED
package/src/Router.tsx
CHANGED
package/src/View.tsx
CHANGED