@ray-js/framework-shared 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 +17 -17
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "name": "@ray-js/framework-shared",
3
- "version": "1.4.0-alpha.6",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "Ray shared for framework",
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",
22
+ "clean": "rm -rf lib",
20
23
  "watch": "ray start --type=component --emit-declaration-dev"
21
24
  },
22
25
  "dependencies": {
23
26
  "@ray-core/wechat": "^0.3.6",
24
- "@ray-js/env": "^1.4.0-alpha.6",
25
- "@ray-js/types": "^1.4.0-alpha.6",
27
+ "@ray-js/env": "^1.4.0-alpha.7",
28
+ "@ray-js/types": "^1.4.0-alpha.7",
26
29
  "path-to-regexp": "^6.2.1"
27
30
  },
28
31
  "devDependencies": {
29
- "@ray-js/cli": "^1.4.0-alpha.6"
32
+ "@ray-js/cli": "^1.4.0-alpha.7"
30
33
  },
31
- "maintainers": [
32
- {
33
- "name": "tuyafe",
34
- "email": "tuyafe@tuya.com"
35
- }
36
- ],
37
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
38
- "repository": {}
34
+ "publishConfig": {
35
+ "access": "public",
36
+ "registry": "https://registry.npmjs.org"
37
+ },
38
+ "gitHead": "14cb935df10f020e714b44bb41d4899646db751c"
39
39
  }