@fishjam-cloud/js-server-sdk 0.29.0-rc.2 → 0.30.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.30.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",
@@ -84,6 +84,7 @@ var package_default = {
84
84
  "src/proto.ts"
85
85
  ],
86
86
  noExternal: [
87
+ "composition-openapi",
87
88
  "fishjam-openapi",
88
89
  "fishjam-proto"
89
90
  ],
@@ -95,9 +96,11 @@ var package_default = {
95
96
  outDir: "dist"
96
97
  },
97
98
  dependencies: {
98
- axios: "^1.7.9",
99
99
  uuid: "^11.1.0"
100
100
  },
101
+ engines: {
102
+ node: ">=18"
103
+ },
101
104
  peerDependencies: {
102
105
  "@google/genai": "^1.0.0"
103
106
  },
@@ -107,6 +110,7 @@ var package_default = {
107
110
  }
108
111
  },
109
112
  devDependencies: {
113
+ "@fishjam-cloud/composition-openapi": "workspace:*",
110
114
  "@fishjam-cloud/fishjam-openapi": "workspace:*",
111
115
  "@fishjam-cloud/fishjam-proto": "workspace:*",
112
116
  "@openapitools/openapi-generator-cli": "^2.18.4",
@@ -122,8 +126,7 @@ var package_default = {
122
126
  "*.{js,ts,tsx,mjs,cjs}": [
123
127
  "eslint --fix --config eslint.config.mjs"
124
128
  ]
125
- },
126
- stableVersion: "0.28.1"
129
+ }
127
130
  };
128
131
 
129
132
  // src/integrations/gemini.ts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  package_default
3
- } from "../chunk-ZKMES6M4.mjs";
3
+ } from "../chunk-VFSCWQBY.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.30.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",
@@ -51,6 +51,7 @@
51
51
  "src/proto.ts"
52
52
  ],
53
53
  "noExternal": [
54
+ "composition-openapi",
54
55
  "fishjam-openapi",
55
56
  "fishjam-proto"
56
57
  ],
@@ -62,9 +63,11 @@
62
63
  "outDir": "dist"
63
64
  },
64
65
  "dependencies": {
65
- "axios": "^1.7.9",
66
66
  "uuid": "^11.1.0"
67
67
  },
68
+ "engines": {
69
+ "node": ">=18"
70
+ },
68
71
  "peerDependencies": {
69
72
  "@google/genai": "^1.0.0"
70
73
  },
@@ -74,8 +77,9 @@
74
77
  }
75
78
  },
76
79
  "devDependencies": {
77
- "@fishjam-cloud/fishjam-openapi": "0.29.0-rc.2",
78
- "@fishjam-cloud/fishjam-proto": "0.29.0-rc.2",
80
+ "@fishjam-cloud/composition-openapi": "0.30.0",
81
+ "@fishjam-cloud/fishjam-openapi": "0.30.0",
82
+ "@fishjam-cloud/fishjam-proto": "0.30.0",
79
83
  "@openapitools/openapi-generator-cli": "^2.18.4",
80
84
  "@types/node": "^22.13.16",
81
85
  "@types/websocket": "^1.0.10",
@@ -89,6 +93,5 @@
89
93
  "*.{js,ts,tsx,mjs,cjs}": [
90
94
  "eslint --fix --config eslint.config.mjs"
91
95
  ]
92
- },
93
- "stableVersion": "0.28.1"
96
+ }
94
97
  }