@apps-in-toss/devtools 3.4.0 → 3.4.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/dist/panel/index.js +1 -1
- package/package.json +2 -2
package/dist/panel/index.js
CHANGED
|
@@ -30614,7 +30614,7 @@ function Panel() {
|
|
|
30614
30614
|
color: "#666",
|
|
30615
30615
|
fontWeight: 400
|
|
30616
30616
|
},
|
|
30617
|
-
children: ["v", "3.4.
|
|
30617
|
+
children: ["v", "3.4.1"]
|
|
30618
30618
|
}),
|
|
30619
30619
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30620
30620
|
type: "button",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/devtools",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.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.4.
|
|
70
|
+
"@apps-in-toss/web-framework": "^3.4.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",
|