From d80bd528c960b03c0cc9371f083a5ba2183182de Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sat, 26 Jul 2025 14:44:26 +0200 Subject: [PATCH 1/3] update version to 2.19.10-alpha --- bower.json | 2 +- component.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 3ba40d1..c2b314f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "proj4", - "version": "2.19.9-alpha", + "version": "2.19.10-alpha", "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.", "homepage": "https://github.com/proj4js/proj4js", "main": "dist/proj4.js", diff --git a/component.json b/component.json index 8209b3c..90f2512 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "proj4", - "version": "2.19.9-alpha", + "version": "2.19.10-alpha", "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.", "repo": "proj4js/proj4js", "keywords": [ diff --git a/package-lock.json b/package-lock.json index 0c95965..9ef5bd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "proj4", - "version": "2.19.9-alpha", + "version": "2.19.10-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "proj4", - "version": "2.19.9-alpha", + "version": "2.19.10-alpha", "license": "MIT", "dependencies": { "mgrs": "1.0.0", diff --git a/package.json b/package.json index bef6dcc..bccda0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proj4", - "version": "2.19.9-alpha", + "version": "2.19.10-alpha", "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.", "homepage": "https://proj4js.github.io/proj4js/", "main": "dist/proj4-src.js", From fe92f1614f29907512a8c2325a9751abe91076a6 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sun, 27 Jul 2025 17:57:49 +0200 Subject: [PATCH 2/3] Hack with legacy index.d.ts to match CommonJS exports --- .gitignore | 3 ++- dist/.gitignore | 0 dist/index.d.ts | 6 ++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 dist/.gitignore create mode 100644 dist/index.d.ts diff --git a/.gitignore b/.gitignore index 1a47d19..d4864eb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ node_modules coverage projs.js .DS_STORE -dist +dist/* +!dist/index.d.ts .nyc_output/ diff --git a/dist/.gitignore b/dist/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/dist/index.d.ts b/dist/index.d.ts new file mode 100644 index 0000000..af8e7be --- /dev/null +++ b/dist/index.d.ts @@ -0,0 +1,6 @@ +// Legacy type definitions for CommonJS support +import proj4 from './lib/'; +export type { ProjectionDefinition, TemplateCoordinates, InterfaceCoordinates, Converter, DatumDefinition } from './lib/'; +//@ts-ignore +export = proj4; +export as namespace proj4; diff --git a/package.json b/package.json index bccda0d..a3b7419 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "https://proj4js.github.io/proj4js/", "main": "dist/proj4-src.js", "module": "lib/index.js", - "types": "dist/lib/index.d.ts", + "types": "dist/index.d.ts", "funding": "https://github.com/sponsors/ahocevar", "scripts": { "prepare": "npm run test", From 6f9a1fda831db543c98807d7bbd293fa6b96e186 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sun, 27 Jul 2025 18:15:13 +0200 Subject: [PATCH 3/3] update version to 2.19.11-alpha --- bower.json | 2 +- component.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index c2b314f..1b889b7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "proj4", - "version": "2.19.10-alpha", + "version": "2.19.11-alpha", "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.", "homepage": "https://github.com/proj4js/proj4js", "main": "dist/proj4.js", diff --git a/component.json b/component.json index 90f2512..885f829 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "proj4", - "version": "2.19.10-alpha", + "version": "2.19.11-alpha", "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.", "repo": "proj4js/proj4js", "keywords": [ diff --git a/package-lock.json b/package-lock.json index 9ef5bd3..e425d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "proj4", - "version": "2.19.10-alpha", + "version": "2.19.11-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "proj4", - "version": "2.19.10-alpha", + "version": "2.19.11-alpha", "license": "MIT", "dependencies": { "mgrs": "1.0.0", diff --git a/package.json b/package.json index a3b7419..02b8f9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proj4", - "version": "2.19.10-alpha", + "version": "2.19.11-alpha", "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.", "homepage": "https://proj4js.github.io/proj4js/", "main": "dist/proj4-src.js", pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy