@ray-js/router-mp 1.4.3 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/router-mp",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.4",
|
4
4
|
"description": "Ray Core",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -23,16 +23,16 @@
|
|
23
23
|
"watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@ray-js/api": "^1.4.
|
27
|
-
"@ray-js/env": "^1.4.
|
28
|
-
"@ray-js/library": "^1.4.
|
29
|
-
"@ray-js/types": "^1.4.
|
26
|
+
"@ray-js/api": "^1.4.4",
|
27
|
+
"@ray-js/env": "^1.4.4",
|
28
|
+
"@ray-js/library": "^1.4.4",
|
29
|
+
"@ray-js/types": "^1.4.4",
|
30
30
|
"@react-navigation/core": "^6.4.9",
|
31
31
|
"path-to-regexp": "^6.2.1",
|
32
32
|
"slash": "^5.1.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@ray-js/cli": "^1.4.
|
35
|
+
"@ray-js/cli": "^1.4.4"
|
36
36
|
},
|
37
37
|
"publishConfig": {
|
38
38
|
"access": "public",
|