@breautek/router 3.0.0 → 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 +7 -1
- package/dist/router.js +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
#### [v3.0.
|
|
7
|
+
#### [v3.0.1](https://github.com/breautek/router/compare/v3.0.0...v3.0.1)
|
|
8
|
+
|
|
9
|
+
- deproll [`c2e6307`](https://github.com/breautek/router/commit/c2e630735da1483f15185fd067a1323cf7c102f9)
|
|
10
|
+
|
|
11
|
+
### [v3.0.0](https://github.com/breautek/router/compare/v2.0.2...v3.0.0)
|
|
12
|
+
|
|
13
|
+
> 22 June 2022
|
|
8
14
|
|
|
9
15
|
- deproll [`7403499`](https://github.com/breautek/router/commit/74034991760c891543bc389d04f4720c32c8a3df)
|
|
10
16
|
- breaking: Dropped IE support [`758f475`](https://github.com/breautek/router/commit/758f4759431337ad1e46ba994050d2bee447dee2)
|
package/dist/router.js
CHANGED
|
@@ -854,7 +854,7 @@ function __generator(thisArg, body) {
|
|
|
854
854
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
855
855
|
function step(op) {
|
|
856
856
|
if (f) throw new TypeError("Generator is already executing.");
|
|
857
|
-
while (_) try {
|
|
857
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
858
858
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
859
859
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
860
860
|
switch (op[0]) {
|
|
@@ -1824,7 +1824,7 @@ var TransitionSlide = /** @class */ (function (_super) {
|
|
|
1824
1824
|
}(TransitionStrategy));
|
|
1825
1825
|
|
|
1826
1826
|
var name = "@breautek/router";
|
|
1827
|
-
var version = "3.0.
|
|
1827
|
+
var version = "3.0.1";
|
|
1828
1828
|
var description = "An alternate react router.";
|
|
1829
1829
|
var main = "dist/router.js";
|
|
1830
1830
|
var types = "dist/src/api.d.ts";
|
|
@@ -1890,7 +1890,7 @@ var devDependencies = {
|
|
|
1890
1890
|
glob: "8.0.3",
|
|
1891
1891
|
"ignore-styles": "5.0.1",
|
|
1892
1892
|
jest: "27.5.1",
|
|
1893
|
-
"node-sass": "
|
|
1893
|
+
"node-sass": "8.0.0",
|
|
1894
1894
|
react: "16.14.0",
|
|
1895
1895
|
"react-dom": "16.14.0",
|
|
1896
1896
|
"regenerator-runtime": "0.13.9",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breautek/router",
|
|
3
|
-
"version": "3.0.
|
|
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",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"glob": "8.0.3",
|
|
67
67
|
"ignore-styles": "5.0.1",
|
|
68
68
|
"jest": "27.5.1",
|
|
69
|
-
"node-sass": "
|
|
69
|
+
"node-sass": "8.0.0",
|
|
70
70
|
"react": "16.14.0",
|
|
71
71
|
"react-dom": "16.14.0",
|
|
72
72
|
"regenerator-runtime": "0.13.9",
|