From 157a3e8b6b07193febbf66daaeaea3e46f641397 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 17 Jul 2024 08:56:49 -0600 Subject: [PATCH] testinstall variant --- package-lock.json | 13 +++++++++++++ package.json | 1 + 2 files changed, 14 insertions(+) diff --git a/package-lock.json b/package-lock.json index 191d4b031..a0fff130c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,6 +22,7 @@ "@compodoc/compodoc": "^1.1.25", "@ghsc/disagg-d3": "^0.9.0", "@ghsc/nshmp-lib-ng": "^18.1.3", + "@ghsc/nshmp-lib-no-ngrx": "^18.2.0", "@ghsc/nshmp-template": "^18.0.3", "@ghsc/nshmp-utils-ts": "^3.5.1", "@ngrx/effects": "^18.0.0", @@ -3966,6 +3967,18 @@ "@angular/core": "^18.0.2" } }, + "node_modules/@ghsc/nshmp-lib-no-ngrx": { + "version": "18.2.0", + "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-no-ngrx/-/@ghsc/nshmp-lib-no-ngrx-18.2.0.tgz", + "integrity": "sha1-aJb/VPsi2fU3fsJn0T1zicsyY1c=", + "dependencies": { + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/common": "^18.0.2", + "@angular/core": "^18.0.2" + } + }, "node_modules/@ghsc/nshmp-template": { "version": "18.0.3", "resolved": "https://code.usgs.gov/api/v4/projects/1416/packages/npm/@ghsc/nshmp-template/-/@ghsc/nshmp-template-18.0.3.tgz", diff --git a/package.json b/package.json index 970fab917..c5c80e4ad 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "@compodoc/compodoc": "^1.1.25", "@ghsc/disagg-d3": "^0.9.0", "@ghsc/nshmp-lib-ng": "^18.1.3", + "@ghsc/nshmp-lib-no-ngrx": "^18.2.0", "@ghsc/nshmp-template": "^18.0.3", "@ghsc/nshmp-utils-ts": "^3.5.1", "@ngrx/effects": "^18.0.0", -- GitLab