@ray-js/build-plugin-ray 0.6.0 → 0.6.2

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": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Ray build plugin for ray/framework",
5
5
  "keywords": [
6
6
  "ray"
@@ -22,12 +22,12 @@
22
22
  "watch": "tsc -p ./tsconfig.build.json --watch"
23
23
  },
24
24
  "dependencies": {
25
- "@ray-js/shared": "^0.6.0",
25
+ "@ray-js/shared": "^0.6.2",
26
26
  "colors": "1.4.0",
27
27
  "fs-extra": "^10.0.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@ray-js/types": "^0.6.0",
30
+ "@ray-js/types": "^0.6.2",
31
31
  "@types/fs-extra": "^9.0.13"
32
32
  },
33
33
  "maintainers": [
@@ -36,6 +36,6 @@
36
36
  "email": "tuyafe@tuya.com"
37
37
  }
38
38
  ],
39
- "gitHead": "d7e74c750c02eda67af6e54da93aad14d001acb3",
39
+ "gitHead": "4d850d119d7add9d33320dcb7e6028cea936531a",
40
40
  "repository": {}
41
41
  }