@platformatic/service 1.20.3 → 1.21.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/package.json +10 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/service",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"@fastify/compress": "^7.0.0",
|
|
22
22
|
"bindings": "^1.5.0",
|
|
23
23
|
"borp": "^0.9.0",
|
|
24
|
-
"glob": "^10.3.10",
|
|
25
24
|
"json-schema-to-typescript": "^13.1.2",
|
|
26
25
|
"openapi-types": "^12.1.3",
|
|
27
26
|
"pino-abstract-transport": "^1.1.0",
|
|
@@ -78,14 +77,14 @@
|
|
|
78
77
|
"rfdc": "^1.3.1",
|
|
79
78
|
"ua-parser-js": "^1.0.37",
|
|
80
79
|
"undici": "^6.6.0",
|
|
81
|
-
"@platformatic/
|
|
82
|
-
"@platformatic/
|
|
83
|
-
"@platformatic/config": "1.
|
|
84
|
-
"@platformatic/
|
|
85
|
-
"@platformatic/generators": "1.
|
|
86
|
-
"@platformatic/scalar-theme": "1.
|
|
87
|
-
"@platformatic/telemetry": "1.
|
|
88
|
-
"@platformatic/utils": "1.
|
|
80
|
+
"@platformatic/authenticate": "1.21.1",
|
|
81
|
+
"@platformatic/client": "1.21.1",
|
|
82
|
+
"@platformatic/config": "1.21.1",
|
|
83
|
+
"@platformatic/metaconfig": "1.21.1",
|
|
84
|
+
"@platformatic/generators": "1.21.1",
|
|
85
|
+
"@platformatic/scalar-theme": "1.21.1",
|
|
86
|
+
"@platformatic/telemetry": "1.21.1",
|
|
87
|
+
"@platformatic/utils": "1.21.1"
|
|
89
88
|
},
|
|
90
89
|
"standard": {
|
|
91
90
|
"ignore": [
|
|
@@ -100,9 +99,8 @@
|
|
|
100
99
|
]
|
|
101
100
|
},
|
|
102
101
|
"scripts": {
|
|
103
|
-
"test": "pnpm run
|
|
102
|
+
"test": "pnpm run lint && pnpm run unit",
|
|
104
103
|
"unit": "borp --pattern 'test/**/*.test.{js,mjs}' --ignore 'fixtures/**/*' --concurrency=1 --timeout=120000 --no-typescript",
|
|
105
|
-
"nocov": "pnpm run lint && node ./test/runner.js && tsd",
|
|
106
104
|
"build": "node lib/schema.js | json2ts > config.d.ts",
|
|
107
105
|
"lint": "standard | snazzy && ts-standard | snazzy && tsd"
|
|
108
106
|
}
|