@ray-js/components 1.3.99-beta.3 → 1.4.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/lib/Map/Map.d.ts CHANGED
@@ -1,2 +1,4 @@
1
- declare const Map: () => JSX.Element;
1
+ import * as React from 'react';
2
+ import { MapProps } from '@ray-js/adapter';
3
+ declare const Map: React.FC<MapProps>;
2
4
  export default Map;
package/lib/Map/Map.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react'; // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
1
+ import * as React from 'react';
2
2
 
3
3
  var Map = function () {
4
4
  return /*#__PURE__*/React.createElement("div", null, "web\u7AEF\u6682\u672A\u5B9E\u73B0");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "1.3.99-beta.3",
3
+ "version": "1.4.0-alpha.0",
4
4
  "description": "Ray basic components",
5
5
  "keywords": [
6
6
  "ray"
@@ -24,10 +24,10 @@
24
24
  "watch": "ray start --type=component"
25
25
  },
26
26
  "dependencies": {
27
- "@ray-core/macro": "^0.3.99-beta.1",
28
- "@ray-core/wechat": "^0.3.99-beta.1",
29
- "@ray-js/adapter": "^1.3.99-beta.3",
30
- "@ray-js/framework-shared": "^1.3.99-beta.3",
27
+ "@ray-core/macro": "^0.3.5",
28
+ "@ray-core/wechat": "^0.3.5",
29
+ "@ray-js/adapter": "^1.4.0-alpha.0",
30
+ "@ray-js/framework-shared": "^1.4.0-alpha.0",
31
31
  "ahooks": "^3.7.1",
32
32
  "clsx": "^1.1.1",
33
33
  "core-js": "^3.19.1",
@@ -37,7 +37,7 @@
37
37
  "style-to-object": "^0.3.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@ray-js/cli": "^1.3.99-beta.3"
40
+ "@ray-js/cli": "^1.4.0-alpha.0"
41
41
  },
42
42
  "maintainers": [
43
43
  {
@@ -45,6 +45,6 @@
45
45
  "email": "tuyafe@tuya.com"
46
46
  }
47
47
  ],
48
- "gitHead": "fb0a79e1296c9f6311467d9c00634654f0136644",
48
+ "gitHead": "92a9834964bb74c3a3b0553438b0f0c7a77ad8d0",
49
49
  "repository": {}
50
50
  }