@digitaldefiance/suite-core-lib 3.7.0 → 3.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/suite-core-lib",
3
- "version": "3.7.0",
3
+ "version": "3.7.6",
4
4
  "homepage": "https://github.com/Digital-Defiance/suite-core-lib",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,6 +11,7 @@
11
11
  "types": "src/index.d.ts",
12
12
  "scripts": {
13
13
  "build": "npx nx build digitaldefiance-suite-core-lib",
14
+ "build:prod": "NODE_ENV=production npx nx build digitaldefiance-suite-core-lib --configuration=production",
14
15
  "build:stream": "npx nx build --outputStyle=stream digitaldefiance-suite-core-lib",
15
16
  "build:logged": "npx nx build --outputStyle=stream digitaldefiance-suite-core-lib 2>&1 | ansifilter -o build.log",
16
17
  "test": "npx nx test digitaldefiance-suite-core-lib",
@@ -27,7 +28,7 @@
27
28
  "publish:public": "npm publish --access public"
28
29
  },
29
30
  "dependencies": {
30
- "@digitaldefiance/ecies-lib": "4.13.0",
31
+ "@digitaldefiance/ecies-lib": "4.13.6",
31
32
  "@digitaldefiance/i18n-lib": "3.8.16"
32
33
  },
33
34
  "files": [