|
12 | 12 | "asynchronous", |
13 | 13 | "fetch" |
14 | 14 | ], |
15 | | - "main": "dist/cjs/index.js", |
16 | | - "module": "dist/esm/index.js", |
17 | | - "types": "dist/types/index.d.ts", |
18 | 15 | "files": [ |
19 | 16 | "/dist" |
20 | 17 | ], |
21 | | - "exports": { |
22 | | - ".": { |
23 | | - "node": "./dist/cjs/index.js", |
24 | | - "import": "./dist/esm/index.js", |
25 | | - "default": "./dist/cjs/index.js" |
26 | | - }, |
27 | | - "./dist/*": "./dist/*.js", |
28 | | - "./driver/*": { |
29 | | - "node": "./dist/cjs/driver/*.js", |
30 | | - "import": "./dist/esm/driver/*.js", |
31 | | - "default": "./dist/cjs/driver/*.js" |
32 | | - } |
33 | | - }, |
34 | | - "typesVersions": { |
35 | | - "*": { |
36 | | - "dist/types/*": [ |
37 | | - "./dist/types/*" |
38 | | - ], |
39 | | - "dist/cjs/*": [ |
40 | | - "./dist/types/*.d.ts" |
41 | | - ], |
42 | | - "dist/esm/*": [ |
43 | | - "./dist/types/*.d.ts" |
44 | | - ], |
45 | | - "*": [ |
46 | | - "./dist/types/*.d.ts" |
47 | | - ] |
48 | | - } |
49 | | - }, |
50 | 18 | "dependencies": { |
51 | 19 | "debug": "^4.3.2", |
52 | | - "idb-keyval": "^5.1.3" |
| 20 | + "idb-keyval": "^6.0.2" |
53 | 21 | }, |
54 | 22 | "devDependencies": { |
55 | | - "@ph.fritsche/eslint-config": "^1.0.0", |
56 | | - "@ph.fritsche/scripts-config": "^2.0.1", |
57 | | - "@testing-library/react": "^12.0.0", |
| 23 | + "@ph.fritsche/eslint-config": "^1.0.1", |
| 24 | + "@ph.fritsche/scripts-config": "^2.1.1", |
| 25 | + "@testing-library/react": "^12.1.2", |
58 | 26 | "@types/debug": "^4.1.7", |
59 | | - "@types/jest": "^27.0.1", |
60 | | - "@types/react": "^17.0.18", |
| 27 | + "@types/jest": "^27.0.2", |
| 28 | + "@types/react": "^17.0.27", |
61 | 29 | "eslint": "^7.32.0", |
62 | 30 | "fake-indexeddb": "^3.1.3", |
63 | | - "jest": "^27.0.6", |
| 31 | + "jest": "^27.2.5", |
64 | 32 | "react": "^17.0.2", |
65 | 33 | "react-dom": "^17.0.2", |
66 | 34 | "shared-scripts": "^1.4.1", |
67 | 35 | "ts-jest": "^27.0.4", |
68 | | - "typescript": "^4.4.2" |
| 36 | + "typescript": "^4.4.3" |
69 | 37 | }, |
70 | 38 | "scripts": { |
71 | | - "build": "scripts ts-build", |
| 39 | + "build": "scripts ts-build --exportsMap driver/*", |
72 | 40 | "lint": "eslint src test", |
73 | 41 | "test": "jest" |
74 | 42 | } |
|
0 commit comments