declapract-typescript-ehmpathy 0.20.9 → 0.20.11

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
- "domain-objects": "@declapract{check.minVersion('0.7.6')}",
3
+ "domain-objects": "@declapract{check.minVersion('0.10.3')}",
4
4
  "joi": "@declapract{check.minVersion('17.4.0')}",
5
- "type-fns": "@declapract{check.minVersion('0.7.0')}"
5
+ "type-fns": "@declapract{check.minVersion('0.8.0')}"
6
6
  }
7
7
  }
@@ -88,4 +88,5 @@ if [ "$ENVIRONMENT" = "prod" ]; then
88
88
  rm $CICD_USER_CREATE_SQL_PATH_TEMP # remove the temp file, so the password doesn't get checked in
89
89
  else
90
90
  psql $SVC_DB_CONNECTION_STRING -f $CICD_USER_CREATE_SQL_PATH # otherwise, we can run the file directly. no password replacement required
91
+ fi
91
92
  echo "\n 🎉 done"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "declapract-typescript-ehmpathy",
3
- "version": "0.20.9",
3
+ "version": "0.20.11",
4
4
  "description": "declapract best practices declarations for typescript",
5
5
  "main": "src/index.js",
6
6
  "repository": "ehmpathy/declapract-typescript-ehmpathy",
@@ -38,7 +38,7 @@
38
38
  "uuid": "3.4.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "declapract": "~0.10.7"
41
+ "declapract": "~0.10.9"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@commitlint/cli": "13.1.0",