From aa17c6a44191ddd3585c742e5aa721193672a40c Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Tue, 7 May 2024 14:12:05 -0400 Subject: [PATCH] release: 0.4.4 In package.json, mark this package as ES modules --- package.json | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e340991..d1b81ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "e-mission-common", - "version": "0.4.3", + "type": "module", + "version": "0.4.4", "description": "A common library to share code between projects in the e-mission-platform. Written in Python and exposed as both Python and JavaScript.", "main": "./emcommon_js/index.js", "repository": { diff --git a/pyproject.toml b/pyproject.toml index 7ecd909..518f1f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "e-mission-common" -version = "0.4.3" +version = "0.4.4" authors = [ {name = "Jack Greenlee", email = "jack.greenlee@nrel.gov"}, {name = "K Shankari", email = "k.shankari@nrel.gov"},