@wix/dev-machine-monitor 1.0.6 → 1.0.8

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/package.json CHANGED
@@ -1,36 +1,46 @@
1
1
  {
2
2
  "name": "@wix/dev-machine-monitor",
3
- "version": "1.0.6",
4
- "packageManager": "yarn@4.5.2",
3
+ "version": "1.0.8",
4
+ "bin": "build/run.cjs",
5
5
  "devDependencies": {
6
- "@types/node": "^22.0.0",
6
+ "@types/node": "^22.19.1",
7
7
  "astro": "^5.15.3",
8
8
  "chalk": "^5.6.2",
9
9
  "commander": "^14.0.1",
10
10
  "execa": "^9.6.0",
11
11
  "http-proxy-3": "^1.22.0",
12
12
  "tsup": "^8.5.0",
13
- "typescript": "^5.9.3"
13
+ "typescript": "^5.9.3",
14
+ "vite": "^6.0.0"
14
15
  },
15
16
  "exports": {
16
17
  ".": "./build/integration.js"
17
18
  },
19
+ "files": [
20
+ "build"
21
+ ],
18
22
  "peerDependencies": {
19
23
  "astro": "^5.0.0"
20
24
  },
21
25
  "publishConfig": {
22
26
  "registry": "https://registry.npmjs.org/",
23
- "access": "public",
24
- "versionBumpStrategy": "manual",
25
- "logLevel": "verbose"
27
+ "access": "public"
26
28
  },
27
- "files": [
28
- "build"
29
- ],
30
- "bin": "build/run.cjs",
31
29
  "scripts": {
32
30
  "build": "tsup",
33
31
  "typecheck": "tsc --noEmit"
34
32
  },
35
- "type": "module"
36
- }
33
+ "type": "module",
34
+ "wix": {
35
+ "artifact": {
36
+ "groupId": "com.wixpress.headless-integrations",
37
+ "artifactId": "dev-machine-monitor"
38
+ },
39
+ "validations": {
40
+ "postBuild": [
41
+ "typecheck"
42
+ ]
43
+ }
44
+ },
45
+ "falconPackageHash": "4cd5372114281f66d9271ebcd767740c5bc088560e701767dfedf9f5"
46
+ }
package/README.md DELETED
@@ -1,16 +0,0 @@
1
- # monitor
2
-
3
- ```bash
4
- BASE_URL=https://2cce8235-2ada-4c64-89fd-8b5779e1000a--wp8c15355006--34515.remote-machine.wix-code.com/
5
- TASK_PORT=34515
6
-
7
- NODE_ENV=development \
8
- ASTRO_TELEMETRY_DISABLED=1 \
9
- monitor \
10
- --proxy-from http://0.0.0.0:$TASK_PORT \
11
- --proxy-to http://localhost:4321 \
12
- -- wix dev --port 4321 --base-url $BASE_URL
13
- ```
14
-
15
- [ ] - publish
16
- [ ] - add to picasso project