@platformatic/service 1.20.2 → 1.21.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.
Files changed (1) hide show
  1. package/package.json +10 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "1.20.2",
3
+ "version": "1.21.0",
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/authenticate": "1.20.2",
82
- "@platformatic/config": "1.20.2",
83
- "@platformatic/generators": "1.20.2",
84
- "@platformatic/metaconfig": "1.20.2",
85
- "@platformatic/scalar-theme": "1.20.2",
86
- "@platformatic/telemetry": "1.20.2",
87
- "@platformatic/client": "1.20.2",
88
- "@platformatic/utils": "1.20.2"
80
+ "@platformatic/client": "1.21.0",
81
+ "@platformatic/config": "1.21.0",
82
+ "@platformatic/authenticate": "1.21.0",
83
+ "@platformatic/metaconfig": "1.21.0",
84
+ "@platformatic/scalar-theme": "1.21.0",
85
+ "@platformatic/telemetry": "1.21.0",
86
+ "@platformatic/generators": "1.21.0",
87
+ "@platformatic/utils": "1.21.0"
89
88
  },
90
89
  "standard": {
91
90
  "ignore": [
@@ -100,9 +99,8 @@
100
99
  ]
101
100
  },
102
101
  "scripts": {
103
- "test": "pnpm run test && pnpm run lint",
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
  }