inferred-types 0.18.3 → 0.18.4

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,8 +1,8 @@
1
1
  // #autoindex
2
2
 
3
3
  // #region autoindexed files
4
- // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
5
- // hash-code: 3659802676
4
+ // index last changed at: 1st Jan, 2022, 03:27 PM ( GMT-8 )
5
+ // hash-code: da242834
6
6
 
7
7
 
8
8
 
@@ -1,7 +1,7 @@
1
1
  // #autoindex
2
2
  // #region autoindexed files
3
- // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
4
- // hash-code: 3659802676
3
+ // index last changed at: 1st Jan, 2022, 03:27 PM ( GMT-8 )
4
+ // hash-code: da242834
5
5
 
6
6
 
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inferred-types",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
4
4
  "description": "Functions which provide useful type inference on TS projects",
5
5
  "license": "MIT",
6
6
  "author": "Ken Snyder<ken@ken.net>",
@@ -21,28 +21,28 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@type-challenges/utils": "~0.1.1",
24
- "@types/jest": "^27.0.3",
25
- "@types/node": "^14.18.3",
26
- "@typescript-eslint/eslint-plugin": "^5.8.0",
27
- "@typescript-eslint/parser": "^5.8.0",
24
+ "@types/jest": "^27.4.0",
25
+ "@types/node": "^14.18.5",
26
+ "@typescript-eslint/eslint-plugin": "^5.9.1",
27
+ "@typescript-eslint/parser": "^5.9.1",
28
28
  "common-types": "^1.30.0",
29
29
  "cross-env": "^7.0.3",
30
- "dd": "^0.16.7",
30
+ "dd": "^0.18.0",
31
31
  "dotenv": "^10.0.0",
32
- "eslint": "^8.5.0",
32
+ "eslint": "^8.6.0",
33
33
  "eslint-config-prettier": "^8.3.0",
34
- "eslint-plugin-import": "^2.25.3",
34
+ "eslint-plugin-import": "^2.25.4",
35
35
  "eslint-plugin-prettier": "^4.0.0",
36
36
  "eslint-plugin-promise": "^6.0.0",
37
- "eslint-plugin-unicorn": "^39.0.0",
38
- "jest": "^27.4.5",
37
+ "eslint-plugin-unicorn": "^40.0.0",
38
+ "jest": "^27.4.7",
39
39
  "jest-extended": "~1.2.0",
40
40
  "npm-run-all": "~4.1.5",
41
41
  "prettier": "~2.5.1",
42
42
  "rimraf": "^3.0.2",
43
43
  "ts-jest": "^27.1.2",
44
44
  "ts-node": "^10.4.0",
45
- "tsup": "^5.11.9",
45
+ "tsup": "^5.11.11",
46
46
  "typescript": "^4.5.4"
47
47
  },
48
48
  "dependencies": {