@ray-js/api 1.4.0-alpha.5 → 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 +23 -23
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.4.0-alpha.5",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
7
7
  ],
8
+ "repository": {},
8
9
  "license": "MIT",
9
- "main": "lib/index.js",
10
- "files": [
11
- "lib",
12
- "@types"
10
+ "maintainers": [
11
+ {
12
+ "name": "tuyafe",
13
+ "email": "tuyafe@tuya.com"
14
+ }
13
15
  ],
14
16
  "sideEffects": [
15
17
  "*.less",
16
18
  "*.css"
17
19
  ],
18
- "publishConfig": {
19
- "access": "public",
20
- "registry": "https://registry.npmjs.org"
21
- },
20
+ "main": "lib/index.js",
21
+ "files": [
22
+ "lib",
23
+ "@types"
24
+ ],
22
25
  "scripts": {
23
- "clean": "rm -rf lib",
24
26
  "build": "ray build --type=component",
25
- "watch": "ray start --type=component",
26
- "build:kit:api": "node scripts/api-creator.mjs"
27
+ "build:kit:api": "node scripts/api-creator.mjs",
28
+ "clean": "rm -rf lib",
29
+ "watch": "ray start --type=component"
27
30
  },
28
31
  "dependencies": {
29
- "@ray-js/framework": "^1.4.0-alpha.5",
30
- "@ray-js/router": "^1.4.0-alpha.5",
32
+ "@ray-js/framework": "^1.4.0-alpha.7",
33
+ "@ray-js/router": "^1.4.0-alpha.7",
31
34
  "@ray-js/wechat": "^0.0.32",
32
35
  "base64-browser": "^1.0.1"
33
36
  },
34
37
  "devDependencies": {
35
- "@ray-js/cli": "^1.4.0-alpha.5",
38
+ "@ray-js/cli": "^1.4.0-alpha.7",
36
39
  "art-template": "^4.13.2",
37
40
  "fs-extra": "^10.1.0",
38
41
  "miniprogram-api-typings": "^3.11.0",
39
42
  "react": "^17.0.2"
40
43
  },
41
- "maintainers": [
42
- {
43
- "name": "tuyafe",
44
- "email": "tuyafe@tuya.com"
45
- }
46
- ],
47
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
48
- "repository": {}
44
+ "publishConfig": {
45
+ "access": "public",
46
+ "registry": "https://registry.npmjs.org"
47
+ },
48
+ "gitHead": "14cb935df10f020e714b44bb41d4899646db751c"
49
49
  }