@ray-js/build-plugin-router 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 +20 -20
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "name": "@ray-js/build-plugin-router",
3
- "version": "1.4.0-alpha.1",
3
+ "version": "1.4.0-alpha.11",
4
4
  "description": "Ray build plugin for router",
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
  "templates"
13
20
  ],
14
- "publishConfig": {
15
- "access": "public",
16
- "registry": "https://registry.npmjs.org"
17
- },
18
21
  "scripts": {
19
- "clean": "rm -rf lib",
20
22
  "build": "tsc -p ./tsconfig.build.json",
23
+ "clean": "rm -rf lib",
21
24
  "watch": "tsc -p ./tsconfig.build.json --watch"
22
25
  },
23
26
  "dependencies": {
24
- "@ray-js/shared": "^1.4.0-alpha.1",
25
- "chokidar": "^3.5.2",
27
+ "@ray-js/shared": "^1.4.0-alpha.11",
28
+ "chokidar": "^3.5.3",
26
29
  "colors": "1.4.0",
27
- "ejs": "^3.1.6",
28
- "fs-extra": "^10.0.0",
30
+ "ejs": "^3.1.9",
31
+ "fs-extra": "^10.1.0",
29
32
  "path-to-regexp": "^6.2.1",
30
- "url": "^0.11.0"
33
+ "url": "^0.11.1"
31
34
  },
32
35
  "devDependencies": {
33
- "@ray-js/types": "^1.4.0-alpha.1"
36
+ "@ray-js/types": "^1.4.0-alpha.11"
34
37
  },
35
- "maintainers": [
36
- {
37
- "name": "tuyafe",
38
- "email": "tuyafe@tuya.com"
39
- }
40
- ],
41
- "gitHead": "4340240aafe16c03853241e2356134610e65443e",
42
- "repository": {}
38
+ "publishConfig": {
39
+ "access": "public",
40
+ "registry": "https://registry.npmjs.org"
41
+ },
42
+ "gitHead": "5e9c8e1d288eeaf707d34515399784d98ec13a1e"
43
43
  }