@aku11i/phantom 2.2.3-rc.0 → 2.2.3
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 +1 -1
- package/phantom.js +2 -2
package/package.json
CHANGED
package/phantom.js
CHANGED
|
@@ -13352,7 +13352,7 @@ var StdioServerTransport = class {
|
|
|
13352
13352
|
// ../mcp/package.json
|
|
13353
13353
|
var package_default = {
|
|
13354
13354
|
name: "@aku11i/phantom-mcp",
|
|
13355
|
-
version: "2.2.3
|
|
13355
|
+
version: "2.2.3",
|
|
13356
13356
|
private: true,
|
|
13357
13357
|
type: "module",
|
|
13358
13358
|
main: "./src/index.ts",
|
|
@@ -13850,7 +13850,7 @@ import { parseArgs as parseArgs10 } from "node:util";
|
|
|
13850
13850
|
// package.json
|
|
13851
13851
|
var package_default2 = {
|
|
13852
13852
|
name: "@aku11i/phantom-cli",
|
|
13853
|
-
version: "2.2.3
|
|
13853
|
+
version: "2.2.3",
|
|
13854
13854
|
private: true,
|
|
13855
13855
|
type: "module",
|
|
13856
13856
|
scripts: {
|