From d5ea87017f5fd0eb6a1dbe05b7e4ba22906e702f Mon Sep 17 00:00:00 2001 From: burnettk Date: Wed, 13 Dec 2023 11:00:09 -0500 Subject: [PATCH] go back to pulling bpmn-js-spiffworkflow from its own separate repo because gitpkg.now.sh for monorepo subdirs is too flaky --- spiffworkflow-frontend/package-lock.json | 9 ++++----- spiffworkflow-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/spiffworkflow-frontend/package-lock.json b/spiffworkflow-frontend/package-lock.json index d7a7e7155..1e4d4f130 100644 --- a/spiffworkflow-frontend/package-lock.json +++ b/spiffworkflow-frontend/package-lock.json @@ -37,7 +37,7 @@ "axios": "^0.27.2", "bpmn-js": "^13.2.2", "bpmn-js-properties-panel": "^1.22.0", - "bpmn-js-spiffworkflow": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main", + "bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main", "cookie": "^0.5.0", "craco": "^0.0.3", "date-fns": "^2.28.0", @@ -8364,8 +8364,7 @@ }, "node_modules/bpmn-js-spiffworkflow": { "version": "0.0.8", - "resolved": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main", - "integrity": "sha512-xtkgQGV7qGU2lxVzE5XEiiNdORyHGNEHIx6mQQNhzeMbiFvN7CEsWuA+P5qe++aIdtPcxDE3R1um0WXObOQsWw==", + "resolved": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#9762eb631de107aac584fce1c056070cdaed171e", "license": "MIT", "dependencies": { "inherits": "^2.0.4", @@ -38245,8 +38244,8 @@ } }, "bpmn-js-spiffworkflow": { - "version": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main", - "integrity": "sha512-xtkgQGV7qGU2lxVzE5XEiiNdORyHGNEHIx6mQQNhzeMbiFvN7CEsWuA+P5qe++aIdtPcxDE3R1um0WXObOQsWw==", + "version": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#9762eb631de107aac584fce1c056070cdaed171e", + "from": "bpmn-js-spiffworkflow@github:sartography/bpmn-js-spiffworkflow#main", "requires": { "inherits": "^2.0.4", "inherits-browser": "^0.0.1", diff --git a/spiffworkflow-frontend/package.json b/spiffworkflow-frontend/package.json index 5f70d9bd1..481e1c20d 100644 --- a/spiffworkflow-frontend/package.json +++ b/spiffworkflow-frontend/package.json @@ -32,7 +32,7 @@ "axios": "^0.27.2", "bpmn-js": "^13.2.2", "bpmn-js-properties-panel": "^1.22.0", - "bpmn-js-spiffworkflow": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main", + "bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main", "cookie": "^0.5.0", "craco": "^0.0.3", "date-fns": "^2.28.0",