declapract-typescript-ehmpathy 0.20.5 → 0.20.7

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.
@@ -4,12 +4,12 @@
4
4
  "yesql": "@declapract{check.minVersion('4.1.3')}"
5
5
  },
6
6
  "devDependencies": {
7
- "sql-code-generator": "@declapract{check.minVersion('0.9.0')}",
8
- "sql-dao-generator": "@declapract{check.minVersion('0.2.0')}",
9
- "sql-schema-control": "@declapract{check.minVersion('0.7.3')}",
10
- "sql-schema-generator": "@declapract{check.minVersion('0.21.1')}",
7
+ "sql-code-generator": "@declapract{check.minVersion('0.9.3')}",
8
+ "sql-dao-generator": "@declapract{check.minVersion('0.3.1')}",
9
+ "sql-schema-control": "@declapract{check.minVersion('1.5.0')}",
10
+ "sql-schema-generator": "@declapract{check.minVersion('0.21.4')}",
11
11
  "@types/yesql": "@declapract{check.minVersion('3.2.2')}",
12
- "@types/pg": "@declapract{check.minVersion('7.14.3')}"
12
+ "@types/pg": "@declapract{check.minVersion('8.6.1')}"
13
13
  },
14
14
  "scripts": {
15
15
  "generate:dao": "npx sql-dao-generator generate && npm run fix:format",
@@ -8,8 +8,8 @@
8
8
  "simple-lambda-testing-methods": "@declapract{check.minVersion('0.2.1')}"
9
9
  },
10
10
  "scripts": {
11
- "test:unit": "jest -c ./jest.unit.config.ts --forceExit --coverage --verbose --passWithNoTests",
12
- "test:integration": "jest -c ./jest.integration.config.ts --forceExit --coverage --verbose --passWithNoTests",
11
+ "test:unit": "jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests",
12
+ "test:integration": "jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests",
13
13
  "test:acceptance:locally": "npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests",
14
14
  "test": "npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally",
15
15
  "test:acceptance": "npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "declapract-typescript-ehmpathy",
3
- "version": "0.20.5",
3
+ "version": "0.20.7",
4
4
  "description": "declapract best practices declarations for typescript",
5
5
  "main": "src/index.js",
6
6
  "repository": "ehmpathy/declapract-typescript-ehmpathy",