@ray-js/components 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 +20 -20
package/package.json CHANGED
@@ -1,33 +1,36 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "1.4.0-alpha.6",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "Ray basic components",
5
5
  "keywords": [
6
6
  "ray"
7
7
  ],
8
+ "repository": {},
8
9
  "license": "MIT",
9
- "main": "lib/index.js",
10
- "files": [
11
- "lib"
10
+ "maintainers": [
11
+ {
12
+ "name": "tuyafe",
13
+ "email": "tuyafe@tuya.com"
14
+ }
12
15
  ],
13
16
  "sideEffects": [
14
17
  "*.less",
15
18
  "*.css"
16
19
  ],
17
- "publishConfig": {
18
- "access": "public",
19
- "registry": "https://registry.npmjs.org"
20
- },
20
+ "main": "lib/index.js",
21
+ "files": [
22
+ "lib"
23
+ ],
21
24
  "scripts": {
22
- "clean": "rm -rf lib",
23
25
  "build": "ray build --type=component",
26
+ "clean": "rm -rf lib",
24
27
  "watch": "ray start --type=component"
25
28
  },
26
29
  "dependencies": {
27
30
  "@ray-core/macro": "^0.3.6",
28
31
  "@ray-core/wechat": "^0.3.6",
29
- "@ray-js/adapter": "^1.4.0-alpha.6",
30
- "@ray-js/framework-shared": "^1.4.0-alpha.6",
32
+ "@ray-js/adapter": "^1.4.0-alpha.7",
33
+ "@ray-js/framework-shared": "^1.4.0-alpha.7",
31
34
  "ahooks": "^3.7.8",
32
35
  "clsx": "^1.2.1",
33
36
  "core-js": "^3.32.0",
@@ -37,14 +40,11 @@
37
40
  "style-to-object": "^0.3.0"
38
41
  },
39
42
  "devDependencies": {
40
- "@ray-js/cli": "^1.4.0-alpha.6"
43
+ "@ray-js/cli": "^1.4.0-alpha.7"
41
44
  },
42
- "maintainers": [
43
- {
44
- "name": "tuyafe",
45
- "email": "tuyafe@tuya.com"
46
- }
47
- ],
48
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
49
- "repository": {}
45
+ "publishConfig": {
46
+ "access": "public",
47
+ "registry": "https://registry.npmjs.org"
48
+ },
49
+ "gitHead": "14cb935df10f020e714b44bb41d4899646db751c"
50
50
  }