@syrin/iris 0.6.10 → 0.8.0

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/vite.js CHANGED
@@ -53,7 +53,11 @@ var TRANSPORT_LIMITS = {
53
53
  MAX_SERIALIZE_DEPTH: 8,
54
54
  MAX_COLLECTION_ITEMS: 200,
55
55
  MAX_OBJECT_KEYS: 200,
56
- MAX_STRING_LENGTH: 64 * 1024
56
+ MAX_STRING_LENGTH: 64 * 1024,
57
+ /** Human review marks: the note the human types when flagging a mistake on the page. */
58
+ MAX_MARK_NOTE_LENGTH: 2e3,
59
+ /** Human review marks: the legible element label that pins the mark (e.g. "Submit button"). */
60
+ MAX_MARK_LABEL_LENGTH: 256
57
61
  };
58
62
  var UpdateCheckIntervalMs = 24 * 60 * 60 * 1e3;
59
63
  var RING_BUFFER_DEFAULTS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syrin/iris",
3
- "version": "0.6.10",
3
+ "version": "0.8.0",
4
4
  "description": "One-install Iris: the dev-only SDK (browser + React adapter) and the spec runner under one package, with subpaths for the source-mapping plugins and the MCP server.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -56,15 +56,15 @@
56
56
  "@types/ws": "^8.5.13",
57
57
  "tsup": "^8.3.5",
58
58
  "typescript": "^5.6.0",
59
- "@syrin/iris-babel-plugin": "0.6.10",
60
- "@syrin/iris-browser": "0.6.10",
61
- "@syrin/iris-eslint-plugin": "0.6.10",
62
- "@syrin/iris-next": "0.6.10",
63
- "@syrin/iris-protocol": "0.6.10",
64
- "@syrin/iris-vite-plugin": "0.6.10",
65
- "@syrin/iris-react": "0.6.10",
66
- "@syrin/iris-test": "0.6.10",
67
- "@syrin/iris-server": "0.6.10"
59
+ "@syrin/iris-babel-plugin": "0.8.0",
60
+ "@syrin/iris-eslint-plugin": "0.8.0",
61
+ "@syrin/iris-browser": "0.8.0",
62
+ "@syrin/iris-next": "0.8.0",
63
+ "@syrin/iris-react": "0.8.0",
64
+ "@syrin/iris-server": "0.8.0",
65
+ "@syrin/iris-test": "0.8.0",
66
+ "@syrin/iris-protocol": "0.8.0",
67
+ "@syrin/iris-vite-plugin": "0.8.0"
68
68
  },
69
69
  "optionalDependencies": {
70
70
  "pixelmatch": "^7.2.0",