@apps-in-toss/web-bridge 2.4.5 → 2.4.6

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @public
3
3
  * @category 리뷰
4
- * @name getServerTime
4
+ * @name requestReview
5
5
  * @description
6
6
  * 유저에게 미니앱 리뷰를 요청해요.
7
7
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-bridge",
3
3
  "type": "module",
4
- "version": "2.4.5",
4
+ "version": "2.4.6",
5
5
  "description": "Web Bridge for Apps In Toss",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit",
@@ -27,11 +27,11 @@
27
27
  "dist"
28
28
  ],
29
29
  "dependencies": {
30
- "@apps-in-toss/types": "2.4.5"
30
+ "@apps-in-toss/types": "2.4.6"
31
31
  },
32
32
  "devDependencies": {
33
- "@apps-in-toss/bridge-core": "2.4.5",
34
- "@apps-in-toss/native-modules": "^2.4.5",
33
+ "@apps-in-toss/bridge-core": "2.4.6",
34
+ "@apps-in-toss/native-modules": "^2.4.6",
35
35
  "@swc/core": "^1.12.7",
36
36
  "picocolors": "^1.1.1",
37
37
  "ts-morph": "^26.0.0",