Skip to content

Commit 3edf288

Browse files
authored
Attempt reconnect in the background after websocket timeout (#939)
1 parent dbb1b9f commit 3edf288

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematichq/schematic-react",
3-
"version": "1.2.17",
3+
"version": "1.2.18",
44
"main": "dist/schematic-react.cjs.js",
55
"module": "dist/schematic-react.esm.js",
66
"types": "dist/schematic-react.d.ts",
@@ -31,7 +31,7 @@
3131
"prepare": "husky"
3232
},
3333
"dependencies": {
34-
"@schematichq/schematic-js": "^1.2.17"
34+
"@schematichq/schematic-js": "^1.2.18"
3535
},
3636
"devDependencies": {
3737
"@eslint/js": "^10.0.1",

react/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.2.17';
1+
export const version = '1.2.18';

react/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -815,10 +815,10 @@
815815
argparse "~1.0.9"
816816
string-argv "~0.3.1"
817817

818-
"@schematichq/schematic-js@^1.2.17":
819-
version "1.2.17"
820-
resolved "https://registry.yarnpkg.com/@schematichq/schematic-js/-/schematic-js-1.2.17.tgz#7e65ebc75846adfe1d4bd4783ee4cb486db56b5b"
821-
integrity sha512-2zx3BsRTEBBWuXS7V+V3kCv1F2TorD+g+J0LsZBv5kSVBzdW6gYgdxMaCoX4ZZIFFfHXLaidbCEwKb1y7VDS4w==
818+
"@schematichq/schematic-js@^1.2.18":
819+
version "1.2.18"
820+
resolved "https://registry.yarnpkg.com/@schematichq/schematic-js/-/schematic-js-1.2.18.tgz#7cab5399bfa0c7fc6c043e8706057c011a477a8b"
821+
integrity sha512-MtaRO7hSryp52QHGKg4d5fTPXIWsWRAvvZMe1QF2E1FAHH5DZ4dSPbbSJbYfLFt2gEBMhW8jAfoz1fiGKJS9EA==
822822
dependencies:
823823
cross-fetch "^4.1.0"
824824
uuid "^13.0.0"

0 commit comments

Comments
 (0)