hydra-aidirector 1.3.0 → 1.4.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hydra-aidirector",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Official TypeScript SDK for Hydra - Intelligent AI API Gateway with automatic failover, caching, and JSON extraction",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"prepublishOnly": "npm run build",
|
|
33
33
|
"clean": "rimraf dist",
|
|
34
34
|
"publish:check": "npm pack --dry-run",
|
|
35
|
-
"release": "npm run build && npm publish",
|
|
35
|
+
"release": "npm run build && npm publish --access public",
|
|
36
36
|
"release:beta": "npm run build && npm publish --tag beta"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|