@dtsgenerator/replace-namespace
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -7,2 +7,3 @@ "use strict"; | ||
meta: { | ||
name: 'replace namespace', | ||
description: 'Replace the namespace names.', | ||
@@ -9,0 +10,0 @@ }, |
@@ -15,2 +15,3 @@ import { Plugin, PluginContext } from 'dtsgenerator'; | ||
meta: { | ||
name: 'replace namespace', | ||
description: 'Replace the namespace names.', | ||
@@ -17,0 +18,0 @@ }, |
{ | ||
"name": "@dtsgenerator/replace-namespace", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "replace the output namespace", | ||
@@ -38,5 +38,5 @@ "main": "index.js", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.9.3", | ||
"@typescript-eslint/eslint-plugin": "^2.25.0", | ||
"@typescript-eslint/parser": "^2.25.0", | ||
"@types/node": "^13.9.8", | ||
"@typescript-eslint/eslint-plugin": "^2.26.0", | ||
"@typescript-eslint/parser": "^2.26.0", | ||
"cross-env": "^7.0.2", | ||
@@ -43,0 +43,0 @@ "dtsgenerator": "^2.5.0", |
@@ -67,4 +67,5 @@ { | ||
"exclude": [ | ||
"test/snapshots/" | ||
"node_modules", | ||
"test/post_snapshots/" | ||
] | ||
} |
33088
755