@apps-in-toss/devtools 3.0.2 → 3.0.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.
@@ -30520,7 +30520,7 @@ function Panel() {
30520
30520
  color: "#666",
30521
30521
  fontWeight: 400
30522
30522
  },
30523
- children: ["v", "3.0.2"]
30523
+ children: ["v", "3.0.3"]
30524
30524
  }),
30525
30525
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30526
30526
  type: "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apps-in-toss/devtools",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Browser development tools for Apps in Toss mini-apps — mock SDK, floating devtools panel, and universal bundler plugin. devDependency only; contributes nothing to a production bundle",
5
5
  "keywords": [
6
6
  "apps-in-toss",
@@ -69,7 +69,7 @@
69
69
  "unplugin": "^3.2.0"
70
70
  },
71
71
  "devDependencies": {
72
- "@apps-in-toss/web-framework": "^3.0.2",
72
+ "@apps-in-toss/web-framework": "^3.0.3",
73
73
  "@apps-in-toss/web-framework-2x": "npm:@apps-in-toss/web-framework@2.10.8",
74
74
  "@testing-library/dom": "10.4.1",
75
75
  "@testing-library/react": "16.3.2",