koatty_container
Advanced tools
Comparing version 1.7.9 to 1.7.10
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.7.10](https://github.com/koatty/koatty_container/compare/v1.7.7...v1.7.10) (2022-05-26) | ||
### [1.7.7](https://github.com/koatty/koatty_container/compare/v1.7.6...v1.7.7) (2022-02-25) | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2022-05-26 10:38:20 | ||
* @Date: 2022-05-26 13:56:50 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
/*! | ||
* @Author: richen | ||
* @Date: 2022-05-26 10:38:04 | ||
* @Date: 2022-05-26 13:56:37 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
{ | ||
"name": "koatty_container", | ||
"version": "1.7.9", | ||
"version": "1.7.10", | ||
"description": "IOC Container for Koatty.", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/", | ||
"build:js": "del-cli --force dist && npx rollup -c", | ||
"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", | ||
@@ -85,2 +85,2 @@ "build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose", | ||
} | ||
} | ||
} |
{ | ||
"name": "koatty_container", | ||
"version": "1.7.9", | ||
"version": "1.7.10", | ||
"description": "IOC Container for Koatty.", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/", | ||
"build:js": "del-cli --force dist && npx rollup -c", | ||
"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", | ||
@@ -85,2 +85,2 @@ "build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose", | ||
} | ||
} | ||
} |
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
361798
2572