@sanity/runtime-cli 1.2.1 → 1.3.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sanity/runtime-cli",
3
3
  "description": "A new CLI generated with oclif",
4
- "version": "1.2.1",
4
+ "version": "1.3.1",
5
5
  "author": "Sanity Runtime Team",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -22,7 +22,8 @@
22
22
  "sanity": "./bin/run.js"
23
23
  },
24
24
  "scripts": {
25
- "build": "rollup -c && shx rm -rf dist && tsc -b && npm run build:static",
25
+ "build": "rollup -c && npm run build:bin && npm run build:static",
26
+ "build:bin": "shx rm -rf dist && tsc -b",
26
27
  "build:static": "npm run copy:wrapper && npm run copy:server",
27
28
  "copy:server": "shx cp -r ./src/server/static ./dist/server/static",
28
29
  "copy:wrapper": "shx cp ./src/utils/child-process-wrapper.js ./dist/utils/child-process-wrapper.js",
@@ -38,6 +39,7 @@
38
39
  "@oclif/core": "^4",
39
40
  "@oclif/plugin-help": "^6",
40
41
  "@oclif/plugin-plugins": "^5",
42
+ "eventsource": "^3.0.5",
41
43
  "jszip": "^3.10.1",
42
44
  "mime-types": "^2.1.35",
43
45
  "xdg-basedir": "^5.1.0"