bigal 12.0.0 → 12.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +0 -1
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 12.0.1 - 2023-10-27
4
+
5
+ - Update npms
6
+
3
7
  ## 12.0.0 - 2023-10-04
4
8
 
5
9
  ### BREAKING CHANGES (12.0.0)
package/README.md CHANGED
@@ -14,7 +14,6 @@ This ORM does not:
14
14
 
15
15
  ## Compatibility
16
16
 
17
- - Node.js v16 or above
18
17
  - [PostgreSQL](http://www.postgresql.org/) 14 or above. Lower versions _should_ work.
19
18
 
20
19
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigal",
3
- "version": "12.0.0",
3
+ "version": "12.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",
@@ -19,32 +19,32 @@
19
19
  "node": ">=18"
20
20
  },
21
21
  "dependencies": {
22
- "@types/lodash": "^4.14.199",
23
- "@types/node": ">=18",
24
- "@types/pg": "^8.10.3",
22
+ "@types/lodash": "^4.14.200",
23
+ "@types/pg": "^8.10.7",
25
24
  "lodash": "^4.17.21",
26
25
  "pg": "^8.11.3",
27
- "postgres-pool": "^8.0.0"
26
+ "postgres-pool": "^8.1.0"
28
27
  },
29
28
  "devDependencies": {
30
- "@faker-js/faker": "^8.1.0",
31
- "@types/chai": "^4.3.6",
32
- "@types/mocha": "10.0.2",
33
- "@typescript-eslint/eslint-plugin": "^6.7.4",
34
- "@typescript-eslint/parser": "^6.7.4",
29
+ "@faker-js/faker": "^8.2.0",
30
+ "@types/chai": "^4.3.9",
31
+ "@types/mocha": "10.0.3",
32
+ "@types/node": ">=18",
33
+ "@typescript-eslint/eslint-plugin": "^6.9.0",
34
+ "@typescript-eslint/parser": "^6.9.0",
35
35
  "chai": "^4.3.10",
36
- "eslint": "^8.50.0",
36
+ "eslint": "^8.52.0",
37
37
  "eslint-config-airbnb-base": "^15.0.0",
38
38
  "eslint-config-airbnb-typescript": "^17.1.0",
39
39
  "eslint-config-prettier": "^9.0.0",
40
- "eslint-plugin-import": "^2.28.1",
40
+ "eslint-plugin-import": "^2.29.0",
41
41
  "eslint-plugin-jsdoc": "^46.8.2",
42
42
  "eslint-plugin-mocha": "10.2.0",
43
- "eslint-plugin-prettier": "^5.0.0",
43
+ "eslint-plugin-prettier": "^5.0.1",
44
44
  "eslint-plugin-promise": "^6.1.1",
45
45
  "eslint-plugin-security": "^1.7.1",
46
46
  "husky": "^8.0.3",
47
- "lint-staged": "^14.0.1",
47
+ "lint-staged": "^15.0.2",
48
48
  "markdownlint-cli": "^0.37.0",
49
49
  "mocha": "^10.2.0",
50
50
  "npm-run-all": "^4.1.5",