Comparing version 0.0.2 to 0.0.3
@@ -7,4 +7,4 @@ import path from 'node:path'; | ||
export const CLI_EPILOGUE = `Documentation: https://codeless.qa/docs/cli\n@wdio/cli (v${pkg.version})`; | ||
export const PLATFORM_URL = process.env.PLATFORM_URL || 'http://localhost:4000'; | ||
export const WORKER_HOSTNAME = process.env.WORKER_URL || 'localhost:8080'; | ||
export const PLATFORM_URL = 'https://codeless.qa' || 'http://localhost:4000'; | ||
export const WORKER_HOSTNAME = 'runner.codeless.qa' || 'localhost:8080'; | ||
export const TOKEN_PATH = path.join(homedir(), '/.codeless-qa'); |
{ | ||
"name": "qa", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Christian Bromann <christian@codeless.qa>", | ||
@@ -11,14 +11,4 @@ "description": "Codeless QA CLI", | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"build:ts": "tsc", | ||
"build:replace": "run-p build:replace:*", | ||
"build:replace:platform": "replace-in-files --string='process.env.PLATFORM_URL' --replacement='\"$PLATFORM_URL\"' ./dist/constants.js", | ||
"build:replace:worker": "replace-in-files --string='process.env.WORKER_URL' --replacement='\"$WORKER_URL\"' ./dist/constants.js", | ||
"start": "tsc --watch --preserveWatchOutput" | ||
}, | ||
"keywords": [], | ||
"dependencies": { | ||
"@codeless.qa/contracts": "workspace:*", | ||
"@codeless.qa/generator": "workspace:*", | ||
"@types/uuid": "^9.0.8", | ||
@@ -32,7 +22,17 @@ "@types/ws": "^8.5.10", | ||
"ws": "^8.17.0", | ||
"yargs": "^17.7.2" | ||
"yargs": "^17.7.2", | ||
"@codeless.qa/contracts": "0.0.1", | ||
"@codeless.qa/generator": "0.0.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "5.6.2" | ||
}, | ||
"scripts": { | ||
"build": "run-s build:*", | ||
"build:ts": "tsc", | ||
"build:replace": "run-s build:replace:*", | ||
"build:replace:platform": "replace-in-files --string='process.env.PLATFORM_URL' --replacement=\"''$PLATFORM_URL''\" ./dist/constants.js", | ||
"build:replace:worker": "replace-in-files --string='process.env.WORKER_URL' --replacement=\"''$WORKER_URL''\" ./dist/constants.js", | ||
"start": "tsc --watch --preserveWatchOutput" | ||
} | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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 2 instances in 1 package
2
0
32770
+ Added@anatine/zod-openapi@2.2.7(transitive)
+ Added@codeless.qa/contracts@0.0.1(transitive)
+ Added@ts-rest/core@3.52.0(transitive)
+ Addedopenapi3-ts@4.4.0(transitive)
+ Addedts-deepmerge@6.2.1(transitive)
+ Addedyaml@2.7.0(transitive)
+ Addedzod@3.24.2(transitive)
Updated@codeless.qa/contracts@0.0.1
Updated@codeless.qa/generator@0.0.0