Comparing version 0.2.2 to 0.2.3
@@ -7,2 +7,3 @@ #!/usr/bin/env node | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
process.env.YODE_DISABLE_NODE_WARNING = 'true'; | ||
const promises_1 = __importDefault(require("node:readline/promises")); | ||
@@ -9,0 +10,0 @@ const nanospinner_1 = require("nanospinner"); |
@@ -1,1 +0,1 @@ | ||
{"version":"0.2.2"} | ||
{"version":"0.2.3"} |
{ | ||
"name": "chieapp", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "dist/gui-main.js", | ||
@@ -24,3 +24,3 @@ "description": "An extensible desktop app for large language models like ChatGPT and New Bing", | ||
"scripts": { | ||
"prepack": "tsc", | ||
"prepack": "node types/generate-package-json.js && tsc", | ||
"start": "yode node_modules/ts-node/dist/bin.js src/gui-main.ts", | ||
@@ -32,2 +32,3 @@ "start-cli": "yode node_modules/ts-node/dist/bin.js src/cli-main.ts", | ||
"fontello": "fontello-cli open --config assets/view/fontello.json", | ||
"build-types": "", | ||
"build": "yackage build out", | ||
@@ -34,0 +35,0 @@ "dist": "yackage dist out" |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
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
3715906
8888
10
15