koatty_trace
Advanced tools
Comparing version 1.7.0 to 1.7.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.7.2](https://github.com/koatty/koatty_trace/compare/v1.7.0...v1.7.2) (2023-01-13) | ||
## [1.7.0](https://github.com/koatty/koatty_trace/compare/v1.6.10...v1.7.0) (2022-11-16) | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2022-11-16 16:28:25 | ||
* @Date: 2023-01-13 12:34:58 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
/*! | ||
* @Author: richen | ||
* @Date: 2022-11-16 16:28:10 | ||
* @Date: 2023-01-13 12:34:44 | ||
* @License: BSD (3-Clause) | ||
@@ -10,4 +10,2 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var uuid = require('uuid'); | ||
@@ -22,4 +20,3 @@ var async_hooks = require('async_hooks'); | ||
function _interopNamespace(e) { | ||
if (e && e.__esModule) return e; | ||
function _interopNamespaceDefault(e) { | ||
var n = Object.create(null); | ||
@@ -37,7 +34,7 @@ if (e) { | ||
} | ||
n["default"] = e; | ||
n.default = e; | ||
return Object.freeze(n); | ||
} | ||
var Helper__namespace = /*#__PURE__*/_interopNamespace(Helper); | ||
var Helper__namespace = /*#__PURE__*/_interopNamespaceDefault(Helper); | ||
@@ -119,3 +116,3 @@ /* | ||
* @Date: 2022-02-21 11:32:03 | ||
* @LastEditTime: 2022-08-19 12:09:14 | ||
* @LastEditTime: 2023-01-13 12:28:18 | ||
*/ | ||
@@ -151,3 +148,3 @@ /** | ||
* @Date: 2021-11-19 00:14:59 | ||
* @LastEditTime: 2022-11-16 16:17:37 | ||
* @LastEditTime: 2023-01-13 12:28:05 | ||
*/ | ||
@@ -217,3 +214,3 @@ /** | ||
* @Date: 2021-11-19 00:23:06 | ||
* @LastEditTime: 2022-11-16 16:17:21 | ||
* @LastEditTime: 2023-01-13 12:28:00 | ||
*/ | ||
@@ -284,3 +281,3 @@ /** | ||
* @Date: 2021-11-19 00:24:43 | ||
* @LastEditTime: 2022-11-16 16:17:49 | ||
* @LastEditTime: 2023-01-13 12:28:11 | ||
*/ | ||
@@ -287,0 +284,0 @@ /** |
{ | ||
"name": "koatty_trace", | ||
"version": "1.7.0", | ||
"description": "Full link tracking and error interception for koatty.", | ||
"scripts": { | ||
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp", | ||
"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/", | ||
"build:js": "del-cli --force dist && npx rollup -c .rollup.config.js", | ||
"build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api", | ||
"build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose", | ||
"eslint": "eslint --ext .ts,.js ./", | ||
"prepublishOnly": "npm test && npm run build", | ||
"prerelease": "npm test && npm run build", | ||
"release": "standard-version", | ||
"release:minor": "npm run release -- --release-as minor", | ||
"test": "npm run eslint && jest --passWithNoTests" | ||
}, | ||
"main": "./dist/index.js", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/koatty/koatty_trace.git" | ||
}, | ||
"keywords": [ | ||
"web", | ||
"typescript", | ||
"framework", | ||
"mvc", | ||
"koa2", | ||
"restful", | ||
"agile", | ||
"koatty_trace", | ||
"koatty" | ||
], | ||
"engines": { | ||
"node": ">10.0.0" | ||
}, | ||
"author": { | ||
"name": "richenlin", | ||
"email": "richenlin@gmail.com" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/koatty/koatty_trace/issues" | ||
}, | ||
"homepage": "https://github.com/koatty/koatty_trace", | ||
"maintainers": [ | ||
{ | ||
"name": "richenlin", | ||
"email": "richenlin@gmail.com" | ||
} | ||
], | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.x.x", | ||
"@commitlint/config-conventional": "^17.x.x", | ||
"@grpc/grpc-js": "^1.6.7", | ||
"@microsoft/api-documenter": "^7.x.x", | ||
"@microsoft/api-extractor": "^7.x.x", | ||
"@rollup/plugin-json": "^4.x.x", | ||
"@types/jest": "^27.x.x", | ||
"@types/koa": "^2.x.x", | ||
"@types/node": "^16.x.x", | ||
"@types/uuid": "^8.3.4", | ||
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.x.x", | ||
"@typescript-eslint/parser": "^5.x.x", | ||
"conventional-changelog-cli": "^2.x.x", | ||
"copyfiles": "^2.x.x", | ||
"del-cli": "^4.x.x", | ||
"eslint": "^8.x.x", | ||
"eslint-plugin-jest": "^26.x.x", | ||
"husky": "^4.x.x", | ||
"jest": "^28.x.x", | ||
"jest-html-reporters": "^3.x.x", | ||
"rollup": "^2.x.x", | ||
"rollup-plugin-typescript2": "^0.x.x", | ||
"standard-version": "^9.x.x", | ||
"ts-jest": "^28.x.x", | ||
"ts-node": "^10.x.x", | ||
"typescript": "^4.x.x" | ||
}, | ||
"dependencies": { | ||
"koatty_container": "^1.x.x", | ||
"koatty_core": "^1.x.x", | ||
"koatty_exception": "^1.x.x", | ||
"koatty_lib": "^1.x.x", | ||
"uuid": "^8.3.2" | ||
}, | ||
"peerDependencies": { | ||
"koatty_container": "^1.x.x", | ||
"koatty_core": "^1.x.x", | ||
"koatty_exception": "^1.x.x", | ||
"koatty_lib": "^1.x.x" | ||
"name": "koatty_trace", | ||
"version": "1.7.2", | ||
"description": "Full link tracking and error interception for koatty.", | ||
"scripts": { | ||
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp", | ||
"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/", | ||
"build:js": "del-cli --force dist && npx rollup --bundleConfigAsCjs -c .rollup.config.js", | ||
"build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api", | ||
"build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose", | ||
"eslint": "eslint --ext .ts,.js ./", | ||
"prepublishOnly": "npm test && npm run build", | ||
"prerelease": "npm test && npm run build", | ||
"pub": "git push --follow-tags origin && npm publish", | ||
"release": "standard-version", | ||
"release:minor": "npm run release -- --release-as minor", | ||
"test": "npm run eslint && jest --passWithNoTests" | ||
}, | ||
"main": "./dist/index.js", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/koatty/koatty_trace.git" | ||
}, | ||
"keywords": [ | ||
"web", | ||
"typescript", | ||
"framework", | ||
"mvc", | ||
"koa2", | ||
"restful", | ||
"agile", | ||
"koatty_trace", | ||
"koatty" | ||
], | ||
"engines": { | ||
"node": ">10.0.0" | ||
}, | ||
"author": { | ||
"name": "richenlin", | ||
"email": "richenlin@gmail.com" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/koatty/koatty_trace/issues" | ||
}, | ||
"homepage": "https://github.com/koatty/koatty_trace", | ||
"maintainers": [ | ||
{ | ||
"name": "richenlin", | ||
"email": "richenlin@gmail.com" | ||
} | ||
], | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.x.x", | ||
"@commitlint/config-conventional": "^17.x.x", | ||
"@grpc/grpc-js": "^1.8.4", | ||
"@microsoft/api-documenter": "^7.x.x", | ||
"@microsoft/api-extractor": "^7.x.x", | ||
"@rollup/plugin-json": "^6.x.x", | ||
"@types/jest": "^29.x.x", | ||
"@types/koa": "^2.x.x", | ||
"@types/node": "^18.x.x", | ||
"@types/uuid": "^9.x.x", | ||
"@types/ws": "^8.5.4", | ||
"@typescript-eslint/eslint-plugin": "^5.x.x", | ||
"@typescript-eslint/parser": "^5.x.x", | ||
"conventional-changelog-cli": "^2.x.x", | ||
"copyfiles": "^2.x.x", | ||
"del-cli": "^4.x.x", | ||
"eslint": "^8.x.x", | ||
"eslint-plugin-jest": "^27.x.x", | ||
"husky": "^4.x.x", | ||
"jest": "^29.x.x", | ||
"jest-html-reporters": "^3.x.x", | ||
"rollup": "^3.x.x", | ||
"rollup-plugin-typescript2": "^0.x.x", | ||
"standard-version": "^9.x.x", | ||
"ts-jest": "^29.x.x", | ||
"ts-node": "^10.x.x", | ||
"typescript": "^4.x.x" | ||
}, | ||
"dependencies": { | ||
"koatty_container": "^1.x.x", | ||
"koatty_core": "^1.x.x", | ||
"koatty_exception": "^1.x.x", | ||
"koatty_lib": "^1.x.x", | ||
"uuid": "^9.0.0" | ||
}, | ||
"peerDependencies": { | ||
"koatty_container": "^1.x.x", | ||
"koatty_core": "^1.x.x", | ||
"koatty_exception": "^1.x.x", | ||
"koatty_lib": "^1.x.x" | ||
} | ||
} |
191
package.json
{ | ||
"name": "koatty_trace", | ||
"version": "1.7.0", | ||
"description": "Full link tracking and error interception for koatty.", | ||
"scripts": { | ||
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp", | ||
"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/", | ||
"build:js": "del-cli --force dist && npx rollup -c .rollup.config.js", | ||
"build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api", | ||
"build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose", | ||
"eslint": "eslint --ext .ts,.js ./", | ||
"prepublishOnly": "npm test && npm run build", | ||
"prerelease": "npm test && npm run build", | ||
"release": "standard-version", | ||
"release:minor": "npm run release -- --release-as minor", | ||
"test": "npm run eslint && jest --passWithNoTests" | ||
}, | ||
"main": "./dist/index.js", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/koatty/koatty_trace.git" | ||
}, | ||
"keywords": [ | ||
"web", | ||
"typescript", | ||
"framework", | ||
"mvc", | ||
"koa2", | ||
"restful", | ||
"agile", | ||
"koatty_trace", | ||
"koatty" | ||
], | ||
"engines": { | ||
"node": ">10.0.0" | ||
}, | ||
"author": { | ||
"name": "richenlin", | ||
"email": "richenlin@gmail.com" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/koatty/koatty_trace/issues" | ||
}, | ||
"homepage": "https://github.com/koatty/koatty_trace", | ||
"maintainers": [ | ||
{ | ||
"name": "richenlin", | ||
"email": "richenlin@gmail.com" | ||
} | ||
], | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.x.x", | ||
"@commitlint/config-conventional": "^17.x.x", | ||
"@grpc/grpc-js": "^1.6.7", | ||
"@microsoft/api-documenter": "^7.x.x", | ||
"@microsoft/api-extractor": "^7.x.x", | ||
"@rollup/plugin-json": "^4.x.x", | ||
"@types/jest": "^27.x.x", | ||
"@types/koa": "^2.x.x", | ||
"@types/node": "^16.x.x", | ||
"@types/uuid": "^8.3.4", | ||
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.x.x", | ||
"@typescript-eslint/parser": "^5.x.x", | ||
"conventional-changelog-cli": "^2.x.x", | ||
"copyfiles": "^2.x.x", | ||
"del-cli": "^4.x.x", | ||
"eslint": "^8.x.x", | ||
"eslint-plugin-jest": "^26.x.x", | ||
"husky": "^4.x.x", | ||
"jest": "^28.x.x", | ||
"jest-html-reporters": "^3.x.x", | ||
"rollup": "^2.x.x", | ||
"rollup-plugin-typescript2": "^0.x.x", | ||
"standard-version": "^9.x.x", | ||
"ts-jest": "^28.x.x", | ||
"ts-node": "^10.x.x", | ||
"typescript": "^4.x.x" | ||
}, | ||
"dependencies": { | ||
"koatty_container": "^1.x.x", | ||
"koatty_core": "^1.x.x", | ||
"koatty_exception": "^1.x.x", | ||
"koatty_lib": "^1.x.x", | ||
"uuid": "^8.3.2" | ||
}, | ||
"peerDependencies": { | ||
"koatty_container": "^1.x.x", | ||
"koatty_core": "^1.x.x", | ||
"koatty_exception": "^1.x.x", | ||
"koatty_lib": "^1.x.x" | ||
"name": "koatty_trace", | ||
"version": "1.7.2", | ||
"description": "Full link tracking and error interception for koatty.", | ||
"scripts": { | ||
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp", | ||
"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/", | ||
"build:js": "del-cli --force dist && npx rollup --bundleConfigAsCjs -c .rollup.config.js", | ||
"build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api", | ||
"build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose", | ||
"eslint": "eslint --ext .ts,.js ./", | ||
"prepublishOnly": "npm test && npm run build", | ||
"prerelease": "npm test && npm run build", | ||
"pub": "git push --follow-tags origin && npm publish", | ||
"release": "standard-version", | ||
"release:minor": "npm run release -- --release-as minor", | ||
"test": "npm run eslint && jest --passWithNoTests" | ||
}, | ||
"main": "./dist/index.js", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/koatty/koatty_trace.git" | ||
}, | ||
"keywords": [ | ||
"web", | ||
"typescript", | ||
"framework", | ||
"mvc", | ||
"koa2", | ||
"restful", | ||
"agile", | ||
"koatty_trace", | ||
"koatty" | ||
], | ||
"engines": { | ||
"node": ">10.0.0" | ||
}, | ||
"author": { | ||
"name": "richenlin", | ||
"email": "richenlin@gmail.com" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/koatty/koatty_trace/issues" | ||
}, | ||
"homepage": "https://github.com/koatty/koatty_trace", | ||
"maintainers": [ | ||
{ | ||
"name": "richenlin", | ||
"email": "richenlin@gmail.com" | ||
} | ||
], | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.x.x", | ||
"@commitlint/config-conventional": "^17.x.x", | ||
"@grpc/grpc-js": "^1.8.4", | ||
"@microsoft/api-documenter": "^7.x.x", | ||
"@microsoft/api-extractor": "^7.x.x", | ||
"@rollup/plugin-json": "^6.x.x", | ||
"@types/jest": "^29.x.x", | ||
"@types/koa": "^2.x.x", | ||
"@types/node": "^18.x.x", | ||
"@types/uuid": "^9.x.x", | ||
"@types/ws": "^8.5.4", | ||
"@typescript-eslint/eslint-plugin": "^5.x.x", | ||
"@typescript-eslint/parser": "^5.x.x", | ||
"conventional-changelog-cli": "^2.x.x", | ||
"copyfiles": "^2.x.x", | ||
"del-cli": "^4.x.x", | ||
"eslint": "^8.x.x", | ||
"eslint-plugin-jest": "^27.x.x", | ||
"husky": "^4.x.x", | ||
"jest": "^29.x.x", | ||
"jest-html-reporters": "^3.x.x", | ||
"rollup": "^3.x.x", | ||
"rollup-plugin-typescript2": "^0.x.x", | ||
"standard-version": "^9.x.x", | ||
"ts-jest": "^29.x.x", | ||
"ts-node": "^10.x.x", | ||
"typescript": "^4.x.x" | ||
}, | ||
"dependencies": { | ||
"koatty_container": "^1.x.x", | ||
"koatty_core": "^1.x.x", | ||
"koatty_exception": "^1.x.x", | ||
"koatty_lib": "^1.x.x", | ||
"uuid": "^9.0.0" | ||
}, | ||
"peerDependencies": { | ||
"koatty_container": "^1.x.x", | ||
"koatty_core": "^1.x.x", | ||
"koatty_exception": "^1.x.x", | ||
"koatty_lib": "^1.x.x" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
45325
1054
+ Addedhas-symbols@1.0.3(transitive)
+ Addeduuid@9.0.1(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removeduuid@8.3.2(transitive)
Updateduuid@^9.0.0