@arkormx/plugin-clear-router 0.1.6 → 0.1.7
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/dist/index.d.cts +2 -3
- package/dist/index.d.mts +2 -2
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as clear_router_core0 from "clear-router/core";
|
|
2
|
-
|
|
1
|
+
import * as _$clear_router_core0 from "clear-router/core";
|
|
3
2
|
//#region src/types.d.ts
|
|
4
3
|
interface Options {
|
|
5
4
|
/**
|
|
@@ -11,6 +10,6 @@ interface Options {
|
|
|
11
10
|
}
|
|
12
11
|
//#endregion
|
|
13
12
|
//#region src/index.d.ts
|
|
14
|
-
declare const clearRouterPlugin: clear_router_core0.ClearRouterPlugin<Options>;
|
|
13
|
+
declare const clearRouterPlugin: _$clear_router_core0.ClearRouterPlugin<Options>;
|
|
15
14
|
//#endregion
|
|
16
15
|
export { clearRouterPlugin };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Model } from "arkormx";
|
|
2
|
-
import * as clear_router_core0 from "clear-router/core";
|
|
2
|
+
import * as _$clear_router_core0 from "clear-router/core";
|
|
3
3
|
|
|
4
4
|
//#region src/types.d.ts
|
|
5
5
|
interface Options {
|
|
@@ -12,6 +12,6 @@ interface Options {
|
|
|
12
12
|
}
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/index.d.ts
|
|
15
|
-
declare const clearRouterPlugin: clear_router_core0.ClearRouterPlugin<Options>;
|
|
15
|
+
declare const clearRouterPlugin: _$clear_router_core0.ClearRouterPlugin<Options>;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { clearRouterPlugin };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkormx/plugin-clear-router",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Clear Router plugin for resolving Arkormx models from route parameters.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"arkormx": "2.0.9"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"clear-router": "^2.6.
|
|
47
|
+
"clear-router": "^2.6.4"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"clear-router": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"clear-router": "^2.6.
|
|
55
|
+
"clear-router": "^2.6.4",
|
|
56
56
|
"express": "^5.2.1",
|
|
57
57
|
"parasito": "^0.1.6"
|
|
58
58
|
},
|