@tanstack/react-store
Advanced tools
Comparing version 0.3.1 to 0.4.1
@@ -1,2 +0,3 @@ | ||
import type { AnyUpdater, Store } from '@tanstack/store'; | ||
import { AnyUpdater, Store } from '@tanstack/store'; | ||
export * from '@tanstack/store'; | ||
@@ -3,0 +4,0 @@ export type NoInfer<T> = [T][T extends any ? 0 : never]; |
{ | ||
"name": "@tanstack/react-store", | ||
"author": "Tanner Linsley", | ||
"version": "0.3.1", | ||
"version": "0.4.1", | ||
"license": "MIT", | ||
"repository": "tanstack/react-store", | ||
"repository": "tanstack/store", | ||
"homepage": "https://tanstack.com/", | ||
@@ -49,3 +49,3 @@ "description": "", | ||
"use-sync-external-store": "^1.2.0", | ||
"@tanstack/store": "0.3.1" | ||
"@tanstack/store": "0.4.1" | ||
}, | ||
@@ -56,15 +56,3 @@ "devDependencies": { | ||
}, | ||
"scripts": { | ||
"clean": "rimraf ./dist && rimraf ./coverage", | ||
"test:eslint": "eslint --ext .ts,.tsx ./src", | ||
"test:types:versions49": "node ../../node_modules/typescript49/lib/tsc.js --project tsconfig.legacy.json", | ||
"test:types:versions50": "node ../../node_modules/typescript50/lib/tsc.js", | ||
"test:types:versions51": "node ../../node_modules/typescript51/lib/tsc.js", | ||
"test:types:versions52": "tsc", | ||
"test:types": "pnpm run \"/^test:types:versions.*/\"", | ||
"test:lib": "vitest", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:build": "publint --strict", | ||
"build": "vite build" | ||
} | ||
"scripts": {} | ||
} |
@@ -0,3 +1,3 @@ | ||
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/shim/with-selector.js' | ||
import type { AnyUpdater, Store } from '@tanstack/store' | ||
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/shim/with-selector.js' | ||
@@ -4,0 +4,0 @@ export * from '@tanstack/store' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
14365
+ Added@tanstack/store@0.4.1(transitive)
- Removed@tanstack/store@0.3.1(transitive)
Updated@tanstack/store@0.4.1