@cross-deck/web 1.9.0 → 1.9.1

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/dist/index.d.mts CHANGED
@@ -961,7 +961,7 @@ declare class MemoryStorage implements KeyValueStorage {
961
961
  *
962
962
  * Do NOT edit by hand — `node scripts/sync-sdk-versions.mjs`.
963
963
  */
964
- declare const SDK_VERSION = "1.9.0";
964
+ declare const SDK_VERSION = "1.9.1";
965
965
  declare const SDK_NAME = "@cross-deck/web";
966
966
 
967
967
  /**
package/dist/index.d.ts CHANGED
@@ -961,7 +961,7 @@ declare class MemoryStorage implements KeyValueStorage {
961
961
  *
962
962
  * Do NOT edit by hand — `node scripts/sync-sdk-versions.mjs`.
963
963
  */
964
- declare const SDK_VERSION = "1.9.0";
964
+ declare const SDK_VERSION = "1.9.1";
965
965
  declare const SDK_NAME = "@cross-deck/web";
966
966
 
967
967
  /**
package/dist/index.mjs CHANGED
@@ -69,7 +69,7 @@ function typeMapForStatus(status) {
69
69
  }
70
70
 
71
71
  // src/_version.ts
72
- var SDK_VERSION = "1.9.0";
72
+ var SDK_VERSION = "1.9.1";
73
73
  var SDK_NAME = "@cross-deck/web";
74
74
 
75
75
  // src/http.ts