@platformatic/sql-json-schema-mapper 2.70.0 → 2.70.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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/sql-json-schema-mapper",
3
- "version": "2.70.0",
3
+ "version": "2.70.1",
4
4
  "description": "Map SQL entity to JSON schema",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -21,7 +21,7 @@
21
21
  "neostandard": "^0.12.0",
22
22
  "typescript": "^5.5.4",
23
23
  "why-is-node-running": "^2.2.2",
24
- "@platformatic/sql-mapper": "2.70.0"
24
+ "@platformatic/sql-mapper": "2.70.1"
25
25
  },
26
26
  "dependencies": {
27
27
  "code-block-writer": "^13.0.1",
@@ -30,10 +30,10 @@
30
30
  "scripts": {
31
31
  "lint": "eslint",
32
32
  "test": "npm run lint && npm run test:postgresql && npm run test:mariadb && npm run test:mysql && npm run test:mysql8 && npm run test:sqlite",
33
- "test:postgresql": "DB=postgresql borp --timeout=300000 test/*.test.js",
34
- "test:mariadb": "DB=mariadb borp --timeout=300000 test/*.test.js",
35
- "test:mysql": "DB=mysql borp --timeout=300000 test/*.test.js",
36
- "test:mysql8": "DB=mysql8 borp --timeout=300000 test/*.test.js",
37
- "test:sqlite": "DB=sqlite borp --timeout=300000 test/*.test.js"
33
+ "test:postgresql": "DB=postgresql borp --timeout=1200000 test/*.test.js",
34
+ "test:mariadb": "DB=mariadb borp --timeout=1200000 test/*.test.js",
35
+ "test:mysql": "DB=mysql borp --timeout=1200000 test/*.test.js",
36
+ "test:mysql8": "DB=mysql8 borp --timeout=1200000 test/*.test.js",
37
+ "test:sqlite": "DB=sqlite borp --timeout=1200000 test/*.test.js"
38
38
  }
39
39
  }