@ray-js/framework-mp 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 +12 -12
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@ray-js/framework-mp",
3
- "version": "1.4.0-alpha.1",
3
+ "version": "1.4.0-alpha.11",
4
4
  "description": "Ray Core",
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": "index.js",
10
17
  "files": [
11
18
  "lib"
12
19
  ],
20
+ "dependencies": {
21
+ "@ray-js/runtime": "^1.4.0-alpha.11"
22
+ },
13
23
  "publishConfig": {
14
24
  "access": "public",
15
25
  "registry": "https://registry.npmjs.org"
16
26
  },
17
- "dependencies": {
18
- "@ray-js/runtime": "^1.4.0-alpha.1"
19
- },
20
- "maintainers": [
21
- {
22
- "name": "tuyafe",
23
- "email": "tuyafe@tuya.com"
24
- }
25
- ],
26
- "gitHead": "4340240aafe16c03853241e2356134610e65443e",
27
- "repository": {}
27
+ "gitHead": "5e9c8e1d288eeaf707d34515399784d98ec13a1e"
28
28
  }