@protobuf-ts/plugin-framework
Advanced tools
Comparing version 1.0.0-alpha.25 to 1.0.0-alpha.26
{ | ||
"name": "@protobuf-ts/plugin-framework", | ||
"version": "1.0.0-alpha.25", | ||
"version": "1.0.0-alpha.26", | ||
"description": "framework to create protoc plugins", | ||
@@ -24,3 +24,3 @@ "license": "(Apache-2.0 AND BSD-3-Clause)", | ||
"module": "./build/es2015/index.js", | ||
"typings": "./build/es2015/index.d.ts", | ||
"typings": "./build/types/index.d.ts", | ||
"sideEffects": false, | ||
@@ -34,9 +34,9 @@ "devDependencies": { | ||
"tsconfig-paths": "^3.9.0", | ||
"tslib": "^2.0.0" | ||
"tslib": ">=1.6.1" | ||
}, | ||
"dependencies": { | ||
"@protobuf-ts/runtime": "^1.0.0-alpha.25", | ||
"typescript": "^3.9.3" | ||
"@protobuf-ts/runtime": "^1.0.0-alpha.26", | ||
"typescript": ">=3.8.3 <4" | ||
}, | ||
"gitHead": "6e04d58f5bf2a78568b23cc8d23d5a035059156c" | ||
"gitHead": "b21b5b76a0ac80cd2210bdf89c5dc8a5daacff91" | ||
} |
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
511979
7689