UNPKG

@tanstack/optimistic

Version:

Core optimistic updates library

56 lines 1.28 kB
{ "name": "@tanstack/optimistic", "description": "Core optimistic updates library", "version": "0.0.3", "dependencies": { "@electric-sql/d2ts": "^0.1.4", "@standard-schema/spec": "^1.0.0", "@tanstack/store": "^0.7.0" }, "devDependencies": { "@vitest/coverage-istanbul": "^3.0.9" }, "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } }, "./package.json": "./package.json" }, "files": [ "dist", "src" ], "main": "dist/cjs/index.cjs", "module": "dist/esm/index.js", "peerDependencies": { "typescript": ">=4.7" }, "author": "Kyle Mathews", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/optimistic.git", "directory": "packages/optimistic" }, "homepage": "https://tanstack.com/optimistic", "keywords": [ "optimistic", "typescript" ], "sideEffects": false, "type": "module", "types": "dist/esm/index.d.ts", "scripts": { "build": "vite build", "dev": "vite build --watch", "lint": "eslint . --fix", "test": "npx vitest --run" } }