@robinmordasiewicz/f5xc-auth 1.5.0 → 1.5.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-auth",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Shared authentication library for F5 Distributed Cloud MCP servers - XDG-compliant profile management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "test:unit": "vitest run tests/unit",
22
22
  "test:integration": "vitest run tests/integration",
23
23
  "test:uat": "vitest run tests/uat",
24
- "test:validate": "node scripts/validate-tests.js",
24
+ "test:validate": "node scripts/validate-tests.cjs",
25
25
  "test:ci": "npm run test:coverage && npm run test:validate",
26
26
  "clean": "rm -rf dist",
27
27
  "prepublishOnly": "npm run build",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "homepage": "https://robinmordasiewicz.github.io/f5xc-auth/",
50
50
  "engines": {
51
- "node": ">=18"
51
+ "node": ">=20"
52
52
  },
53
53
  "dependencies": {
54
54
  "axios": "^1.7.0",
@@ -64,9 +64,7 @@
64
64
  }
65
65
  },
66
66
  "devDependencies": {
67
- "@semantic-release/changelog": "^6.0.3",
68
67
  "@semantic-release/commit-analyzer": "^13.0.0",
69
- "@semantic-release/git": "^10.0.1",
70
68
  "@semantic-release/github": "^11.0.0",
71
69
  "@semantic-release/npm": "^13.1.3",
72
70
  "@semantic-release/release-notes-generator": "^14.0.1",
@@ -1,6 +0,0 @@
1
- /**
2
- * Auth module exports
3
- */
4
- export * from "./credential-manager.js";
5
- export * from "./http-client.js";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/auth/index.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC"}
@@ -1,7 +0,0 @@
1
- // Copyright (c) 2026 Robin Mordasiewicz. MIT License.
2
- /**
3
- * Auth module exports
4
- */
5
- export * from "./credential-manager.js";
6
- export * from "./http-client.js";
7
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/auth/index.ts"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD;;GAEG;AACH,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC"}
@@ -1,5 +0,0 @@
1
- /**
2
- * Config module exports
3
- */
4
- export * from "./paths.js";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,cAAc,YAAY,CAAC"}
@@ -1,6 +0,0 @@
1
- // Copyright (c) 2026 Robin Mordasiewicz. MIT License.
2
- /**
3
- * Config module exports
4
- */
5
- export * from "./paths.js";
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD;;GAEG;AACH,cAAc,YAAY,CAAC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Utils module exports
3
- */
4
- export * from "./logging.js";
5
- export * from "./errors.js";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC"}
@@ -1,7 +0,0 @@
1
- // Copyright (c) 2026 Robin Mordasiewicz. MIT License.
2
- /**
3
- * Utils module exports
4
- */
5
- export * from "./logging.js";
6
- export * from "./errors.js";
7
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD;;GAEG;AACH,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC"}