File tree Expand file tree Collapse file tree 7 files changed +797
-1408
lines changed Expand file tree Collapse file tree 7 files changed +797
-1408
lines changed Original file line number Diff line number Diff line change 8686 "typedoc" : " ^0.23.21" ,
8787 "typedoc-plugin-markdown" : " ^3.13.6" ,
8888 "typescript" : " ~4.8.4" ,
89- "unbuild" : " ^0.9.4 " ,
89+ "unbuild" : " ^1.0.1 " ,
9090 "vitepress" : " 1.0.0-alpha.28" ,
9191 "vitest" : " ^0.25.1" ,
9292 "vue" : " ^3.2.45" ,
Original file line number Diff line number Diff line change 2828 "dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground"
2929 },
3030 "dependencies" : {
31- "@nuxt/kit" : " ^3.0.0-rc.13 "
31+ "@nuxt/kit" : " ^3.0.0-rc.14 "
3232 },
3333 "peerDependencies" : {
34- "firebase" : " ^9.0.0" ,
3534 "@firebase/app-types" : " >=0.8.1" ,
35+ "firebase" : " ^9.0.0" ,
3636 "vuefire" : " ^3.0.0-0"
3737 },
3838 "devDependencies" : {
3939 "@firebase/app-types" : " ^0.8.1" ,
40- "@nuxt/module-builder" : " ^0.2.0 " ,
41- "@nuxt/schema" : " ^3.0.0-rc.13 " ,
40+ "@nuxt/module-builder" : " ^0.2.1 " ,
41+ "@nuxt/schema" : " ^3.0.0-rc.14 " ,
4242 "@nuxtjs/eslint-config-typescript" : " ^11.0.0" ,
4343 "eslint" : " ^8.27.0" ,
4444 "firebase" : " ^9.14.0" ,
45- "nuxt" : " ^3.0.0-rc.12 " ,
45+ "nuxt" : " ^3.0.0-rc.14 " ,
4646 "vuefire" : " workspace:*"
4747 }
4848}
Original file line number Diff line number Diff line change 11import { fileURLToPath } from 'node:url'
22import { defineNuxtConfig } from 'nuxt/config'
3- import VueFire from '..'
3+ import VueFire from '../ '
44
55export default defineNuxtConfig ( {
66 pageTransition : null ,
77 layoutTransition : null ,
88 alias : {
9- vuefire : fileURLToPath ( new URL ( '../src/index.ts' , import . meta. url ) ) ,
10- 'nuxt-vuefire' : fileURLToPath (
11- new URL ( '../packages/nuxt/src/module.ts' , import . meta. url )
12- ) ,
9+ vuefire : fileURLToPath ( new URL ( '../../../src/index.ts' , import . meta. url ) ) ,
10+ 'nuxt-vuefire' : fileURLToPath ( new URL ( '../src/module.ts' , import . meta. url ) ) ,
1311 } ,
14- modules : [ VueFire ] ,
12+ modules : [
13+ //
14+ [ VueFire , { } ] ,
15+ ] ,
1516} )
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const VueFireModule: NuxtModule<VueFireNuxtModuleOptions> =
4444
4545 setup ( options , nuxt ) {
4646 const runtimeDir = fileURLToPath ( new URL ( './runtime' , import . meta. url ) )
47+ console . log ( 'TOEHUNTOEUHNTUEHoT' )
4748 nuxt . options . build . transpile . push ( runtimeDir )
4849 // TODO: check for individual options
4950 addPlugin ( resolve ( runtimeDir , 'plugin' ) )
Original file line number Diff line number Diff line change 1919 "firebase-functions" : " ^4.0.2"
2020 },
2121 "devDependencies" : {
22- "@typescript-eslint/eslint-plugin" : " ^5.42.1 " ,
23- "@typescript-eslint/parser" : " ^5.42.1 " ,
22+ "@typescript-eslint/eslint-plugin" : " ^5.43.0 " ,
23+ "@typescript-eslint/parser" : " ^5.43.0 " ,
2424 "eslint" : " ^8.27.0" ,
2525 "eslint-config-google" : " ^0.14.0" ,
2626 "eslint-plugin-import" : " ^2.25.4" ,
Original file line number Diff line number Diff line change 2626 "npm-run-all" : " ^4.1.5" ,
2727 "typescript" : " ~4.8.4" ,
2828 "unplugin-vue-router" : " ^0.2.3" ,
29- "vite" : " ^3.2.3 " ,
29+ "vite" : " ^3.2.4 " ,
3030 "vue-tsc" : " ^1.0.9"
3131 }
3232}
You can’t perform that action at this time.
0 commit comments