bigal 10.0.0 → 10.0.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.1 - 2022-02-22
4
+
5
+ - Update npms
6
+ - Update husky to support Apple silicon homebrew package links
7
+
3
8
  ## 10.0.0 - 2022-01-07
4
9
 
5
10
  - Fix populated entities to be QueryResult
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigal",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "A fast and lightweight orm for postgres and node.js, written in typescript.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@types/lodash": "^4.14.178",
23
23
  "@types/node": ">=14.15",
24
- "@types/pg": "^8.6.3",
24
+ "@types/pg": "^8.6.4",
25
25
  "lodash": "^4.17.21",
26
- "pg": "^8.7.1",
27
- "postgres-pool": "^5.0.9"
26
+ "pg": "^8.7.3",
27
+ "postgres-pool": "^5.0.10"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/chai": "^4.3.0",
31
31
  "@types/faker": "^5.5.9",
32
- "@types/mocha": "^9.0.0",
33
- "@typescript-eslint/eslint-plugin": "^5.9.0",
34
- "@typescript-eslint/parser": "^5.9.0",
35
- "chai": "^4.3.4",
36
- "eslint": "^8.6.0",
32
+ "@types/mocha": "^9.1.0",
33
+ "@typescript-eslint/eslint-plugin": "^5.12.1",
34
+ "@typescript-eslint/parser": "^5.12.1",
35
+ "chai": "^4.3.6",
36
+ "eslint": "^8.9.0",
37
37
  "eslint-config-airbnb-base": "^15.0.0",
38
38
  "eslint-config-airbnb-typescript": "^16.1.0",
39
- "eslint-config-prettier": "^8.3.0",
39
+ "eslint-config-prettier": "^8.4.0",
40
40
  "eslint-plugin-import": "^2.25.4",
41
- "eslint-plugin-jsdoc": "^37.5.1",
41
+ "eslint-plugin-jsdoc": "^37.9.4",
42
42
  "eslint-plugin-mocha": "^10.0.3",
43
43
  "eslint-plugin-prettier": "^4.0.0",
44
44
  "eslint-plugin-promise": "^6.0.0",
45
45
  "eslint-plugin-security": "^1.4.0",
46
46
  "faker": "^5.5.3",
47
47
  "husky": "^7.0.4",
48
- "lint-staged": "^12.1.7",
49
- "markdownlint-cli": "^0.30.0",
50
- "mocha": "^9.1.3",
48
+ "lint-staged": "^12.3.4",
49
+ "markdownlint-cli": "^0.31.1",
50
+ "mocha": "^9.2.1",
51
51
  "npm-run-all": "^4.1.5",
52
- "pinst": "^2.1.6",
52
+ "pinst": "^3.0.0",
53
53
  "prettier": "^2.5.1",
54
54
  "rimraf": "^3.0.2",
55
55
  "strict-event-emitter-types": "^2.0.0",
56
56
  "ts-mockito": "^2.6.1",
57
- "ts-node": "^10.4.0",
58
- "typescript": "^4.5.4"
57
+ "ts-node": "^10.5.0",
58
+ "typescript": "^4.5.5"
59
59
  },
60
60
  "scripts": {
61
61
  "check:types": "tsc -p tsconfig.lint.json --noEmit",
@@ -1,6 +1,6 @@
1
1
  import type { Entity } from '../Entity';
2
+ import type { EntityPrimitiveOrId } from './EntityPrimitiveOrId';
2
3
  import type { QueryResult } from './QueryResult';
3
- import { EntityPrimitiveOrId } from "./EntityPrimitiveOrId";
4
4
  /**
5
5
  * Allows a QueryResult type with specific properties optionally populated. If the property is populated, only the id property is needed
6
6
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"./","sources":["types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uDAAqC;AACrC,wDAAsC;AACtC,6DAA2C;AAC3C,qDAAmC;AACnC,iDAA+B;AAC/B,qDAAmC;AACnC,kDAAgC;AAChC,0DAAwC;AACxC,kDAAgC;AAChC,+CAA6B;AAC7B,oDAAkC;AAClC,kDAAgC;AAChC,8CAA4B;AAC5B,gDAA8B;AAC9B,yDAAuC;AACvC,iEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"./","sources":["types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uDAAqC;AACrC,wDAAsC;AACtC,6DAA2C;AAC3C,qDAAmC;AACnC,iDAA+B;AAC/B,qDAAmC;AACnC,kDAAgC;AAChC,0DAAwC;AACxC,kDAAgC;AAChC,+CAA6B;AAC7B,oDAAkC;AAClC,kDAAgC;AAChC,8CAA4B;AAC5B,gDAA8B;AAC9B,yDAAuC;AACvC,iEAA+C"}