@markprompt/web
Advanced tools
Comparing version 0.2.2-beta2 to 0.2.2-beta20
{ | ||
"name": "@markprompt/web", | ||
"version": "0.2.2-beta2", | ||
"description": "Prompt web component for Markprompt", | ||
"main": "index.js", | ||
"version": "0.2.2-beta20", | ||
"description": "A web component for adding GPT-4 powered search using the Markprompt API.", | ||
"author": "Motif", | ||
"main": "dist/index.cjs", | ||
"typings": "dist/index.d.ts", | ||
"module": "dist/markprompt.esm.js", | ||
"license": "MIT", | ||
"author": "Motif", | ||
"type": "module", | ||
"sideEffects": false, | ||
"files": [ | ||
"README.md", | ||
"dist" | ||
], | ||
"exports": { | ||
"import": "./dist/markprompt.esm.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"repository": { | ||
@@ -13,7 +26,11 @@ "type": "git", | ||
}, | ||
"type": "module", | ||
"module": "index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "npx tsc -b", | ||
"dev": "npx tsc -b -w" | ||
"build": "./scripts/build.sh --external:react --external:react-dom", | ||
"dev": "npx tsc -b -w", | ||
"build-tsc": "npx tsc -b", | ||
"build-vite": "vite build", | ||
"vite": "vite" | ||
}, | ||
@@ -31,4 +48,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"typescript": "^5.0.4" | ||
"typescript": "^5.0.4", | ||
"vite": "^4.2.0" | ||
} | ||
} |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
32666
11
1
84
2
727
1