@platformatic/sql-graphql
Advanced tools
Comparing version 2.7.0 to 2.8.0-alpha.1
{ | ||
"name": "@platformatic/sql-graphql", | ||
"version": "2.7.0", | ||
"version": "2.8.0-alpha.1", | ||
"description": "Map SQL dbs to GraphQL", | ||
@@ -30,5 +30,5 @@ "main": "index.js", | ||
"ws": "^8.16.0", | ||
"@platformatic/sql-events": "2.7.0", | ||
"@platformatic/telemetry": "2.7.0", | ||
"@platformatic/sql-mapper": "2.7.0" | ||
"@platformatic/sql-events": "2.8.0-alpha.1", | ||
"@platformatic/sql-mapper": "2.8.0-alpha.1", | ||
"@platformatic/telemetry": "2.8.0-alpha.1" | ||
}, | ||
@@ -45,3 +45,3 @@ "dependencies": { | ||
"mercurius": "^15.0.0", | ||
"@platformatic/utils": "2.7.0" | ||
"@platformatic/utils": "2.8.0-alpha.1" | ||
}, | ||
@@ -54,9 +54,9 @@ "tsd": { | ||
"test": "npm run lint && npm run test:typescript && npm run test:postgresql && npm run test:mariadb && npm run test:mysql && npm run test:mysql8 && npm run test:sqlite", | ||
"test:postgresql": "DB=postgresql borp --timeout=180000 --concurrency=1 test/*.test.js", | ||
"test:mariadb": "DB=mariadb borp --timeout=180000 --concurrency=1 test/*.test.js", | ||
"test:mysql": "DB=mysql borp --timeout=180000 --concurrency=1 test/*.test.js", | ||
"test:mysql8": "DB=mysql8 borp --timeout=180000 --concurrency=1 test/*.test.js", | ||
"test:sqlite": "DB=sqlite borp --timeout=180000 --concurrency=1 test/*.test.js", | ||
"test:postgresql": "DB=postgresql borp --timeout=300000 --concurrency=1 test/*.test.js", | ||
"test:mariadb": "DB=mariadb borp --timeout=300000 --concurrency=1 test/*.test.js", | ||
"test:mysql": "DB=mysql borp --timeout=300000 --concurrency=1 test/*.test.js", | ||
"test:mysql8": "DB=mysql8 borp --timeout=300000 --concurrency=1 test/*.test.js", | ||
"test:sqlite": "DB=sqlite borp --timeout=300000 --concurrency=1 test/*.test.js", | ||
"test:typescript": "tsd" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45185
1
+ Added@platformatic/utils@2.8.0-alpha.1(transitive)
- Removed@platformatic/utils@2.7.0(transitive)