@ray-js/build-plugin-ray 1.4.20 → 1.4.21

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/build-plugin-ray",
3
- "version": "1.4.20",
3
+ "version": "1.4.21",
4
4
  "description": "Ray build plugin for ray/framework",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,18 +23,18 @@
23
23
  "watch": "tsc -p ./tsconfig.build.json --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@ray-js/shared": "1.4.20",
26
+ "@ray-js/shared": "1.4.21",
27
27
  "colors": "1.4.0",
28
28
  "fs-extra": "^10.1.0",
29
29
  "slash": "^3.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@ray-js/types": "1.4.20",
32
+ "@ray-js/types": "1.4.21",
33
33
  "@types/fs-extra": "^9.0.13"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",
37
37
  "registry": "https://registry.npmjs.org"
38
38
  },
39
- "gitHead": "010807959cdbaca6a74e23602cd4bbd15839b6c5"
39
+ "gitHead": "bd72d144cd4ba1967c65f1749d1e77a9fcfb3614"
40
40
  }