From 16c3a80ba3eaeacdd875d7c39a2daa7a6879fddf Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 19 Sep 2022 15:25:52 +0200 Subject: [PATCH] vscode-uri (3.0.5): Incorrect Types (#29) * vscode-uri (3.0.5): Incorrect Types. Fixes microsoft/vscode#161166 * prepare 3.0.6 --- package-lock.json | 4 ++-- package.json | 2 +- webpack.config.js | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66ed29e..1cb0b2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-uri", - "version": "3.0.5", + "version": "3.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-uri", - "version": "3.0.5", + "version": "3.0.6", "license": "MIT", "devDependencies": { "@types/mocha": "^9.1.1", diff --git a/package.json b/package.json index 9399ac7..0a53f16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-uri", "author": "Microsoft", - "version": "3.0.5", + "version": "3.0.6", "description": "The URI implementation that is used by VS Code and its extensions", "main": "./lib/umd/index.js", "typings": "./lib/umd/index", diff --git a/webpack.config.js b/webpack.config.js index 7b5a7a8..7e36778 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -74,6 +74,7 @@ module.exports = [ forceConsistentCasingInFileNames: true, noImplicitAny: true, module: 'es6', + declaration: false, lib: [ 'es2015' ]