@ray-js/router-mp 1.4.0-alpha.6 → 1.4.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +19 -19
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
2
  "name": "@ray-js/router-mp",
3
- "version": "1.4.0-alpha.6",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
7
7
  ],
8
+ "repository": {},
8
9
  "license": "MIT",
10
+ "maintainers": [
11
+ {
12
+ "name": "tuyafe",
13
+ "email": "tuyafe@tuya.com"
14
+ }
15
+ ],
9
16
  "main": "lib/index.js",
10
17
  "files": [
11
18
  "lib"
12
19
  ],
13
- "publishConfig": {
14
- "access": "public",
15
- "registry": "https://registry.npmjs.org"
16
- },
17
20
  "scripts": {
18
- "clean": "rm -rf lib",
19
21
  "build": "ray build --type=component --transform-mode=pure",
22
+ "clean": "rm -rf lib",
20
23
  "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
21
24
  },
22
25
  "dependencies": {
23
- "@ray-js/api": "^1.4.0-alpha.6",
24
- "@ray-js/env": "^1.4.0-alpha.6",
25
- "@ray-js/library": "^1.4.0-alpha.6",
26
- "@ray-js/types": "^1.4.0-alpha.6",
26
+ "@ray-js/api": "^1.4.0-alpha.7",
27
+ "@ray-js/env": "^1.4.0-alpha.7",
28
+ "@ray-js/library": "^1.4.0-alpha.7",
29
+ "@ray-js/types": "^1.4.0-alpha.7",
27
30
  "@react-navigation/core": "^6.4.9",
28
31
  "path-to-regexp": "^6.2.1",
29
32
  "slash": "^5.1.0"
30
33
  },
31
34
  "devDependencies": {
32
- "@ray-js/cli": "^1.4.0-alpha.6"
35
+ "@ray-js/cli": "^1.4.0-alpha.7"
33
36
  },
34
- "maintainers": [
35
- {
36
- "name": "tuyafe",
37
- "email": "tuyafe@tuya.com"
38
- }
39
- ],
40
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
41
- "repository": {}
37
+ "publishConfig": {
38
+ "access": "public",
39
+ "registry": "https://registry.npmjs.org"
40
+ },
41
+ "gitHead": "14cb935df10f020e714b44bb41d4899646db751c"
42
42
  }