babel-plugin-debug-macros
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-plugin-debug-macros", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Debug macros and feature flag stripping", | ||
@@ -24,8 +24,2 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"changelog": "lerna-changelog", | ||
"lint": "eslint .", | ||
"test": "jest", | ||
"prepare": "tsc" | ||
}, | ||
"jest": { | ||
@@ -44,3 +38,2 @@ "testMatch": [ | ||
"@eslint/js": "^9.0.0", | ||
"@release-it-plugins/lerna-changelog": "^6.1.0", | ||
"@types/babel__core": "^7.20.5", | ||
@@ -62,3 +55,3 @@ "@types/chai": "^4.3.14", | ||
"prettier": "^3.2.5", | ||
"release-it": "^17.1.1", | ||
"release-plan": "^0.9.0", | ||
"typescript": "^5.4.5" | ||
@@ -75,17 +68,7 @@ }, | ||
}, | ||
"release-it": { | ||
"plugins": { | ||
"@release-it-plugins/lerna-changelog": { | ||
"infile": "CHANGELOG.md", | ||
"launchEditor": true | ||
} | ||
}, | ||
"git": { | ||
"tagName": "v${version}" | ||
}, | ||
"github": { | ||
"release": true, | ||
"tokenRef": "GITHUB_AUTH" | ||
} | ||
"scripts": { | ||
"changelog": "lerna-changelog", | ||
"lint": "eslint .", | ||
"test": "jest" | ||
} | ||
} | ||
} |
@@ -17,3 +17,3 @@ # Babel Debug Macros And Feature Flags | ||
plugins: [ | ||
['babel-debug-macros', { | ||
['babel-plugin-debug-macros', { | ||
// @optional | ||
@@ -20,0 +20,0 @@ debugTools: { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
21
70842
1