@apps-in-toss/web-framework 1.11.0 → 1.11.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/cli/index.js CHANGED
@@ -52274,7 +52274,7 @@ var require_package = __commonJS({
52274
52274
  module.exports = {
52275
52275
  name: "@apps-in-toss/web-framework",
52276
52276
  type: "module",
52277
- version: "1.11.0",
52277
+ version: "1.11.1",
52278
52278
  description: "Web Framework for Apps In Toss",
52279
52279
  scripts: {
52280
52280
  typecheck: "tsc --noEmit",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-framework",
3
3
  "type": "module",
4
- "version": "1.11.0",
4
+ "version": "1.11.1",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit",
@@ -87,12 +87,12 @@
87
87
  "zod": "3.24.4"
88
88
  },
89
89
  "dependencies": {
90
- "@apps-in-toss/bridge-core": "1.11.0",
91
- "@apps-in-toss/cli": "1.11.0",
92
- "@apps-in-toss/framework": "1.11.0",
93
- "@apps-in-toss/plugins": "1.11.0",
94
- "@apps-in-toss/web-analytics": "1.11.0",
95
- "@apps-in-toss/web-bridge": "1.11.0",
90
+ "@apps-in-toss/bridge-core": "1.11.1",
91
+ "@apps-in-toss/cli": "1.11.1",
92
+ "@apps-in-toss/framework": "1.11.1",
93
+ "@apps-in-toss/plugins": "1.11.1",
94
+ "@apps-in-toss/web-analytics": "1.11.1",
95
+ "@apps-in-toss/web-bridge": "1.11.1",
96
96
  "@babel/core": "7.23.9",
97
97
  "@granite-js/cli": "0.1.31",
98
98
  "@granite-js/mpack": "0.1.31",