vuetify-pro-tiptap
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import type { VueConstructor, PluginFunction } from 'vue'; | ||
import type { Plugin } from 'vue-demi'; | ||
import type { default as Vuetify } from 'vuetify/lib'; | ||
@@ -11,3 +11,3 @@ import VuetifyTiptap from './components/VuetifyTiptap.vue'; | ||
lang?: string; | ||
components?: Record<string, VueConstructor>; | ||
components?: Record<string, any>; | ||
config?: Partial<StarterKitOptions>; | ||
@@ -23,5 +23,5 @@ } | ||
} | ||
declare const createVuetifyProTipTap: (opts: InstallationOptions) => PluginFunction<InstallationOptions>; | ||
declare const createVuetifyProTipTap: (opts: InstallationOptions) => Plugin; | ||
export { createVuetifyProTipTap, VuetifyTiptap, VuetifyViewer }; | ||
export { locale, zhHans, en }; | ||
export type { ToolbarType, StarterKitOptions, InstallationOptions }; |
{ | ||
"name": "vuetify-pro-tiptap", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"license": "MIT", | ||
@@ -44,5 +44,5 @@ "description": "tiptap text editor on vuejs and vuetify", | ||
"scripts": { | ||
"dev": "vite", | ||
"dev": "vite --config vite-example.config.ts", | ||
"build:lib": "pnpm check:types && vite build", | ||
"build:examples": "pnpm build:lib && pnpm check:types && vite build --mode examples", | ||
"build:examples": "pnpm build:lib && pnpm check:types && vite build --config vite-example.config.ts", | ||
"lint": "eslint {src,examples}/**/*.{js,ts,tsx,vue}", | ||
@@ -69,2 +69,7 @@ "lint:fix": "eslint {src,examples}/**/*.{js,ts,tsx,vue} --fix", | ||
}, | ||
"peerDependenciesMeta": { | ||
"@vue/composition-api": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -79,3 +84,3 @@ "@commitlint/cli": "^17.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.4", | ||
"@semantic-release/github": "^8.0.5", | ||
"@semantic-release/npm": "^9.0.1", | ||
@@ -106,3 +111,3 @@ "@semantic-release/release-notes-generator": "^10.0.3", | ||
"@types/node": "^17.0.42", | ||
"@vue/composition-api": "^1.6.3", | ||
"@vue/composition-api": "^1.7.0", | ||
"@vue/eslint-config-prettier": "^7.0.0", | ||
@@ -112,3 +117,3 @@ "@vue/eslint-config-typescript": "^11.0.0", | ||
"commitizen": "^4.2.4", | ||
"eslint": "^8.18.0", | ||
"eslint": "^8.19.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -126,5 +131,5 @@ "eslint-define-config": "^1.5.1", | ||
"typescript": "^4.7.4", | ||
"unplugin-vue-components": "^0.20.1", | ||
"vite": "^2.9.13", | ||
"vite-plugin-dts": "^1.2.0", | ||
"unplugin-vue-components": "^0.21.1", | ||
"vite": "^2.9.14", | ||
"vite-plugin-dts": "^1.2.1", | ||
"vite-plugin-eslint": "^1.6.1", | ||
@@ -138,3 +143,6 @@ "vite-plugin-vue2": "^2.0.1", | ||
"xss": "^1.0.13" | ||
}, | ||
"dependencies": { | ||
"vue-demi": "^0.13.5" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2
-33.33%1553979
-4.42%4
33.33%25
-34.21%30989
-3.13%+ Added
+ Added