@anatine/esbuild-decorators
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -1,4 +0,9 @@ | ||
## 0.2.6 (2021-04-07) | ||
## 0.2.8 (2021-04-15) | ||
### Updates | ||
* **release:** Updating esbuild ^0.11.6 → ^0.11.11 | ||
## 0.2.7 (2021-04-07) | ||
### Updates | ||
* **release:** Updating esbuild ^0.10.2 → ^0.11.6 | ||
@@ -5,0 +10,0 @@ |
{ | ||
"name": "@anatine/esbuild-decorators", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Esbuild plugin for Nx to handle emitDecoratorMetadata", | ||
@@ -18,3 +18,3 @@ "repository": { | ||
], | ||
"main": "src/index.js", | ||
"main": "./src/index.js", | ||
"types": "index.d.ts", | ||
@@ -37,5 +37,5 @@ "author": { | ||
"peerDependencies": { | ||
"esbuild": "~0.11.6" | ||
"esbuild": "~0.11.11" | ||
}, | ||
"typings": "src/index.d.ts" | ||
"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
21884