|
41 | 41 | },
|
42 | 42 | "funding": "https://opencollective.com/unts",
|
43 | 43 | "license": "ISC",
|
44 |
| - "packageManager": "pnpm@7.9.0", |
| 44 | + "packageManager": "pnpm@7.9.3", |
45 | 45 | "engines": {
|
46 | 46 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
47 | 47 | },
|
48 | 48 | "main": "lib/index.cjs",
|
49 | 49 | "module": "lib/index.js",
|
50 | 50 | "exports": {
|
51 | 51 | ".": {
|
52 |
| - "require": "./lib/index.cjs", |
| 52 | + "types": "./lib/index.d.ts", |
| 53 | + "es2020": "./lib/index.es2020.mjs", |
| 54 | + "fesm2020": "./lib/index.es2020.mjs", |
53 | 55 | "import": "./lib/index.js",
|
54 |
| - "types": "./lib/index.d.ts" |
| 56 | + "require": "./lib/index.cjs" |
55 | 57 | },
|
56 | 58 | "./package.json": "./package.json"
|
57 | 59 | },
|
58 |
| - "es2015": "lib/index.js", |
59 |
| - "fesm2015": "lib/index.es2015.mjs", |
| 60 | + "es2020": "lib/index.es2020.mjs", |
| 61 | + "fesm2020": "lib/index.es2020.mjs", |
60 | 62 | "types": "lib/index.d.ts",
|
61 | 63 | "files": [
|
62 | 64 | "lib",
|
|
71 | 73 | ],
|
72 | 74 | "scripts": {
|
73 | 75 | "build": "run-p build:*",
|
74 |
| - "build:r": "r -f cjs,es2015", |
| 76 | + "build:r": "r -f cjs,es2020", |
75 | 77 | "build:ts": "tsc -b",
|
76 | 78 | "lint": "run-p lint:*",
|
77 | 79 | "lint:es": "eslint src --cache -f friendly",
|
|
103 | 105 | "synckit": "^0.8.3"
|
104 | 106 | },
|
105 | 107 | "devDependencies": {
|
106 |
| - "@1stg/lib-config": "^10.0.0", |
| 108 | + "@1stg/lib-config": "^10.1.1", |
107 | 109 | "@changesets/changelog-github": "^0.4.6",
|
108 | 110 | "@changesets/cli": "^2.24.3",
|
109 | 111 | "@mozilla/glean": "^1.1.0",
|
110 | 112 | "@types/debug": "^4.1.7",
|
111 | 113 | "@types/enhanced-resolve": "^3.0.7",
|
112 | 114 | "@types/is-core-module": "^2.2.0",
|
113 | 115 | "@types/is-glob": "^4.0.2",
|
114 |
| - "@types/node": "^18.7.6", |
| 116 | + "@types/node": "^18.7.9", |
115 | 117 | "@types/unist": "^2.0.6",
|
116 | 118 | "dummy.js": "link:dummy.js",
|
117 | 119 | "react": "^18.2.0",
|
|
0 commit comments