@syrin/iris 0.4.0 → 0.5.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/cli.js +1112 -234
- package/dist/index.js +5 -0
- package/dist/server.d.ts +10 -1
- package/dist/server.js +718 -215
- package/dist/test.js +542 -222
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syrin/iris",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.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",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"@types/ws": "^8.5.13",
|
|
53
53
|
"tsup": "^8.3.5",
|
|
54
54
|
"typescript": "^5.6.0",
|
|
55
|
-
"@syrin/iris-
|
|
56
|
-
"@syrin/iris-
|
|
57
|
-
"@syrin/iris-
|
|
58
|
-
"@syrin/iris-next": "0.
|
|
59
|
-
"@syrin/iris-
|
|
60
|
-
"@syrin/iris-
|
|
61
|
-
"@syrin/iris-
|
|
62
|
-
"@syrin/iris-test": "0.
|
|
55
|
+
"@syrin/iris-babel-plugin": "0.5.0",
|
|
56
|
+
"@syrin/iris-browser": "0.5.0",
|
|
57
|
+
"@syrin/iris-react": "0.5.0",
|
|
58
|
+
"@syrin/iris-next": "0.5.0",
|
|
59
|
+
"@syrin/iris-eslint-plugin": "0.5.0",
|
|
60
|
+
"@syrin/iris-server": "0.5.0",
|
|
61
|
+
"@syrin/iris-protocol": "0.5.0",
|
|
62
|
+
"@syrin/iris-test": "0.5.0"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
65
|
"pixelmatch": "^7.2.0",
|