@apps-in-toss/devtools 3.1.0 → 3.1.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @apps-in-toss/devtools
2
2
 
3
+ ## 3.1.1
4
+
3
5
  ## 3.1.0
4
6
 
5
7
  ## 3.0.5
@@ -30601,7 +30601,7 @@ function Panel() {
30601
30601
  color: "#666",
30602
30602
  fontWeight: 400
30603
30603
  },
30604
- children: ["v", "3.1.0"]
30604
+ children: ["v", "3.1.1"]
30605
30605
  }),
30606
30606
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30607
30607
  type: "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apps-in-toss/devtools",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
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",
@@ -67,7 +67,7 @@
67
67
  "unplugin": "^3.2.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@apps-in-toss/web-framework": "^3.1.0",
70
+ "@apps-in-toss/web-framework": "^3.1.1",
71
71
  "@apps-in-toss/web-framework-2x": "npm:@apps-in-toss/web-framework@2.10.8",
72
72
  "@testing-library/dom": "10.4.1",
73
73
  "@testing-library/react": "16.3.2",