@platformatic/control
Advanced tools
+9
-6
| { | ||
| "name": "@platformatic/control", | ||
| "version": "3.38.0", | ||
| "version": "3.38.1", | ||
| "description": "Platformatic Control", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
| "typescript": "^5.5.4", | ||
| "@platformatic/service": "3.38.0", | ||
| "@platformatic/runtime": "3.38.0" | ||
| "@platformatic/service": "3.38.1", | ||
| "@platformatic/runtime": "3.38.1" | ||
| }, | ||
@@ -38,4 +38,7 @@ "dependencies": { | ||
| "ws": "^8.16.0", | ||
| "@platformatic/foundation": "3.38.0" | ||
| "@platformatic/foundation": "3.38.1" | ||
| }, | ||
| "tsd": { | ||
| "directory": "test/types" | ||
| }, | ||
| "engines": { | ||
@@ -45,6 +48,6 @@ "node": ">=22.19.0" | ||
| "scripts": { | ||
| "test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js test/**/*.test.js", | ||
| "posttest": "tsd --files test/index.test-d.ts", | ||
| "test": "npm run test:types && node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js test/**/*.test.js", | ||
| "test:types": "tsd", | ||
| "lint": "eslint" | ||
| } | ||
| } |
40939
0.1%+ Added
- Removed