babel-plugin-logger-namespace
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "babel-plugin-logger-namespace", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Babel plugin that generates the namespace for creating a logger based on the path of the module", | ||
@@ -29,6 +29,2 @@ "repository": { | ||
"module": "lib/index.esm.mjs", | ||
"exports": { | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.esm.mjs" | ||
}, | ||
"types": "lib/index.d.ts", | ||
@@ -46,3 +42,3 @@ "scripts": { | ||
"dependencies": { | ||
"@babel/template": "^7.4.4", | ||
"@babel/template": "^7.18.10", | ||
"tslib": "^2.2.0" | ||
@@ -61,3 +57,2 @@ }, | ||
"@types/babel__core": "^7.1.14", | ||
"@types/babel__template": "^7.4.0", | ||
"@types/jest": "^26.0.22", | ||
@@ -64,0 +59,0 @@ "@typescript-eslint/eslint-plugin": "4", |
24
8770
Updated@babel/template@^7.18.10