@platformatic/db 2.69.0 → 2.70.0
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/config.d.ts +1 -1
- package/package.json +14 -14
- package/schema.json +24 -17
package/config.d.ts
CHANGED
|
@@ -605,7 +605,7 @@ export interface PlatformaticDB {
|
|
|
605
605
|
maxELU?: number | string;
|
|
606
606
|
maxHeapUsed?: number | string;
|
|
607
607
|
maxHeapTotal?: number | string;
|
|
608
|
-
maxYoungGeneration?: number;
|
|
608
|
+
maxYoungGeneration?: number | string;
|
|
609
609
|
};
|
|
610
610
|
undici?: {
|
|
611
611
|
agentOptions?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/db",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.70.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -73,19 +73,19 @@
|
|
|
73
73
|
"rfdc": "^1.3.1",
|
|
74
74
|
"rimraf": "^4.4.1",
|
|
75
75
|
"semgrator": "^0.3.0",
|
|
76
|
-
"@platformatic/config": "2.
|
|
77
|
-
"@platformatic/db-authorization": "2.
|
|
78
|
-
"@platformatic/db-core": "2.
|
|
79
|
-
"@platformatic/generators": "2.
|
|
80
|
-
"@platformatic/
|
|
81
|
-
"@platformatic/sql-
|
|
82
|
-
"@platformatic/sql-
|
|
83
|
-
"@platformatic/
|
|
84
|
-
"@platformatic/sql-
|
|
85
|
-
"@platformatic/sql-openapi": "2.
|
|
86
|
-
"@platformatic/ts-compiler": "2.
|
|
87
|
-
"@platformatic/utils": "2.
|
|
88
|
-
"@platformatic/telemetry": "2.
|
|
76
|
+
"@platformatic/config": "2.70.0",
|
|
77
|
+
"@platformatic/db-authorization": "2.70.0",
|
|
78
|
+
"@platformatic/db-core": "2.70.0",
|
|
79
|
+
"@platformatic/generators": "2.70.0",
|
|
80
|
+
"@platformatic/sql-graphql": "2.70.0",
|
|
81
|
+
"@platformatic/sql-json-schema-mapper": "2.70.0",
|
|
82
|
+
"@platformatic/sql-mapper": "2.70.0",
|
|
83
|
+
"@platformatic/service": "2.70.0",
|
|
84
|
+
"@platformatic/sql-events": "2.70.0",
|
|
85
|
+
"@platformatic/sql-openapi": "2.70.0",
|
|
86
|
+
"@platformatic/ts-compiler": "2.70.0",
|
|
87
|
+
"@platformatic/utils": "2.70.0",
|
|
88
|
+
"@platformatic/telemetry": "2.70.0"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"test": "pnpm run lint && borp -T --concurrency=1 --timeout=300000 && tsd ",
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/db/2.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/db/2.70.0.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic DB",
|
|
5
5
|
"type": "object",
|
|
@@ -1809,7 +1809,6 @@
|
|
|
1809
1809
|
"default": {},
|
|
1810
1810
|
"properties": {
|
|
1811
1811
|
"enabled": {
|
|
1812
|
-
"default": true,
|
|
1813
1812
|
"anyOf": [
|
|
1814
1813
|
{
|
|
1815
1814
|
"type": "boolean"
|
|
@@ -1817,10 +1816,10 @@
|
|
|
1817
1816
|
{
|
|
1818
1817
|
"type": "string"
|
|
1819
1818
|
}
|
|
1820
|
-
]
|
|
1819
|
+
],
|
|
1820
|
+
"default": true
|
|
1821
1821
|
},
|
|
1822
1822
|
"interval": {
|
|
1823
|
-
"default": 30000,
|
|
1824
1823
|
"anyOf": [
|
|
1825
1824
|
{
|
|
1826
1825
|
"type": "number",
|
|
@@ -1829,10 +1828,10 @@
|
|
|
1829
1828
|
{
|
|
1830
1829
|
"type": "string"
|
|
1831
1830
|
}
|
|
1832
|
-
]
|
|
1831
|
+
],
|
|
1832
|
+
"default": 30000
|
|
1833
1833
|
},
|
|
1834
1834
|
"gracePeriod": {
|
|
1835
|
-
"default": 30000,
|
|
1836
1835
|
"anyOf": [
|
|
1837
1836
|
{
|
|
1838
1837
|
"type": "number",
|
|
@@ -1841,10 +1840,10 @@
|
|
|
1841
1840
|
{
|
|
1842
1841
|
"type": "string"
|
|
1843
1842
|
}
|
|
1844
|
-
]
|
|
1843
|
+
],
|
|
1844
|
+
"default": 30000
|
|
1845
1845
|
},
|
|
1846
1846
|
"maxUnhealthyChecks": {
|
|
1847
|
-
"default": 10,
|
|
1848
1847
|
"anyOf": [
|
|
1849
1848
|
{
|
|
1850
1849
|
"type": "number",
|
|
@@ -1853,10 +1852,10 @@
|
|
|
1853
1852
|
{
|
|
1854
1853
|
"type": "string"
|
|
1855
1854
|
}
|
|
1856
|
-
]
|
|
1855
|
+
],
|
|
1856
|
+
"default": 10
|
|
1857
1857
|
},
|
|
1858
1858
|
"maxELU": {
|
|
1859
|
-
"default": 0.99,
|
|
1860
1859
|
"anyOf": [
|
|
1861
1860
|
{
|
|
1862
1861
|
"type": "number",
|
|
@@ -1866,10 +1865,10 @@
|
|
|
1866
1865
|
{
|
|
1867
1866
|
"type": "string"
|
|
1868
1867
|
}
|
|
1869
|
-
]
|
|
1868
|
+
],
|
|
1869
|
+
"default": 0.99
|
|
1870
1870
|
},
|
|
1871
1871
|
"maxHeapUsed": {
|
|
1872
|
-
"default": 0.99,
|
|
1873
1872
|
"anyOf": [
|
|
1874
1873
|
{
|
|
1875
1874
|
"type": "number",
|
|
@@ -1879,10 +1878,10 @@
|
|
|
1879
1878
|
{
|
|
1880
1879
|
"type": "string"
|
|
1881
1880
|
}
|
|
1882
|
-
]
|
|
1881
|
+
],
|
|
1882
|
+
"default": 0.99
|
|
1883
1883
|
},
|
|
1884
1884
|
"maxHeapTotal": {
|
|
1885
|
-
"default": 4294967296,
|
|
1886
1885
|
"anyOf": [
|
|
1887
1886
|
{
|
|
1888
1887
|
"type": "number",
|
|
@@ -1891,11 +1890,19 @@
|
|
|
1891
1890
|
{
|
|
1892
1891
|
"type": "string"
|
|
1893
1892
|
}
|
|
1894
|
-
]
|
|
1893
|
+
],
|
|
1894
|
+
"default": 4294967296
|
|
1895
1895
|
},
|
|
1896
1896
|
"maxYoungGeneration": {
|
|
1897
|
-
"
|
|
1898
|
-
|
|
1897
|
+
"anyOf": [
|
|
1898
|
+
{
|
|
1899
|
+
"type": "number",
|
|
1900
|
+
"minimum": 0
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"type": "string"
|
|
1904
|
+
}
|
|
1905
|
+
]
|
|
1899
1906
|
}
|
|
1900
1907
|
},
|
|
1901
1908
|
"additionalProperties": false
|