0.1.9 #10

Merged
Thilawyn merged 7 commits from next into master 2024-08-20 02:19:32 +02:00
Showing only changes of commit 6f97819302 - Show all commits

View File

@@ -17,6 +17,16 @@
"default": "./dist/index.cjs"
}
},
"./Layers": {
"import": {
"types": "./dist/Layers/index.d.ts",
"default": "./dist/Layers/index.js"
},
"require": {
"types": "./dist/Layers/index.d.cts",
"default": "./dist/Layers/index.cjs"
}
},
"./Types": {
"import": {
"types": "./dist/Types/index.d.ts",