@ray-js/build-plugin-ray 1.4.0-alpha.1 → 1.4.0-alpha.11

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,40 +1,40 @@
1
1
  {
2
2
  "name": "@ray-js/build-plugin-ray",
3
- "version": "1.4.0-alpha.1",
3
+ "version": "1.4.0-alpha.11",
4
4
  "description": "Ray build plugin for ray/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": "tsc -p ./tsconfig.build.json",
22
+ "clean": "rm -rf lib",
20
23
  "watch": "tsc -p ./tsconfig.build.json --watch"
21
24
  },
22
25
  "dependencies": {
23
- "@ray-js/shared": "^1.4.0-alpha.1",
26
+ "@ray-js/shared": "^1.4.0-alpha.11",
24
27
  "colors": "1.4.0",
25
- "fs-extra": "^10.0.0",
28
+ "fs-extra": "^10.1.0",
26
29
  "slash": "^3.0.0"
27
30
  },
28
31
  "devDependencies": {
29
- "@ray-js/types": "^1.4.0-alpha.1",
32
+ "@ray-js/types": "^1.4.0-alpha.11",
30
33
  "@types/fs-extra": "^9.0.13"
31
34
  },
32
- "maintainers": [
33
- {
34
- "name": "tuyafe",
35
- "email": "tuyafe@tuya.com"
36
- }
37
- ],
38
- "gitHead": "4340240aafe16c03853241e2356134610e65443e",
39
- "repository": {}
35
+ "publishConfig": {
36
+ "access": "public",
37
+ "registry": "https://registry.npmjs.org"
38
+ },
39
+ "gitHead": "5e9c8e1d288eeaf707d34515399784d98ec13a1e"
40
40
  }