@satanwagen/reviewkit 0.1.3 → 0.1.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.
package/dist/next.d.cts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { ReviewKit } from './lazy.cjs';
2
- export { b as ReviewKitProps } from './index-Dl2Fl0qr.cjs';
2
+ export { b as ReviewKitProps } from './index-CWGkg1-E.cjs';
3
3
  import 'react';
4
4
  import './schema.cjs';
package/dist/next.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { ReviewKit } from './lazy.js';
2
- export { b as ReviewKitProps } from './index-BUSmAweg.js';
2
+ export { b as ReviewKitProps } from './index-DPsjkvaY.js';
3
3
  import 'react';
4
4
  import './schema.js';
package/dist/next.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  LazyReviewKit
4
- } from "./chunk-Q7U43PXE.js";
4
+ } from "./chunk-EOX3UJNP.js";
5
5
  import "./chunk-ETAGGIDN.js";
6
6
  export {
7
7
  LazyReviewKit as ReviewKit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@satanwagen/reviewkit",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Drop-in visual review & feedback layer for React sites. Reviewers annotate the live page; nothing is ever applied \u2014 changes are recorded as a portable session for a coding agent.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -54,7 +54,9 @@
54
54
  "lint": "eslint src",
55
55
  "test": "node --test \"cli/**/*.test.mjs\" \"test/**/*.test.mjs\"",
56
56
  "prepublishOnly": "npm run typecheck && npm run lint && npm test",
57
- "pretest": "npm run build"
57
+ "pretest": "npm run build",
58
+ "sync:build": "cd realtime/server && npm install --no-audit --no-fund && npm run build",
59
+ "sync:dev": "RK_SYNC_TOKEN=demo RK_SYNC_DATA=./realtime/server/data node realtime/server/dist/server.js"
58
60
  },
59
61
  "publishConfig": {
60
62
  "access": "public"