@livestore/sync-s2 0.0.0-snapshot-1586420b7114f795d36cfc34292b3089f520e417 → 0.0.0-snapshot-6545d6b559d24bd8f41409fabc7995fc0b2d66e9

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.
@@ -154,7 +154,7 @@ declare const AccessTokenScope_base: S.Class<AccessTokenScope, {
154
154
  } & {
155
155
  readonly op_groups?: PermittedOperationGroups | undefined;
156
156
  } & {
157
- readonly ops?: readonly ("read" | "list-basins" | "create-basin" | "delete-basin" | "reconfigure-basin" | "get-basin-config" | "issue-access-token" | "revoke-access-token" | "list-access-tokens" | "list-streams" | "create-stream" | "delete-stream" | "get-stream-config" | "reconfigure-stream" | "check-tail" | "append" | "trim" | "fence" | "account-metrics" | "basin-metrics" | "stream-metrics")[] | undefined;
157
+ readonly ops?: readonly ("trim" | "read" | "list-basins" | "create-basin" | "delete-basin" | "reconfigure-basin" | "get-basin-config" | "issue-access-token" | "revoke-access-token" | "list-access-tokens" | "list-streams" | "create-stream" | "delete-stream" | "get-stream-config" | "reconfigure-stream" | "check-tail" | "append" | "fence" | "account-metrics" | "basin-metrics" | "stream-metrics")[] | undefined;
158
158
  } & {
159
159
  readonly streams?: {
160
160
  readonly exact: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/sync-s2",
3
- "version": "0.0.0-snapshot-1586420b7114f795d36cfc34292b3089f520e417",
3
+ "version": "0.0.0-snapshot-6545d6b559d24bd8f41409fabc7995fc0b2d66e9",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -8,9 +8,9 @@
8
8
  "./s2-proxy-helpers": "./dist/s2-proxy-helpers.js"
9
9
  },
10
10
  "dependencies": {
11
- "@livestore/common": "0.0.0-snapshot-1586420b7114f795d36cfc34292b3089f520e417",
12
- "@livestore/livestore": "0.0.0-snapshot-1586420b7114f795d36cfc34292b3089f520e417",
13
- "@livestore/utils": "0.0.0-snapshot-1586420b7114f795d36cfc34292b3089f520e417"
11
+ "@livestore/common": "0.0.0-snapshot-6545d6b559d24bd8f41409fabc7995fc0b2d66e9",
12
+ "@livestore/livestore": "0.0.0-snapshot-6545d6b559d24bd8f41409fabc7995fc0b2d66e9",
13
+ "@livestore/utils": "0.0.0-snapshot-6545d6b559d24bd8f41409fabc7995fc0b2d66e9"
14
14
  },
15
15
  "devDependencies": {},
16
16
  "files": [