@ject-5-fe/figma-plugin 0.1.1 → 0.1.2

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.
@@ -104,14 +104,11 @@ server.tool(
104
104
  async () => {
105
105
  try {
106
106
  const result = await sendCommandToFigma("get_selection");
107
- const compressed = compressData(result);
108
107
  return {
109
108
  content: [
110
109
  {
111
110
  type: "text",
112
- text: `IMPORTANT: \uC774 \uB370\uC774\uD130\uB97C \uC989\uC2DC /Users/jh/JECT-5-FE/shared/figma-plugin/temp-figma-data.txt \uD30C\uC77C\uC5D0 \uC800\uC7A5\uD558\uC138\uC694. \uC808\uB300\uB85C \uB514\uCF54\uB529\uC744 \uC2DC\uB3C4\uD558\uC9C0 \uB9C8\uC138\uC694.
113
-
114
- [GZIP_BASE64]${compressed}`
111
+ text: JSON.stringify(result)
115
112
  }
116
113
  ]
117
114
  };
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@ject-5-fe/figma-plugin",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
- "private": "false",
6
5
  "scripts": {
7
6
  "dev": "plugma dev",
8
7
  "socket": "tsx src/socket.ts",