From 9ff6f25fa9bd12eeb9d265a17dd7631133669fdc Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Sun, 26 Jun 2022 13:32:37 -0400 Subject: [PATCH 1/4] Cleanup tsconfig.json --- package.json | 3 +-- tsconfig.json | 11 +++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4934de5..bdf845d 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,7 @@ "./package.json": "./package.json" }, "files": [ - "dist", - "src" + "dist" ], "engines": { "node": ">=6.0.0" diff --git a/tsconfig.json b/tsconfig.json index ea1e3fe..3c4bf79 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "moduleResolution": "node", "target": "es2015", - "module":"es2015", + "module": "es2015", "lib": ["es2015", "dom"], "strict": true, "sourceMap": true, @@ -14,11 +14,6 @@ "noUnusedParameters": true, "checkJs": true }, - "exclude": [ - "dist" - ], - "include": [ - "src", - "test" - ] + "exclude": ["dist"], + "include": ["src", "test"] } From f9498a538f5486bc6d636a0fa9c879c40cc12a42 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Thu, 6 Apr 2023 22:20:49 -0400 Subject: [PATCH 2/4] Use types instead of typings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdf845d..60d2231 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "repository": "https://github.com/jridgewell/gen-mapping", "main": "dist/gen-mapping.umd.js", "module": "dist/gen-mapping.mjs", - "typings": "dist/types/gen-mapping.d.ts", + "types": "dist/types/gen-mapping.d.ts", "exports": { ".": [ { From 50eca099f5650a7555e037c436e8b5875d068d78 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Thu, 6 Apr 2023 22:40:23 -0400 Subject: [PATCH 3/4] Update package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 3303c4a..e13d62e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.2", "license": "MIT", "dependencies": { - "@jridgewell/set-array": "^1.0.0", + "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.9" }, From 7626d310002df682012dc29bdfa4d674027f1538 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Thu, 6 Apr 2023 22:40:47 -0400 Subject: [PATCH 4/4] 0.3.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e13d62e..70d850f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jridgewell/gen-mapping", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jridgewell/gen-mapping", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.0.1", diff --git a/package.json b/package.json index 60d2231..69e0ac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jridgewell/gen-mapping", - "version": "0.3.2", + "version": "0.3.3", "description": "Generate source maps", "keywords": [ "source",