@apps-in-toss/framework 1.8.1 → 1.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @apps-in-toss/framework
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ [[AIT-3902] getServerTime 앱브릿지 추가](https://github.toss.bz/toss/apps-in-toss-sdk/pull/24)
8
+
9
+ 서버 시간을 가져오는 getServerTime 브릿지를 추가합니다.
10
+
3
11
  ## 1.8.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/framework",
3
3
  "type": "module",
4
- "version": "1.8.1",
4
+ "version": "1.9.0",
5
5
  "description": "The framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit",
@@ -55,11 +55,11 @@
55
55
  "ait": "./bin/ait.js"
56
56
  },
57
57
  "dependencies": {
58
- "@apps-in-toss/analytics": "1.8.1",
59
- "@apps-in-toss/cli": "1.8.1",
60
- "@apps-in-toss/native-modules": "1.8.1",
61
- "@apps-in-toss/plugins": "1.8.1",
62
- "@apps-in-toss/types": "1.8.1",
58
+ "@apps-in-toss/analytics": "1.9.0",
59
+ "@apps-in-toss/cli": "1.9.0",
60
+ "@apps-in-toss/native-modules": "1.9.0",
61
+ "@apps-in-toss/plugins": "1.9.0",
62
+ "@apps-in-toss/types": "1.9.0",
63
63
  "es-hangul": "^2.3.2"
64
64
  },
65
65
  "devDependencies": {