|
18 | 18 | "type": "git",
|
19 | 19 | "url": "git+https://github.com/oslabs-beta/react-query-rewind.git"
|
20 | 20 | },
|
21 |
| - "version": "2.1.6", |
| 21 | + "version": "2.1.11", |
22 | 22 | "description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
|
23 | 23 | "keywords": [
|
24 | 24 | "react",
|
|
30 | 30 | ],
|
31 | 31 | "private": false,
|
32 | 32 | "type": "module",
|
33 |
| - "main": "dist/cjs/index.js", |
| 33 | + "main": "dist/cjs/index.cjs", |
34 | 34 | "module": "dist/esm/index.js",
|
35 | 35 | "types": "dist/cjs/index.d.ts",
|
36 | 36 | "files": [
|
|
48 | 48 | "link-package": "npm link && (cd example/client && npm link react-query-rewind)",
|
49 | 49 | "link-dependencies": "npm link example/client/node_modules/react example/client/node_modules/react-dom example/client/node_modules/@tanstack/react-query",
|
50 | 50 | "unlink-package": "(cd example/client && npm unlink react-query-rewind) && npm unlink",
|
51 |
| - "package-setup-1": "npm i && npm run install-example && npm run link-dependencies && npm run watch", |
| 51 | + "package-setup-1": "npm run clean && npm i && npm run install-example && npm run link-dependencies && npm run watch", |
52 | 52 | "package-setup-2": "npm run link-package && npm run example",
|
53 | 53 | "install-algolia": "cd react-examples-tanstack/algolia && npm i",
|
54 | 54 | "link-package-algolia": "npm link && (cd react-examples-tanstack/algolia && npm link react-query-rewind)",
|
55 | 55 | "link-dependencies-algolia": "npm link react-examples-tanstack/algolia/node_modules/react react-examples-tanstack/algolia/node_modules/react-dom example/client/node_modules/@tanstack/react-query",
|
56 | 56 | "unlink-package-algolia": "(cd react-examples-tanstack/algolia && npm unlink react-query-rewind) && npm unlink",
|
57 |
| - "package-setup-1-algolia": "npm i && npm run install-algolia && npm run link-dependencies-algolia && npm run watch", |
| 57 | + "package-setup-1-algolia": "npm run clean && npm i && npm run install-algolia && npm run link-dependencies-algolia && npm run watch", |
58 | 58 | "package-setup-2-algolia": "npm run link-package-algolia && (cd react-examples-tanstack/algolia && npm run dev)",
|
59 | 59 | "install-basic": "cd react-examples-tanstack/basic && npm i",
|
60 | 60 | "link-package-basic": "npm link && (cd react-examples-tanstack/basic && npm link react-query-rewind)",
|
61 | 61 | "link-dependencies-basic": "npm link react-examples-tanstack/basic/node_modules/react react-examples-tanstack/basic/node_modules/react-dom example/client/node_modules/@tanstack/react-query",
|
62 | 62 | "unlink-package-basic": "(cd react-examples-tanstack/basic && npm unlink react-query-rewind) && npm unlink",
|
63 |
| - "package-setup-1-basic": "npm i && npm run install-basic && npm run link-dependencies-basic && npm run watch", |
| 63 | + "package-setup-1-basic": "npm run clean && npm i && npm run install-basic && npm run link-dependencies-basic && npm run watch", |
64 | 64 | "package-setup-2-basic": "npm run link-package-basic && (cd react-examples-tanstack/basic && npm run dev)",
|
65 | 65 | "install-basic-typescript": "cd react-examples-tanstack/basic-typescript && npm i",
|
66 | 66 | "link-package-basic-typescript": "npm link && (cd react-examples-tanstack/basic-typescript && npm link react-query-rewind)",
|
67 | 67 | "link-dependencies-basic-typescript": "npm link react-examples-tanstack/basic-typescript/node_modules/react react-examples-tanstack/basic-typescript/node_modules/react-dom example/client/node_modules/@tanstack/react-query",
|
68 | 68 | "unlink-package-basic-typescript": "(cd react-examples-tanstack/basic-typescript && npm unlink react-query-rewind) && npm unlink",
|
69 |
| - "package-setup-1-basic-typescript": "npm i && npm run install-basic-typescript && npm run link-dependencies-basic-typescript && npm run watch", |
| 69 | + "package-setup-1-basic-typescript": "npm run clean && npm i && npm run install-basic-typescript && npm run link-dependencies-basic-typescript && npm run watch", |
70 | 70 | "package-setup-2-basic-typescript": "npm run link-package-basic-typescript && (cd react-examples-tanstack/basic-typescript && npm run dev)",
|
71 | 71 | "install-pagination": "cd react-examples-tanstack/pagination && npm i",
|
72 | 72 | "link-package-pagination": "npm link && (cd react-examples-tanstack/pagination && npm link react-query-rewind)",
|
73 | 73 | "link-dependencies-pagination": "npm link react-examples-tanstack/pagination/node_modules/react react-examples-tanstack/pagination/node_modules/react-dom example/client/node_modules/@tanstack/react-query",
|
74 | 74 | "unlink-package-pagination": "(cd react-examples-tanstack/pagination && npm unlink react-query-rewind) && npm unlink",
|
75 |
| - "package-setup-1-pagination": "npm i && npm run install-pagination && npm run link-dependencies-pagination && npm run watch", |
| 75 | + "package-setup-1-pagination": "npm run clean && npm i && npm run install-pagination && npm run link-dependencies-pagination && npm run watch", |
76 | 76 | "package-setup-2-pagination": "npm run link-package-pagination && (cd react-examples-tanstack/pagination && npm run dev)"
|
77 | 77 | },
|
78 | 78 | "license": "MIT",
|
|
0 commit comments