@tsdotnet/type
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -9,2 +9,3 @@ /*! | ||
*/ | ||
/* eslint-disable @typescript-eslint/ban-types */ | ||
export var type; | ||
@@ -11,0 +12,0 @@ (function (type_1) { |
@@ -12,2 +12,3 @@ "use strict"; | ||
*/ | ||
/* eslint-disable @typescript-eslint/ban-types */ | ||
var type; | ||
@@ -14,0 +15,0 @@ (function (type_1) { |
{ | ||
"name": "@tsdotnet/type", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A set of useful utility functions for JavaScript run-time type checking and inspection.", | ||
@@ -23,7 +23,7 @@ "author": "electricessence", | ||
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json", | ||
"build": "npm i && run-p build:*", | ||
"build": "pnpm i && run-p build:*", | ||
"bump": "npm run precommit && npm version patch", | ||
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none", | ||
"lint": "eslint src/**/*.ts", | ||
"precommit": "npm i && run-p lint test && run-p build:* && npm run validate", | ||
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate", | ||
"prepublishOnly": "npm run build && run-p validate test", | ||
@@ -46,7 +46,7 @@ "preversion": "run-p lint test", | ||
"@types/mocha": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"@typescript-eslint/parser": "^2.34.0", | ||
"@typescript-eslint/eslint-plugin": "^3.0.0", | ||
"@typescript-eslint/parser": "^3.0.0", | ||
"chai": "^4.2.0", | ||
"copyfiles": "^2.2.0", | ||
"eslint": "^7.0.0", | ||
"eslint": "^7.1.0", | ||
"eslint-config-typescript": "^3.0.0", | ||
@@ -53,0 +53,0 @@ "eslint-plugin-import": "^2.20.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
37610
749