@elench/testkit 0.1.147 → 0.1.148

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elench/next-analysis",
3
- "version": "0.1.147",
3
+ "version": "0.1.148",
4
4
  "description": "SWC-backed Next.js source analysis primitives for Erench tools",
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elench/testkit-bridge",
3
- "version": "0.1.147",
3
+ "version": "0.1.148",
4
4
  "description": "Browser bridge helpers for testkit",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elench/testkit-protocol",
3
- "version": "0.1.147",
3
+ "version": "0.1.148",
4
4
  "description": "Shared browser protocol for testkit bridge and extension consumers",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elench/ts-analysis",
3
- "version": "0.1.147",
3
+ "version": "0.1.148",
4
4
  "description": "TypeScript compiler-backed source analysis primitives for Erench tools",
5
5
  "type": "module",
6
6
  "exports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elench/testkit",
3
- "version": "0.1.147",
3
+ "version": "0.1.148",
4
4
  "description": "Assistant-first CLI for running, inspecting, and debugging local testkit suites",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -98,10 +98,10 @@
98
98
  },
99
99
  "dependencies": {
100
100
  "@babel/code-frame": "^7.29.0",
101
- "@elench/next-analysis": "0.1.146",
102
- "@elench/testkit-bridge": "0.1.146",
103
- "@elench/testkit-protocol": "0.1.146",
104
- "@elench/ts-analysis": "0.1.146",
101
+ "@elench/next-analysis": "0.1.148",
102
+ "@elench/testkit-bridge": "0.1.148",
103
+ "@elench/testkit-protocol": "0.1.148",
104
+ "@elench/ts-analysis": "0.1.148",
105
105
  "@oclif/core": "^4.10.6",
106
106
  "@playwright/test": "^1.59.1",
107
107
  "esbuild": "^0.25.11",