@litert/core
Advanced tools
Comparing version 0.6.0 to 0.7.0
# Changes Logs | ||
## v0.7.0 | ||
- Introduce new error definitions system. | ||
- Updated method `Async.sleep`, now it accepts only one extra parameter. | ||
- Added method `Async.multiTasks`. | ||
- Added method `Async.nextTick`. | ||
- Improved class `TimeoutPromise`, now the result can be handled even timeout, | ||
and the timer could be start manually. | ||
- Deprecated: | ||
- class `Exception` | ||
- Type `MethodDecorator` | ||
- Type `ClassDecorator` | ||
- Type `Optional` | ||
- Type `Dict` | ||
## v0.6.0 | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "@litert/core", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "The core of LiteRT.", | ||
"main": "dist/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
@@ -29,7 +29,7 @@ "prepare": "npm run rebuild", | ||
"license": "Apache-2.0", | ||
"typings": "dist/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"typings": "lib/index.d.ts", | ||
"types": "lib/index.d.ts", | ||
"devDependencies": { | ||
"typescript": "^2.7.0" | ||
"typescript": "^2.9.2" | ||
} | ||
} |
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
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
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
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
70377
34
1595
1
1