apipost-cli 3.0.5 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -1
package/dist/index.js CHANGED
@@ -763652,7 +763652,7 @@ module.exports = JSON.parse('{"author":"Mike D Pilsbury <mike.pilsbury@gmail.com
763652
763652
  /***/ ((module) => {
763653
763653
 
763654
763654
  "use strict";
763655
- module.exports = JSON.parse('{"name":"apipost-cli-pro","version":"3.0.5","description":"Apipost 命令行运行工具。适合Apipost8及以上版本。","main":"./dist/index.js","files":["dist"],"scripts":{"test":"echo \\"Error: no test specified\\" && exit 1","clean-dist":"rm -rf ./dist","copy-report":"cp -r ./bin/apipost-reports ./dist/apipost-cli/","build":"npm run clean-dist && ncc build bin/cli.js --external uglify-js -o dist/ && npm run copy-report"},"bin":{"apipost":"./dist/index.js","apipost8":"./dist/index.js"},"keywords":[],"author":"Apipost Team","license":"UNLICENSED","devDependencies":{"@vercel/ncc":"^0.38.1","apipost-inside-tools":"^0.1.98","art-template":"^4.13.4","cli-progress":"^3.12.0","cli-table3":"^0.6.5","colors":"^1.4.0","commander":"^12.1.0","crypto":"^1.0.1","database-query":"^1.1.18","dayjs":"^1.11.13","electron":"npm:lodash@^4.17.21","lodash":"^4.17.21","node-fetch":"^3.3.2","runner-runtime":"^1.0.117","uuid":"^11.1.0"},"dependencies":{"apipost-inside-tools":"^0.1.98","axios":"^1.11.0","crypto":"^1.0.1","database-query":"^1.1.18","iconv-lite":"^0.6.3","shell-env":"^4.0.1","uuid":"^11.1.0"},"resolutions":{"uvm":"3.0.0"}}');
763655
+ module.exports = JSON.parse('{"name":"apipost-cli","version":"3.0.6","description":"Apipost 命令行运行工具。适合Apipost8及以上版本。","main":"./dist/index.js","files":["dist"],"scripts":{"test":"echo \\"Error: no test specified\\" && exit 1","clean-dist":"rm -rf ./dist","copy-report":"cp -r ./bin/apipost-reports ./dist/apipost-cli/","build":"npm run clean-dist && ncc build bin/cli.js --external uglify-js -o dist/ && npm run copy-report"},"bin":{"apipost":"./dist/index.js","apipost8":"./dist/index.js"},"keywords":[],"author":"Apipost Team","license":"UNLICENSED","devDependencies":{"@vercel/ncc":"^0.38.1","apipost-inside-tools":"^0.1.98","art-template":"^4.13.4","cli-progress":"^3.12.0","cli-table3":"^0.6.5","colors":"^1.4.0","commander":"^12.1.0","crypto":"^1.0.1","database-query":"^1.1.18","dayjs":"^1.11.13","electron":"npm:lodash@^4.17.21","lodash":"^4.17.21","node-fetch":"^3.3.2","runner-runtime":"^1.0.117","uuid":"^11.1.0"},"dependencies":{"apipost-inside-tools":"^0.1.98","axios":"^1.11.0","crypto":"^1.0.1","database-query":"^1.1.18","iconv-lite":"^0.6.3","shell-env":"^4.0.1","uuid":"^11.1.0"},"resolutions":{"uvm":"3.0.0"},"overrides":{"uvm":"3.0.0"}}');
763656
763656
 
763657
763657
  /***/ })
763658
763658
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apipost-cli",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Apipost 命令行运行工具。适合Apipost8及以上版本。",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -47,5 +47,8 @@
47
47
  },
48
48
  "resolutions": {
49
49
  "uvm": "3.0.0"
50
+ },
51
+ "overrides": {
52
+ "uvm": "3.0.0"
50
53
  }
51
54
  }