staklink 0.3.26 → 0.3.27

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.
@@ -34824,7 +34824,7 @@ var SSEManager = class {
34824
34824
  var sseManager = new SSEManager();
34825
34825
 
34826
34826
  // src/proxy/version.ts
34827
- var VERSION = "0.3.26";
34827
+ var VERSION = "0.3.27";
34828
34828
 
34829
34829
  // node_modules/uuid/dist/esm/stringify.js
34830
34830
  var byteToHex = [];
@@ -10905,7 +10905,7 @@ var glob = Object.assign(glob_, {
10905
10905
  glob.glob = glob;
10906
10906
 
10907
10907
  // src/proxy/version.ts
10908
- var VERSION = "0.3.26";
10908
+ var VERSION = "0.3.27";
10909
10909
 
10910
10910
  // src/cli.ts
10911
10911
  var STAKLINK_PROXY = "staklink-proxy";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "staklink",
3
3
  "displayName": "staklink",
4
4
  "description": "staklink process manager",
5
- "version": "0.3.26",
5
+ "version": "0.3.27",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {
@@ -1,4 +0,0 @@
1
- {
2
- "status": "passed",
3
- "failedTests": []
4
- }
@@ -1,106 +0,0 @@
1
- {
2
- "testTitle": "YOLO page should display YOLO text",
3
- "testId": "ea70bc1c4bc8cb3ef066-ef50a3f3fbda7cffd2c6",
4
- "status": "passed",
5
- "duration": 2661,
6
- "startTime": "2025-11-20T05:03:47.154Z",
7
- "videoPath": "/Users/evanfeenstra/code/sphinx2/staklink/test-results/scripts-demo-test-YOLO-page-should-display-YOLO-text/video.webm",
8
- "actions": [
9
- {
10
- "title": "Navigate to \"/\"",
11
- "category": "pw:api",
12
- "timestamp": "2025-11-20T05:03:47.791Z",
13
- "relativeMs": 637,
14
- "duration": 505,
15
- "stepPath": [
16
- "Navigate to \"/\""
17
- ],
18
- "location": {
19
- "file": "/Users/evanfeenstra/code/sphinx2/staklink/scripts/demo-test.spec.ts",
20
- "line": 5,
21
- "column": 14
22
- },
23
- "sourceCode": "await page.goto('http://localhost:8080', { waitUntil: 'networkidle' });"
24
- },
25
- {
26
- "title": "Wait for load state \"domcontentloaded\"",
27
- "category": "pw:api",
28
- "timestamp": "2025-11-20T05:03:47.793Z",
29
- "relativeMs": 639,
30
- "duration": 1,
31
- "stepPath": [
32
- "Wait for load state \"domcontentloaded\""
33
- ],
34
- "location": {
35
- "file": "/Users/evanfeenstra/code/sphinx2/staklink/scripts/demo-test.spec.ts",
36
- "line": 8,
37
- "column": 14
38
- },
39
- "sourceCode": "await page.waitForLoadState('domcontentloaded');"
40
- },
41
- {
42
- "title": "Expect \"toHaveText\"",
43
- "category": "expect",
44
- "timestamp": "2025-11-20T05:03:47.815Z",
45
- "relativeMs": 661,
46
- "duration": 21,
47
- "stepPath": [
48
- "Expect \"toHaveText\""
49
- ],
50
- "location": {
51
- "file": "/Users/evanfeenstra/code/sphinx2/staklink/scripts/demo-test.spec.ts",
52
- "line": 11,
53
- "column": 36
54
- },
55
- "sourceCode": "await expect(page.locator('h1')).toHaveText('YOLO');"
56
- },
57
- {
58
- "title": "Expect \"toBeVisible\"",
59
- "category": "expect",
60
- "timestamp": "2025-11-20T05:03:47.817Z",
61
- "relativeMs": 663,
62
- "duration": 2,
63
- "stepPath": [
64
- "Expect \"toBeVisible\""
65
- ],
66
- "location": {
67
- "file": "/Users/evanfeenstra/code/sphinx2/staklink/scripts/demo-test.spec.ts",
68
- "line": 14,
69
- "column": 40
70
- },
71
- "sourceCode": "await expect(page.locator('button')).toBeVisible();"
72
- },
73
- {
74
- "title": "Expect \"toHaveText\"",
75
- "category": "expect",
76
- "timestamp": "2025-11-20T05:03:47.819Z",
77
- "relativeMs": 665,
78
- "duration": 2,
79
- "stepPath": [
80
- "Expect \"toHaveText\""
81
- ],
82
- "location": {
83
- "file": "/Users/evanfeenstra/code/sphinx2/staklink/scripts/demo-test.spec.ts",
84
- "line": 15,
85
- "column": 40
86
- },
87
- "sourceCode": "await expect(page.locator('button')).toHaveText('Test');"
88
- },
89
- {
90
- "title": "Wait for timeout",
91
- "category": "pw:api",
92
- "timestamp": "2025-11-20T05:03:49.821Z",
93
- "relativeMs": 2667,
94
- "duration": 2002,
95
- "stepPath": [
96
- "Wait for timeout"
97
- ],
98
- "location": {
99
- "file": "/Users/evanfeenstra/code/sphinx2/staklink/scripts/demo-test.spec.ts",
100
- "line": 18,
101
- "column": 14
102
- },
103
- "sourceCode": "await page.waitForTimeout(2000);"
104
- }
105
- ]
106
- }