@fishjam-cloud/js-server-sdk 0.29.0-rc.2 → 0.29.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.
@@ -33,7 +33,7 @@ var import_genai = require("@google/genai");
33
33
  // package.json
34
34
  var package_default = {
35
35
  name: "@fishjam-cloud/js-server-sdk",
36
- version: "0.29.0-rc.2",
36
+ version: "0.29.0",
37
37
  description: "Fishjam server SDK for JavaScript",
38
38
  homepage: "https://github.com/fishjam-cloud/js-server-sdk",
39
39
  author: "Fishjam Team",
@@ -95,9 +95,11 @@ var package_default = {
95
95
  outDir: "dist"
96
96
  },
97
97
  dependencies: {
98
- axios: "^1.7.9",
99
98
  uuid: "^11.1.0"
100
99
  },
100
+ engines: {
101
+ node: ">=18"
102
+ },
101
103
  peerDependencies: {
102
104
  "@google/genai": "^1.0.0"
103
105
  },
@@ -122,8 +124,7 @@ var package_default = {
122
124
  "*.{js,ts,tsx,mjs,cjs}": [
123
125
  "eslint --fix --config eslint.config.mjs"
124
126
  ]
125
- },
126
- stableVersion: "0.28.1"
127
+ }
127
128
  };
128
129
 
129
130
  // src/integrations/gemini.ts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  package_default
3
- } from "../chunk-ZKMES6M4.mjs";
3
+ } from "../chunk-3EYSX4WM.mjs";
4
4
 
5
5
  // src/integrations/gemini.ts
6
6
  import { GoogleGenAI } from "@google/genai";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishjam-cloud/js-server-sdk",
3
- "version": "0.29.0-rc.2",
3
+ "version": "0.29.0",
4
4
  "description": "Fishjam server SDK for JavaScript",
5
5
  "homepage": "https://github.com/fishjam-cloud/js-server-sdk",
6
6
  "author": "Fishjam Team",
@@ -62,9 +62,11 @@
62
62
  "outDir": "dist"
63
63
  },
64
64
  "dependencies": {
65
- "axios": "^1.7.9",
66
65
  "uuid": "^11.1.0"
67
66
  },
67
+ "engines": {
68
+ "node": ">=18"
69
+ },
68
70
  "peerDependencies": {
69
71
  "@google/genai": "^1.0.0"
70
72
  },
@@ -74,8 +76,8 @@
74
76
  }
75
77
  },
76
78
  "devDependencies": {
77
- "@fishjam-cloud/fishjam-openapi": "0.29.0-rc.2",
78
- "@fishjam-cloud/fishjam-proto": "0.29.0-rc.2",
79
+ "@fishjam-cloud/fishjam-openapi": "0.29.0",
80
+ "@fishjam-cloud/fishjam-proto": "0.29.0",
79
81
  "@openapitools/openapi-generator-cli": "^2.18.4",
80
82
  "@types/node": "^22.13.16",
81
83
  "@types/websocket": "^1.0.10",
@@ -89,6 +91,5 @@
89
91
  "*.{js,ts,tsx,mjs,cjs}": [
90
92
  "eslint --fix --config eslint.config.mjs"
91
93
  ]
92
- },
93
- "stableVersion": "0.28.1"
94
+ }
94
95
  }