@jerome-benoit/sap-ai-provider 3.0.0 → 4.0.0-rc.2

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": "@jerome-benoit/sap-ai-provider",
3
- "version": "3.0.0",
3
+ "version": "4.0.0-rc.2",
4
4
  "type": "module",
5
5
  "description": "SAP AI Core provider for AI SDK (powered by @sap-ai-sdk/orchestration)",
6
6
  "keywords": [
@@ -42,7 +42,7 @@
42
42
  "files": [
43
43
  "dist/**/*",
44
44
  "README.md",
45
- "LICENSE"
45
+ "LICENSE.md"
46
46
  ],
47
47
  "scripts": {
48
48
  "build": "tsup",
@@ -59,7 +59,8 @@
59
59
  "test:edge": "vitest --config vitest.edge.config.ts --run",
60
60
  "test:node:watch": "vitest --config vitest.node.config.ts",
61
61
  "test:coverage": "vitest run --coverage",
62
- "validate-docs": "npx tsx scripts/validate-docs.ts",
62
+ "validate-docs": "tsx scripts/validate-docs.ts",
63
+ "fix-docs-toc": "tsx scripts/fix-docs-toc.ts",
63
64
  "prepare": "npm run build",
64
65
  "prepublishOnly": "npm run validate-docs && npm run type-check && npm run test && npm run build",
65
66
  "check-build": "ls -la dist/ && test -f dist/index.js && test -f dist/index.cjs && test -f dist/index.d.ts"
@@ -75,15 +76,17 @@
75
76
  "@edge-runtime/vm": "^5.0.0",
76
77
  "@eslint/js": "^9.39.2",
77
78
  "@types/node": "^25.0.8",
79
+ "@vitest/coverage-v8": "^4.0.17",
78
80
  "dotenv": "^17.2.3",
79
81
  "eslint": "^9.39.2",
82
+ "eslint-plugin-perfectionist": "^5.3.1",
80
83
  "globals": "^17.0.0",
81
84
  "prettier": "^3.7.4",
82
85
  "tsup": "^8.5.1",
86
+ "tsx": "^4.21.0",
83
87
  "typescript": "^5.9.3",
84
88
  "typescript-eslint": "^8.53.0",
85
- "vitest": "^4.0.17",
86
- "@vitest/coverage-v8": "^4.0.17"
89
+ "vitest": "^4.0.17"
87
90
  },
88
91
  "peerDependencies": {
89
92
  "ai": "^6.0.0"