Skip to content

Commit

Permalink
0.0.103
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 17, 2024
1 parent 3d160b3 commit 4fbe41e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions imports/go.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export interface GoI {
useGo: typeof useGo;
useNav: typeof useNav;
Provider: typeof GoProvider;
Input: typeof Input;
Editor: typeof Editor;
Handler: typeof Handler;
Subscription: typeof Subscription;
Expand Down Expand Up @@ -252,6 +253,7 @@ export const GoProvider = memo(function GoProvider({
// @ts-ignore
go.Provider = GoProvider;
go.Handler = Handler;
go.Input = Input;
go.Editor = Editor;
go.Subscription = Subscription;
go.Query = Query;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/perception-imports",
"version": "0.0.102",
"version": "0.0.103",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 4fbe41e

Please sign in to comment.