@ray-js/builder-component 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 +17 -17
package/package.json CHANGED
@@ -1,22 +1,25 @@
1
1
  {
2
2
  "name": "@ray-js/builder-component",
3
- "version": "1.4.0-alpha.5",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "Ray builder for component",
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 esm dts",
19
21
  "build": "tsc -p ./tsconfig.build.json",
22
+ "clean": "rm -rf lib esm dts",
20
23
  "watch": "tsc -p ./tsconfig.build.json --watch"
21
24
  },
22
25
  "dependencies": {
@@ -24,9 +27,9 @@
24
27
  "@babel/helper-plugin-utils": "^7.22.5",
25
28
  "@babel/traverse": "^7.22.10",
26
29
  "@babel/types": "^7.22.10",
27
- "@ray-js/babel-preset-standard": "^1.4.0-alpha.5",
28
- "@ray-js/shared": "^1.4.0-alpha.5",
29
- "@ray-js/types": "^1.4.0-alpha.5",
30
+ "@ray-js/babel-preset-standard": "^1.4.0-alpha.7",
31
+ "@ray-js/shared": "^1.4.0-alpha.7",
32
+ "@ray-js/types": "^1.4.0-alpha.7",
30
33
  "babel-plugin-import": "^1.13.8",
31
34
  "chokidar": "^3.5.3",
32
35
  "colors": "1.4.0",
@@ -37,12 +40,9 @@
37
40
  "@types/fs-extra": "^9.0.13",
38
41
  "typescript": "^4.9.5"
39
42
  },
40
- "maintainers": [
41
- {
42
- "name": "tuyafe",
43
- "email": "tuyafe@tuya.com"
44
- }
45
- ],
46
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
47
- "repository": {}
43
+ "publishConfig": {
44
+ "access": "public",
45
+ "registry": "https://registry.npmjs.org"
46
+ },
47
+ "gitHead": "14cb935df10f020e714b44bb41d4899646db751c"
48
48
  }