@superfaceai/ast
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -10,2 +10,6 @@ # Changelog | ||
## [0.0.27] - 2021-08-03 | ||
### Fixed | ||
- `typescript-is` is a runtime dependency | ||
## [0.0.26] - 2021-07-30 | ||
@@ -117,3 +121,4 @@ ### Added | ||
[Unreleased]: https://github.com/superfaceai/ast-js/compare/v0.0.26...HEAD | ||
[Unreleased]: https://github.com/superfaceai/ast-js/compare/v0.0.27...HEAD | ||
[0.0.27]: https://github.com/superfaceai/ast-js/compare/v0.0.26...v0.0.27 | ||
[0.0.26]: https://github.com/superfaceai/ast-js/compare/v0.0.23...v0.0.26 | ||
@@ -120,0 +125,0 @@ [0.0.23]: https://github.com/superfaceai/ast-js/compare/v0.0.22...v0.0.23 |
{ | ||
"name": "@superfaceai/ast", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Superface profile and map language ASTs, https://superface.ai", | ||
@@ -30,2 +30,5 @@ "main": "dist/index.js", | ||
}, | ||
"dependencies": { | ||
"typescript-is": "^0.18.3" | ||
}, | ||
"devDependencies": { | ||
@@ -49,5 +52,4 @@ "@types/jest": "^26.0.24", | ||
"typescript": "^4.3.5", | ||
"typescript-is": "^0.18.3", | ||
"typescript-json-schema": "^0.50.1" | ||
} | ||
} |
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
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
1104983
18
0
1
+ Addedtypescript-is@^0.18.3
+ Addednested-error-stacks@2.1.1(transitive)
+ Addedreflect-metadata@0.2.2(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedtsutils@3.21.0(transitive)
+ Addedtypescript@4.9.5(transitive)
+ Addedtypescript-is@0.18.3(transitive)