Skip to content

Commit

Permalink
Merge pull request #371 from patrickcate/develop
Browse files Browse the repository at this point in the history
2023-10-28 Release
  • Loading branch information
patrickcate committed Oct 29, 2023
2 parents 1d6e271 + 0e35e6b commit 05f2861
Show file tree
Hide file tree
Showing 3 changed files with 1,832 additions and 1,142 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"husky": "^8.0.2",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"nuxt": "^3.7.3",
"nuxt": "^3.8.0",
"prettier": "^2.8.0",
"semantic-release": "^19.0.5",
"vitest": "^0.34.4"
Expand Down
3 changes: 2 additions & 1 deletion src/runtime/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Kitsu from 'kitsu'
import type KitsuTypes from 'kitsu'
import { defineNuxtPlugin, useRuntimeConfig, Plugin } from '#app'
import { defineNuxtPlugin, useRuntimeConfig } from '#app'
import type { Plugin } from '#app'

const plugin: Plugin<{ jsonApi: KitsuTypes }> = defineNuxtPlugin(nuxtApp => {
const { jsonApi: options } = useRuntimeConfig().public
Expand Down
Loading

0 comments on commit 05f2861

Please sign in to comment.