@apps-in-toss/native-modules 1.9.1 → 1.9.3
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/package.json +2 -2
- package/CHANGELOG.md +0 -23
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/native-modules",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.3",
|
|
5
5
|
"description": "Native Modules for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"typecheck": "tsc --noEmit",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"vitest": "^3.2.4"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@apps-in-toss/types": "^1.9.
|
|
45
|
+
"@apps-in-toss/types": "^1.9.3",
|
|
46
46
|
"es-toolkit": "^1.39.3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# @apps-in-toss/native-modules
|
|
2
|
-
|
|
3
|
-
## 1.9.1
|
|
4
|
-
|
|
5
|
-
## 1.9.0
|
|
6
|
-
|
|
7
|
-
## 1.8.1
|
|
8
|
-
|
|
9
|
-
## 1.8.0
|
|
10
|
-
|
|
11
|
-
### Minor Changes
|
|
12
|
-
|
|
13
|
-
[[AIT-3762]: GoogleAdMob 로딩 여부 확인하는 브릿지 추가](https://github.toss.bz/toss/apps-in-toss-sdk/pull/18)
|
|
14
|
-
|
|
15
|
-
구글 광고가 로딩되었는지 확인하는 isAdMobLoaded를 추가합니다.
|
|
16
|
-
|
|
17
|
-
## 1.7.1
|
|
18
|
-
|
|
19
|
-
## 1.7.0
|
|
20
|
-
|
|
21
|
-
## 1.6.2
|
|
22
|
-
|
|
23
|
-
## 1.6.1
|