@schuttdev/gigai 0.2.3 → 0.2.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -246,7 +246,7 @@ function createHttpClient(serverUrl, sessionToken) {
246
246
  }
247
247
 
248
248
  // src/version.ts
249
- var VERSION = "0.2.2";
249
+ var VERSION = "0.2.4";
250
250
 
251
251
  // src/connect.ts
252
252
  async function connect(serverName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schuttdev/gigai",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "gigai": "dist/index.js"