@waline/client
Advanced tools
Comparing version 3.0.0-alpha.4 to 3.0.0-alpha.5
{ | ||
"name": "@waline/client", | ||
"version": "3.0.0-alpha.4", | ||
"version": "3.0.0-alpha.5", | ||
"description": "client for waline comment system", | ||
@@ -25,37 +25,31 @@ "keywords": [ | ||
"types": "./dist/shim.d.ts", | ||
"import": "./dist/shim.mjs", | ||
"require": "./dist/shim.cjs", | ||
"default": "./dist/shim.cjs" | ||
"default": "./dist/shim.js" | ||
}, | ||
"./component": { | ||
"default": "./dist/component.mjs", | ||
"types": "./dist/component.d.ts" | ||
"types": "./dist/component.d.ts", | ||
"default": "./dist/component.js" | ||
}, | ||
"./full": { | ||
"types": "./dist/waline.d.ts", | ||
"import": "./dist/waline.mjs", | ||
"require": "./dist/waline.cjs", | ||
"default": "./dist/waline.js" | ||
"import": "./dist/waline.js", | ||
"default": "./dist/waline.umd.js" | ||
}, | ||
"./comment": { | ||
"types": "./dist/comment.d.ts", | ||
"import": "./dist/comment.mjs", | ||
"require": "./dist/comment.cjs", | ||
"default": "./dist/comment.js" | ||
"import": "./dist/comment.js", | ||
"default": "./dist/comment.umd.js" | ||
}, | ||
"./pageview": { | ||
"types": "./dist/pageview.d.ts", | ||
"import": "./dist/pageview.mjs", | ||
"require": "./dist/pageview.cjs", | ||
"default": "./dist/pageview.js" | ||
"import": "./dist/pageview.js", | ||
"default": "./dist/pageview.umd.js" | ||
}, | ||
"./waline.css": "./dist/waline.css", | ||
"./waline-meta.css": "./dist/waline-meta.css", | ||
"./dist/*": "./dist/*", | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/shim.cjs", | ||
"module": "./dist/shim.mjs", | ||
"browser": "./dist/waline.js", | ||
"types": "./dist/shim.d.mts", | ||
"main": "./dist/shim.js", | ||
"module": "./dist/shim.js", | ||
"browser": "./dist/waline.umd.js", | ||
"types": "./dist/shim.d.ts", | ||
"files": [ | ||
@@ -69,3 +63,3 @@ "dist" | ||
"prepublishOnly": "pnpm clean && pnpm build", | ||
"rollup": "rollup -c rollup.config.mts --configPlugin esbuild", | ||
"rollup": "rollup -c rollup.config.ts --configPlugin esbuild", | ||
"style": "pnpm style:main && pnpm style:meta", | ||
@@ -97,20 +91,20 @@ "style:main": "sass ./src/styles/index.scss ./dist/waline.css --style=compressed", | ||
"dependencies": { | ||
"@vueuse/core": "^10.6.1", | ||
"@waline/api": "^1.0.0-alpha.3", | ||
"@vueuse/core": "^10.7.0", | ||
"@waline/api": "^1.0.0-alpha.4", | ||
"autosize": "^6.0.1", | ||
"marked": "^10.0.0", | ||
"marked-highlight": "^2.0.7", | ||
"vue": "^3.3.9" | ||
"marked": "^11.1.0", | ||
"marked-highlight": "^2.0.9", | ||
"vue": "^3.3.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.23.3", | ||
"@babel/preset-env": "7.23.3", | ||
"@giphy/js-types": "4.4.0", | ||
"@babel/core": "7.23.6", | ||
"@babel/preset-env": "7.23.6", | ||
"@giphy/js-types": "5.0.0", | ||
"@types/autosize": "4.0.3", | ||
"@types/marked": "5.0.2", | ||
"@vitejs/plugin-vue": "4.5.0", | ||
"@vitejs/plugin-vue": "4.5.2", | ||
"recaptcha-v3": "1.10.0", | ||
"user-agent-data-types": "0.4.2", | ||
"vite": "5.0.0" | ||
"vite": "5.0.8" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
4446
+ Addedmarked@11.2.0(transitive)
- Removedmarked@10.0.0(transitive)
Updated@vueuse/core@^10.7.0
Updated@waline/api@^1.0.0-alpha.4
Updatedmarked@^11.1.0
Updatedmarked-highlight@^2.0.9
Updatedvue@^3.3.11