@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 +2 -0
- package/dist/panel/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/panel/index.js
CHANGED
|
@@ -30601,7 +30601,7 @@ function Panel() {
|
|
|
30601
30601
|
color: "#666",
|
|
30602
30602
|
fontWeight: 400
|
|
30603
30603
|
},
|
|
30604
|
-
children: ["v", "3.1.
|
|
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.
|
|
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.
|
|
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",
|