We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd32947 commit 88fe868Copy full SHA for 88fe868
2 files changed
.changeset/fix-cjs-exports.md
@@ -0,0 +1,5 @@
1
+---
2
+"agentcrumbs": patch
3
4
+
5
+Add typesVersions for node10 resolution of subpath exports
packages/agentcrumbs/package.json
@@ -7,12 +7,8 @@
7
"types": "./dist/index.d.ts",
8
"exports": {
9
".": {
10
- "import": "./dist/index.js",
11
- "types": "./dist/index.d.ts"
12
- },
13
- "./test": {
14
- "import": "./dist/sinks/memory.js",
15
- "types": "./dist/sinks/memory.d.ts"
+ "types": "./dist/index.d.ts",
+ "import": "./dist/index.js"
16
}
17
},
18
"bin": {
0 commit comments