@apps-in-toss/web-framework 1.12.0 → 1.13.0

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/README.md CHANGED
@@ -1,6 +1,26 @@
1
- # @apps-in-toss/web
1
+ # @apps-in-toss/web-framework
2
+
3
+ Web framework for building [apps in toss](https://toss.im/apps-in-toss) services.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ # yarn
9
+ yarn add @apps-in-toss/web-framework
10
+
11
+ # npm
12
+ npm install @apps-in-toss/web-framework
13
+
14
+ # pnpm
15
+ pnpm add @apps-in-toss/web-framework
16
+ ```
17
+
18
+ ## Links
19
+
20
+ - [Document](https://developers-apps-in-toss.toss.im)
21
+ - [Support](https://techchat-apps-in-toss.toss.im)
22
+ - [Examples](https://github.com/toss/apps-in-toss-examples)
2
23
 
3
- Web Framework for Apps In Toss
4
24
 
5
25
  ## License
6
26
 
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.12.0",
52277
+ version: "1.13.0",
52278
52278
  description: "Web Framework for Apps In Toss",
52279
52279
  scripts: {
52280
52280
  typecheck: "tsc --noEmit",