Skip to content

Commit

Permalink
feat(plugins/valtio): add derive export (umijs#9951)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc authored Dec 5, 2022
1 parent d4c0d79 commit a4afa98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/valtio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/valtio",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"keywords": [],
"homepage": "https://github.com/umijs/umi/tree/master/libs/valtio",
Expand Down
1 change: 1 addition & 0 deletions libs/valtio/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export {
devtools as proxyWithDevtools,
proxyMap,
proxySet,
derive,
} from 'valtio/utils';

// TODO:
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/src/valtio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export {
proxyWithDevtools,
proxyMap,
proxySet,
derive,
} from '${libPath}';
`,
});
Expand Down

0 comments on commit a4afa98

Please sign in to comment.