@elderjs/plugin-random
Advanced tools
Comparing version 1.3.10 to 1.8.0-beta.4
{ | ||
"name": "@elderjs/plugin-random", | ||
"version": "1.3.10", | ||
"version": "1.8.0-beta.4", | ||
"description": "Easily preview a random page of a route by visiting a single url. This plugin should be used exclusively for development.", | ||
@@ -15,8 +15,14 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "./build/index.js", | ||
"module": "./build/index.mjs", | ||
"types": "/build/index.d.ts", | ||
"exports": { | ||
"require": "./build/index.js", | ||
"import": "./build/index.mjs" | ||
}, | ||
"directories": {}, | ||
"files": [ | ||
"index.js", | ||
"Random.svelte", | ||
"RandomLayout.svelte" | ||
"build/index.js", | ||
"svelte/Random.svelte", | ||
"svelte/RandomLayout.svelte" | ||
], | ||
@@ -28,10 +34,23 @@ "repository": { | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.19.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
"build-fast": "tsup src/index.ts --outDir build --format cjs,esm", | ||
"build": "pnpm run build-fast -- --dts-resolve ", | ||
"prepublishOnly": "pnpm run build", | ||
"dev": "tsc -p tsconfig.json -w" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Elderjs/plugins/issues" | ||
}, | ||
"svelte": "svelte/index.js", | ||
"dependencies": { | ||
"svelte": "^3.48.0" | ||
}, | ||
"devDependencies": { | ||
"@elderjs/elderjs": "file:../../../elderjs", | ||
"ts-node": "^9.1.1", | ||
"tsup": "6.0.1", | ||
"typescript": "^4.0.2" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
7928
105
1
4
1
1
+ Addedsvelte@^3.48.0
+ Addedsvelte@3.59.2(transitive)