declapract-typescript-ehmpathy 0.31.2 → 0.31.3

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.
@@ -11,7 +11,6 @@ const expectedIgnores = [
11
11
  '.terraform',
12
12
  '.terraform.lock',
13
13
  '.yalc',
14
- 'yalc.lock',
15
14
  'coverage',
16
15
  'dist',
17
16
  'node_modules',
@@ -3,7 +3,7 @@
3
3
  "simple-dynamodb-client": "@declapract{check.minVersion('0.10.0')}"
4
4
  },
5
5
  "devDependencies": {
6
- "dynamodb-dao-generator": "@declapract{check.minVersion('1.0.0')}"
6
+ "dynamodb-dao-generator": "@declapract{check.minVersion('1.0.7')}"
7
7
  },
8
8
  "scripts": {
9
9
  "generate:dao:dynamodb": "npx dynamodb-dao-generator generate && npm run fix:format",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.31.2",
5
+ "version": "0.31.3",
6
6
  "main": "src/index.js",
7
7
  "repository": "ehmpathy/declapract-typescript-ehmpathy",
8
8
  "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",