@wix/mcp 1.0.9 → 1.0.10

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.
@@ -24137,4 +24137,4 @@ function addSupportTool(server) {
24137
24137
  base-64/base64.js:
24138
24138
  (*! https://mths.be/base64 v1.0.0 by @mathias | MIT license *)
24139
24139
  */
24140
- //# sourceMappingURL=index.js.map
24140
+ //# sourceMappingURL=index.cjs.map
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@wix/mcp",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "A Model Context Protocol server for Wix AI tools",
5
5
  "type": "module",
6
- "main": "./build/cjs/index.js",
6
+ "main": "./build/cjs/index.cjs",
7
7
  "types": "./build/dts/index.d.ts",
8
8
  "bin": "./build/bin-standalone.js",
9
9
  "files": [
@@ -58,7 +58,7 @@
58
58
  ".": {
59
59
  "types": "./build/dts/index.d.ts",
60
60
  "import": "./build/esm/index.js",
61
- "require": "./build/cjs/index.js"
61
+ "require": "./build/cjs/index.cjs"
62
62
  },
63
63
  "./package.json": "./package.json"
64
64
  },
@@ -73,5 +73,5 @@
73
73
  ]
74
74
  }
75
75
  },
76
- "falconPackageHash": "7f3d390785c5d72a2ffe3c5d65cd90b9eaca493447cf65d7a435580d"
76
+ "falconPackageHash": "9b208da6a3a0abe94cc138ff8e447ddd150c2ce2bc910bb1be5e0676"
77
77
  }
File without changes