File tree Expand file tree Collapse file tree 2 files changed +110
-889
lines changed Expand file tree Collapse file tree 2 files changed +110
-889
lines changed Original file line number Diff line number Diff line change 66 "type" : " git" ,
77 "url" : " git+https://github.com/nuxt-modules/strapi.git"
88 },
9+ "homepage" : " https://strapi.nuxtjs.org" ,
910 "license" : " MIT" ,
11+ "type" : " module" ,
1012 "exports" : {
11- "." : {
12- "types" : " ./dist/module.d.ts" ,
13- "import" : " ./dist/module.mjs" ,
14- "require" : " ./dist/module.cjs"
13+ "." : " ./dist/module.mjs"
14+ },
15+ "main" : " ./dist/module.mjs" ,
16+ "typesVersions" : {
17+ "*" : {
18+ "." : [
19+ " ./dist/module.d.mts"
20+ ]
1521 }
1622 },
17- "main" : " ./dist/module.cjs" ,
18- "types" : " ./dist/types.d.ts" ,
1923 "files" : [
2024 " dist"
2125 ],
4145 "devDependencies" : {
4246 "@nuxt/devtools" : " ^2.5.0" ,
4347 "@nuxt/eslint-config" : " ^1.4.1" ,
44- "@nuxt/module-builder" : " ^0.8.4 " ,
48+ "@nuxt/module-builder" : " ^1.0.1 " ,
4549 "eslint" : " ^9.29.0" ,
4650 "nuxt" : " ^3.17.5" ,
4751 "standard-version" : " ^9.5.0" ,
You can’t perform that action at this time.
0 commit comments