From b45e6f2b77341d50c6d5c867c611b598d8b419bd Mon Sep 17 00:00:00 2001 From: Narek Hovhannisyan Date: Tue, 14 Nov 2023 18:01:47 +0400 Subject: [PATCH 1/3] pcakage: add make access public. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index cb9670e..75e93f7 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,9 @@ ], "license": "MIT", "main": "build/index.js", + "publishConfig": { + "access": "public" + }, "repository": { "url": "https://github.com/Green-Software-Foundation/if-unofficial-models.git" }, From f58eeb2dd7f929fd6313f589c66974b512aed861 Mon Sep 17 00:00:00 2001 From: Narek Hovhannisyan Date: Tue, 14 Nov 2023 18:03:46 +0400 Subject: [PATCH 2/3] config: don't include tests in build. --- tsconfig.build.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tsconfig.build.json diff --git a/tsconfig.build.json b/tsconfig.build.json new file mode 100644 index 0000000..efbaf63 --- /dev/null +++ b/tsconfig.build.json @@ -0,0 +1,4 @@ +{ + "extends": "./tsconfig.json", + "exclude": [ "src/**/*.test.ts"] +} From 2b4f7b42b5e2d36e017fc712ce97bc6756195264 Mon Sep 17 00:00:00 2001 From: Narek Hovhannisyan Date: Tue, 14 Nov 2023 18:03:59 +0400 Subject: [PATCH 3/3] =?UTF-8?q?=E2=9C=A8=20Release:=20v0.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75e93f7..23fc32c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@grnsft/if-unofficial-models", "description": "Impact Framework Unofficial Models.", - "version": "v0.0.1", + "version": "v0.0.2", "author": { "name": "Green Software Foundation", "email": "info@gsf.com"