Compare commits

..

No commits in common. "803c1b37e5f3cf8b9c347be812c073bca8ca3b85" and "e6f5d5bcb0b6e30a81264b0294501d445a51d3a6" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import { createStore } from 'custom-zustand/vanilla'; import { createStore } from 'zustand/vanilla';
export * from 'custom-zustand/vanilla'; export * from 'zustand/vanilla';
import ReactExports from 'react'; import ReactExports from 'react';
import useSyncExternalStoreExports from 'use-sync-external-store/shim/with-selector.js'; import useSyncExternalStoreExports from 'use-sync-external-store/shim/with-selector.js';

View File

@ -1,7 +1,7 @@
{ {
"name": "custom-zustand", "name": "custom-zustand",
"private": false, "private": false,
"version": "4.5.3", "version": "4.5.2",
"description": "🐻 Bear necessities for state management in React", "description": "🐻 Bear necessities for state management in React",
"main": "./index.js", "main": "./index.js",
"types": "./index.d.ts", "types": "./index.d.ts",