@octaviaflow/telemetry-config-schema 1.1.2 → 2.0.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octaviaflow/telemetry-config-schema",
|
|
3
3
|
"description": "Telemetry config schema for OctaviaFlow Telemetry",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "OctaviaFlow",
|
|
7
7
|
"keywords": [
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"build": "bun run clean && tsc && bun run build:schema",
|
|
37
37
|
"build:schema": "mkdir -p dist && ts-json-schema-generator --path ./src/main/config-schema.ts --type ConfigSchema > dist/config.schema.json",
|
|
38
38
|
"clean": "rimraf dist",
|
|
39
|
-
"lint": "eslint src
|
|
40
|
-
"lint:fix": "eslint src --
|
|
39
|
+
"lint": "eslint src",
|
|
40
|
+
"lint:fix": "eslint src --fix",
|
|
41
41
|
"format": "prettier --write 'src/**/*.ts'",
|
|
42
42
|
"format:check": "prettier --check 'src/**/*.ts'",
|
|
43
43
|
"test": "jest",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"eslint-config-octaviaflow": "^2.0.0",
|
|
56
56
|
"husky": "^9.1.7",
|
|
57
57
|
"jest": "^29.7.0",
|
|
58
|
-
"jest-config-octaviaflow": "^
|
|
58
|
+
"jest-config-octaviaflow": "^2.0.0",
|
|
59
59
|
"lint-staged": "^15.5.2",
|
|
60
60
|
"prettier": "^3.6.2",
|
|
61
|
-
"prettier-config-octaviaflow": "^
|
|
61
|
+
"prettier-config-octaviaflow": "^2.0.0",
|
|
62
62
|
"rimraf": "^5.0.10",
|
|
63
63
|
"ts-json-schema-generator": "^1.5.1",
|
|
64
64
|
"typescript": "^5.8.3",
|
|
65
|
-
"typescript-config-octaviaflow": "^
|
|
65
|
+
"typescript-config-octaviaflow": "^2.0.0"
|
|
66
66
|
}
|
|
67
67
|
}
|