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 86
86
"typedoc" : " ^0.23.21" ,
87
87
"typedoc-plugin-markdown" : " ^3.13.6" ,
88
88
"typescript" : " ~4.8.4" ,
89
- "unbuild" : " ^0.9.4 " ,
89
+ "unbuild" : " ^1.0.1 " ,
90
90
"vitepress" : " 1.0.0-alpha.28" ,
91
91
"vitest" : " ^0.25.1" ,
92
92
"vue" : " ^3.2.45" ,
Original file line number Diff line number Diff line change 28
28
"dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground"
29
29
},
30
30
"dependencies" : {
31
- "@nuxt/kit" : " ^3.0.0-rc.13 "
31
+ "@nuxt/kit" : " ^3.0.0-rc.14 "
32
32
},
33
33
"peerDependencies" : {
34
- "firebase" : " ^9.0.0" ,
35
34
"@firebase/app-types" : " >=0.8.1" ,
35
+ "firebase" : " ^9.0.0" ,
36
36
"vuefire" : " ^3.0.0-0"
37
37
},
38
38
"devDependencies" : {
39
39
"@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 " ,
42
42
"@nuxtjs/eslint-config-typescript" : " ^11.0.0" ,
43
43
"eslint" : " ^8.27.0" ,
44
44
"firebase" : " ^9.14.0" ,
45
- "nuxt" : " ^3.0.0-rc.12 " ,
45
+ "nuxt" : " ^3.0.0-rc.14 " ,
46
46
"vuefire" : " workspace:*"
47
47
}
48
48
}
Original file line number Diff line number Diff line change 1
1
import { fileURLToPath } from 'node:url'
2
2
import { defineNuxtConfig } from 'nuxt/config'
3
- import VueFire from '..'
3
+ import VueFire from '../ '
4
4
5
5
export default defineNuxtConfig ( {
6
6
pageTransition : null ,
7
7
layoutTransition : null ,
8
8
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 ) ) ,
13
11
} ,
14
- modules : [ VueFire ] ,
12
+ modules : [
13
+ //
14
+ [ VueFire , { } ] ,
15
+ ] ,
15
16
} )
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const VueFireModule: NuxtModule<VueFireNuxtModuleOptions> =
44
44
45
45
setup ( options , nuxt ) {
46
46
const runtimeDir = fileURLToPath ( new URL ( './runtime' , import . meta. url ) )
47
+ console . log ( 'TOEHUNTOEUHNTUEHoT' )
47
48
nuxt . options . build . transpile . push ( runtimeDir )
48
49
// TODO: check for individual options
49
50
addPlugin ( resolve ( runtimeDir , 'plugin' ) )
Original file line number Diff line number Diff line change 19
19
"firebase-functions" : " ^4.0.2"
20
20
},
21
21
"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 " ,
24
24
"eslint" : " ^8.27.0" ,
25
25
"eslint-config-google" : " ^0.14.0" ,
26
26
"eslint-plugin-import" : " ^2.25.4" ,
Original file line number Diff line number Diff line change 26
26
"npm-run-all" : " ^4.1.5" ,
27
27
"typescript" : " ~4.8.4" ,
28
28
"unplugin-vue-router" : " ^0.2.3" ,
29
- "vite" : " ^3.2.3 " ,
29
+ "vite" : " ^3.2.4 " ,
30
30
"vue-tsc" : " ^1.0.9"
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments