@superblocksteam/cli 2.0.6-next.45 → 2.0.6-next.46

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.
@@ -287,14 +287,6 @@
287
287
  "args": {},
288
288
  "description": "Starts a local development server for the current code-mode enabled application",
289
289
  "flags": {
290
- "pidfile": {
291
- "description": "The path to the file that will store the PID of the dev server",
292
- "hidden": true,
293
- "name": "pidfile",
294
- "hasDynamicHelp": false,
295
- "multiple": false,
296
- "type": "option"
297
- },
298
290
  "port": {
299
291
  "description": "The port that the dev server will run on",
300
292
  "hidden": true,
@@ -585,5 +577,5 @@
585
577
  "strict": true
586
578
  }
587
579
  },
588
- "version": "2.0.6-next.45"
580
+ "version": "2.0.6-next.46"
589
581
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.6-next.45",
3
+ "version": "2.0.6-next.46",
4
4
  "type": "module",
5
5
  "description": "Official Superblocks CLI",
6
6
  "homepage": "https://www.superblocks.com",
@@ -42,9 +42,9 @@
42
42
  "devDependencies": {
43
43
  "@eslint/js": "^9.16.0",
44
44
  "@oclif/test": "^4.1.11",
45
- "@superblocksteam/sdk": "2.0.6-next.45",
45
+ "@superblocksteam/sdk": "2.0.6-next.46",
46
46
  "@superblocksteam/shared": "0.9198.0",
47
- "@superblocksteam/util": "2.0.6-next.45",
47
+ "@superblocksteam/util": "2.0.6-next.46",
48
48
  "@types/babel__core": "^7.20.0",
49
49
  "@types/chai": "^4",
50
50
  "@types/fs-extra": "^11.0.1",