@anatine/esbuild-decorators
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -0,1 +1,11 @@ | ||
## 0.2.6 (2021-04-07) | ||
### Updates | ||
* **release:** Updating esbuild ^0.10.2 → ^0.11.6 | ||
## 0.2.6 (2021-03-30) | ||
### Updates | ||
* **release:** Updating esbuild ^0.10.2 → ^0.11.2 | ||
## 0.2.5 (2021-03-26) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@anatine/esbuild-decorators", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Esbuild plugin for Nx to handle emitDecoratorMetadata", | ||
@@ -36,5 +36,5 @@ "repository": { | ||
"peerDependencies": { | ||
"esbuild": "~0.11.2" | ||
"esbuild": "~0.11.6" | ||
}, | ||
"typings": "src/index.d.ts" | ||
} |
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
21787