@umijs/plugins 4.0.46 → 4.0.47

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.
Files changed (2) hide show
  1. package/dist/valtio.js +2 -1
  2. package/package.json +3 -3
package/dist/valtio.js CHANGED
@@ -28,8 +28,8 @@ __export(valtio_exports, {
28
28
  default: () => valtio_default
29
29
  });
30
30
  module.exports = __toCommonJS(valtio_exports);
31
- var import_path = require("path");
32
31
  var import_utils = require("@umijs/utils");
32
+ var import_path = require("path");
33
33
  var valtio_default = (api) => {
34
34
  api.describe({
35
35
  key: "valtio",
@@ -60,6 +60,7 @@ export {
60
60
  proxySet,
61
61
  derive,
62
62
  underive,
63
+ useProxy,
63
64
  } from '${libPath}';
64
65
  `
65
66
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/plugins",
3
- "version": "4.0.46",
3
+ "version": "4.0.47",
4
4
  "description": "@umijs/plugins",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/plugins#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -29,7 +29,7 @@
29
29
  "@ant-design/pro-components": "^2.0.1",
30
30
  "@tanstack/react-query": "^4.22.0",
31
31
  "@tanstack/react-query-devtools": "^4.22.0",
32
- "@umijs/bundler-utils": "4.0.46",
32
+ "@umijs/bundler-utils": "4.0.47",
33
33
  "@umijs/valtio": "^1.0.2",
34
34
  "antd-dayjs-webpack-plugin": "^1.0.6",
35
35
  "axios": "^0.27.2",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "antd": "^4.24.1",
56
- "umi": "4.0.46"
56
+ "umi": "4.0.47"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"