@apps-in-toss/devtools 3.1.0-beta.0 → 3.1.0-beta.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
|
@@ -30553,7 +30553,7 @@ function Panel() {
|
|
|
30553
30553
|
color: "#666",
|
|
30554
30554
|
fontWeight: 400
|
|
30555
30555
|
},
|
|
30556
|
-
children: ["v", "3.1.0-beta.
|
|
30556
|
+
children: ["v", "3.1.0-beta.1"]
|
|
30557
30557
|
}),
|
|
30558
30558
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30559
30559
|
type: "button",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/devtools",
|
|
3
|
-
"version": "3.1.0-beta.
|
|
3
|
+
"version": "3.1.0-beta.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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"unplugin": "^3.2.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@apps-in-toss/web-framework": "^3.1.0-beta.
|
|
72
|
+
"@apps-in-toss/web-framework": "^3.1.0-beta.1",
|
|
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",
|