@poppinss/macroable
Advanced tools
Comparing version 1.0.0-2 to 1.0.0-3
{ | ||
"name": "@poppinss/macroable", | ||
"version": "1.0.0-2", | ||
"version": "1.0.0-3", | ||
"description": "Extend classes from outside in using Macros and getters", | ||
@@ -34,25 +34,24 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@japa/assert": "^1.3.6", | ||
"@japa/expect-type": "^1.0.2", | ||
"@japa/run-failed-tests": "^1.1.0", | ||
"@japa/runner": "^2.2.2", | ||
"@japa/spec-reporter": "^1.3.2", | ||
"@swc/core": "^1.3.11", | ||
"@types/node": "^18.11.7", | ||
"c8": "^7.12.0", | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@japa/assert": "^1.4.1", | ||
"@japa/expect-type": "^1.0.3", | ||
"@japa/run-failed-tests": "^1.1.1", | ||
"@japa/runner": "^2.5.1", | ||
"@japa/spec-reporter": "^1.3.3", | ||
"@swc/core": "^1.3.39", | ||
"@types/node": "^18.15.0", | ||
"c8": "^7.13.0", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.26.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-adonis": "^3.0.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"github-label-sync": "^2.2.0", | ||
"husky": "^8.0.1", | ||
"np": "^7.6.2", | ||
"prettier": "^2.7.1", | ||
"github-label-sync": "^2.3.1", | ||
"husky": "^8.0.3", | ||
"np": "^7.6.3", | ||
"prettier": "^2.8.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": {}, | ||
"repository": { | ||
@@ -59,0 +58,0 @@ "type": "git", |
@@ -114,3 +114,3 @@ # @poppinss/macroable | ||
[gh-workflow-image]: https://img.shields.io/github/workflow/status/poppinss/macroable/test?style=for-the-badge | ||
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/poppinss/macroable/test.yml?style=for-the-badge | ||
[gh-workflow-url]: https://github.com/poppinss/macroable/actions/workflows/test.yml "Github action" | ||
@@ -117,0 +117,0 @@ |
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
8431