@ray-js/builder-mp 0.5.7-beta-2 → 0.5.9-beta-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import Config from 'webpack-chain';
2
- declare const _default: (config: Config) => void;
3
2
  /**
4
3
  * 小程序框架启动, 在文件顶部增加 .ray/main.mini 的适配
5
4
  * 读取 TabBar 信息,注册页面到 router 上。实现 web 路由的跳转
6
5
  */
6
+ declare const _default: (config: Config) => void;
7
7
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/builder-mp",
3
- "version": "0.5.7-beta-2",
3
+ "version": "0.5.9-beta-1",
4
4
  "description": "Ray builder for mini program",
5
5
  "keywords": [
6
6
  "ray"
@@ -28,9 +28,9 @@
28
28
  "@ray-core/build-store": "^0.0.x",
29
29
  "@ray-core/cli": "^0.0.x",
30
30
  "@ray-core/ray": "^0.0.x",
31
- "@ray-js/adapter": "^0.5.7-beta-2",
32
- "@ray-js/shared": "^0.5.7-beta-2",
33
- "@ray-js/types": "^0.5.7-beta-2",
31
+ "@ray-js/adapter": "^0.5.9-beta-1",
32
+ "@ray-js/shared": "^0.5.9-beta-1",
33
+ "@ray-js/types": "^0.5.9-beta-1",
34
34
  "babel-loader": "^8.2.3",
35
35
  "babel-plugin-minify-dead-code-elimination": "^0.5.1",
36
36
  "babel-plugin-transform-prune-unused-imports": "^1.0.1",
@@ -61,6 +61,6 @@
61
61
  "email": "tuyafe@tuya.com"
62
62
  }
63
63
  ],
64
- "gitHead": "290d921f04a74cf0df8415c91bd33119e6f8e11e",
64
+ "gitHead": "45232c09ae46aee3f29663e455158965ad329ff3",
65
65
  "repository": {}
66
66
  }