From a1c4cd79f42f1e712b68335d307efb3fb2ae74d0 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Mon, 8 May 2023 15:11:52 -0400 Subject: [PATCH 1/6] v0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 825f9f9..cc496a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sakal/fsm", - "version": "0.0.1", + "version": "0.0.2", "author": "Brian Sakal ", "license": "MIT", "main": "./dist/index.js", From edacce9ee6ec33a54f99089d2b059f26368003bb Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Mon, 8 May 2023 18:22:22 -0400 Subject: [PATCH 2/6] v0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc496a4..ebb356e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sakal/fsm", - "version": "0.0.2", + "version": "0.0.3", "author": "Brian Sakal ", "license": "MIT", "main": "./dist/index.js", From e28c3ad8d51f1a243de08dd9a462dd4150980cae Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Tue, 9 May 2023 08:58:06 -0400 Subject: [PATCH 3/6] v0.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebb356e..5513feb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sakal/fsm", - "version": "0.0.3", + "version": "0.0.4", "author": "Brian Sakal ", "license": "MIT", "main": "./dist/index.js", From 7906bebe9b931b4d19527eee455d583ab9db818e Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Tue, 9 May 2023 11:06:52 -0400 Subject: [PATCH 4/6] v0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5513feb..84d623b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sakal/fsm", - "version": "0.0.4", + "version": "0.0.5", "author": "Brian Sakal ", "license": "MIT", "main": "./dist/index.js", From 7ca7fef408c23b4034a3990274f42a95950f3868 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Tue, 9 May 2023 16:28:19 -0400 Subject: [PATCH 5/6] add @torahanytime npm scope --- .yarnrc.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index b6dcb00..b8eeaaf 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -5,4 +5,9 @@ supportedArchitectures: - "x64" npmScopes: - "@sakal": - npmRegistryServer: "https://git.sakal.us/api/packages/brian/npm/" \ No newline at end of file + npmRegistryServer: "https://git.sakal.us/api/packages/brian/npm/" +- "@torahanytime": + npmRegistryServer: "https://verdaccio.torahanytime.com/" + npmPublishRegistry: "https://verdaccio.torahanytime.com/" +#unsafeHttpWhitelist: +# - verdaccio.torahanytime.com \ No newline at end of file From 8e27f332b7e1d8d3e3a56573a3aa2cb50846d248 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Tue, 9 May 2023 16:28:53 -0400 Subject: [PATCH 6/6] v0.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84d623b..974c12b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sakal/fsm", - "version": "0.0.5", + "version": "0.0.6", "author": "Brian Sakal ", "license": "MIT", "main": "./dist/index.js",