@livestore/devtools-vite 0.4.0-dev.25 → 0.4.0-dev.26

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.
@@ -4,25 +4,35 @@
4
4
  "schemaVersion": 1,
5
5
  "artifactName": "livestore-devtools-vite",
6
6
  "packageName": "@livestore/devtools-vite",
7
- "devtoolsVersion": "0.4.0-dev.22",
8
- "devtoolsBuildId": "dt-20260505-398c5feb",
9
- "compatibleLivestore": {
10
- "kind": "range",
11
- "range": "*"
12
- },
7
+ "devtoolsBuildId": "dt-20260513-27179788",
8
+ "artifactVersion": 2,
9
+ "devtoolsProtocolVersion": 1,
10
+ "builtAt": "2026-05-13T07:35:39Z",
11
+ "sourceRevision": "27179788da08fa19a4cc34ff8159369ea1c615ad",
13
12
  "files": {
14
13
  "tarball": {
15
14
  "name": "livestore-devtools-vite.tgz",
16
- "sha256": "6c5fb9ddc7d8c3cc55b5e04f67064dd65aa20b6a6a1eb89a5651cd74642ad83f",
17
- "integrity": "sha512-uHtwobm8vKgmcWLpWXVVFMxgjr7phDbB+yFiKEOoVu5RBSymq/ASvNZh331R60CsZbkjiPl2C158BRKolrq7mg=="
15
+ "sha256": "1e766d5b1e0226c3c70c29c0dff24ee4da0ff8593b813c4b5fd29e852696f3f0",
16
+ "integrity": "sha512-JStXjFh/w2BHpDskNQpP83BS9uiWDCcY5GAsoyGanqWTTmcMNh1wThqHu7WUvGeLyo1DkVYef1ycbuvIhUcC+w=="
18
17
  },
19
18
  "chromeZip": {
20
19
  "name": "livestore-devtools-chrome.zip",
21
- "sha256": "92505c851d29276a3ee00230bfd2c395af41545ab70ff396ef4c40a8f6dd2077",
22
- "integrity": "sha512-re9rpYRqVioFq6eyvHZRhiNJ5ffq8qI/apzyhBCYetXEVge1uanT49J0Xitfq41cZL2RAhDl+sWaos5guO6P4g=="
20
+ "sha256": "f1feead7eb67f620a119ce92d35f84238274128cc480e3a851f1cc20785e2ed2",
21
+ "integrity": "sha512-u1HuanP6yeQPeGm2akXtckJDMXOFfvfCX73p5xMQrF0m88ooH5LagEG24eR5eZBKaJrGP1A99/8ZWvGqAyLabw=="
23
22
  }
24
- },
25
- "devtoolsProtocolVersion": 1
23
+ }
26
24
  },
27
- "livestoreVersion": "0.4.0-dev.25"
25
+ "livestoreVersion": "0.4.0-dev.26",
26
+ "livestoreCertification": {
27
+ "livestoreVersion": "0.4.0-dev.26",
28
+ "devtoolsBuildId": "dt-20260513-27179788",
29
+ "devtoolsProtocolVersion": 1,
30
+ "status": "passed",
31
+ "testSuite": "tests/integration/src/tests/playwright/devtools",
32
+ "scenarios": [
33
+ "direct web session loads and stays connected past heartbeat window",
34
+ "node adapter session loads through Vite and stays connected past 35 seconds"
35
+ ],
36
+ "evidence": "Verified locally on 2026-05-13 for the 0.4.0-dev.26 release branch against exact artifact tarball from https://github.com/livestorejs/livestore-devtools-artifacts/releases/tag/devtools-artifact-dt-20260513-27179788."
37
+ }
28
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/devtools-vite",
3
- "version": "0.4.0-dev.25",
3
+ "version": "0.4.0-dev.26",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -9,12 +9,20 @@
9
9
  ".": "./dist/plugin.js"
10
10
  },
11
11
  "dependencies": {
12
- "@livestore/adapter-web": "0.4.0-dev.25",
13
- "@livestore/utils": "0.4.0-dev.25",
12
+ "@livestore/adapter-web": "0.4.0-dev.26",
13
+ "@livestore/utils": "0.4.0-dev.26",
14
14
  "vite": "*"
15
15
  },
16
16
  "peerDependencies": {
17
- "vite": "^7.3.1"
17
+ "vite": "^7.2.4"
18
+ },
19
+ "#note": "This package.json is not published verbatim; build.ts shapes tmp-build/package.json (exports/files) before publishing.",
20
+ "$genie": {
21
+ "source": "package.json.genie.ts",
22
+ "warning": "DO NOT EDIT - changes will be overwritten"
23
+ },
24
+ "devDependencies_": {
25
+ "Note": "All dependendcies are bundled except for `@livestore/adapter-web`"
18
26
  },
19
27
  "repository": {
20
28
  "type": "git",