@apps-in-toss/web-framework 0.0.20 → 0.0.21

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.
@@ -2,13 +2,13 @@
2
2
  {
3
3
  "platform": "ios",
4
4
  "totalModuleCount": 1602,
5
- "duration": 1041.4075830000002,
6
- "size": 425680
5
+ "duration": 929.8815419999999,
6
+ "size": 426193
7
7
  },
8
8
  {
9
9
  "platform": "android",
10
10
  "totalModuleCount": 1602,
11
- "duration": 1044.2727089999998,
12
- "size": 425059
11
+ "duration": 932.4692919999998,
12
+ "size": 425572
13
13
  }
14
14
  ]
@@ -29,7 +29,7 @@ export interface HapticFeedbackOptions {
29
29
  * @public
30
30
  * @category 인터렉션
31
31
  * @name generateHapticFeedback
32
- * @description 디바이스에 햅틱 진동을 일으키는 함수예요. 예를 들어, 버튼 터치나 화면전환에 드라마틱한 효과를 주고 싶을 때 사용할 수 있어요. [HapticFeedbackOptions](/reference/@apps-in-toss/web-framework/인터렉션/HapticFeedbackOptions.html)에서 진동타입을 확인해 보세요.
32
+ * @description 디바이스에 햅틱 진동을 일으키는 함수예요. 예를 들어, 버튼 터치나 화면전환에 드라마틱한 효과를 주고 싶을 때 사용할 수 있어요. [HapticFeedbackOptions](/react-native/reference/@apps-in-toss/web-framework/인터렉션/HapticFeedbackOptions.html)에서 진동타입을 확인해 보세요.
33
33
  * @returns {void}
34
34
  *
35
35
  * @example
@@ -51,7 +51,7 @@ export interface Location {
51
51
  */
52
52
  timestamp: number;
53
53
  /**
54
- * @description 위치 정보를 나타내는 객체예요. 자세한 내용은 [LocationCoords](/reference/framework/Types/LocationCoords.html)을 참고해주세요.
54
+ * @description 위치 정보를 나타내는 객체예요. 자세한 내용은 [LocationCoords](/react-native/reference/framework/Types/LocationCoords.html)을 참고해주세요.
55
55
  */
56
56
  coords: LocationCoords;
57
57
  }
@@ -103,7 +103,7 @@ export interface GetCurrentLocationOptions {
103
103
  *
104
104
  * @param {GetCurrentLocationOptions} options 위치 정보를 가져올 때 사용하는 옵션 객체예요.
105
105
  * @param {Accuracy} [options.accuracy] 위치 정보의 정확도 수준이에요. 정확도는 `Accuracy` 타입으로 설정돼요.
106
- * @returns {Promise<Location>} 디바이스의 위치 정보가 담긴 객체를 반환해요. 자세한 내용은 [Location](/reference/framework/Types/Location.html)을 참고해주세요.
106
+ * @returns {Promise<Location>} 디바이스의 위치 정보가 담긴 객체를 반환해요. 자세한 내용은 [Location](/react-native/reference/framework/Types/Location.html)을 참고해주세요.
107
107
  *
108
108
  * @example
109
109
  * ### 디바이스의 현재 위치 정보 가져오기
@@ -51,7 +51,7 @@ export interface Location {
51
51
  */
52
52
  timestamp: number;
53
53
  /**
54
- * @description 위치 정보를 나타내는 객체예요. 자세한 내용은 [LocationCoords](/reference/framework/Types/LocationCoords.html)을 참고해주세요.
54
+ * @description 위치 정보를 나타내는 객체예요. 자세한 내용은 [LocationCoords](/react-native/reference/framework/Types/LocationCoords.html)을 참고해주세요.
55
55
  */
56
56
  coords: LocationCoords;
57
57
  }
@@ -127,7 +127,7 @@ export interface UpdateLocationEventEmitter extends EventEmitterSchema<"updateLo
127
127
  * @param {number} [options.accuracy] 위치 정확도를 설정해요.
128
128
  * @param {number} [options.timeInterval] 위치 정보를 업데이트하는 최소 주기로, 단위는 밀리초(ms)예요. 이 값은 위치 업데이트가 발생하는 가장 짧은 간격을 설정하지만, 시스템이나 환경의 영향을 받아 지정한 주기보다 더 긴 간격으로 업데이트될 수 있어요.
129
129
  * @param {number} [options.distanceInterval] 위치 변경 거리를 미터(m) 단위로 설정해요.
130
- * @param {(location: Location) => void} [options.callback] 위치 정보가 변경될 때 호출되는 콜백 함수예요. 자세한 내용은 [Location](/reference/framework/Types/Location.html)을 참고해주세요.
130
+ * @param {(location: Location) => void} [options.callback] 위치 정보가 변경될 때 호출되는 콜백 함수예요. 자세한 내용은 [Location](/react-native/reference/framework/Types/Location.html)을 참고해주세요.
131
131
  *
132
132
  * @example
133
133
  * ### 위치 정보 변경 감지하기
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-framework",
3
3
  "type": "module",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -51,7 +51,7 @@
51
51
  "config.d.ts"
52
52
  ],
53
53
  "devDependencies": {
54
- "@apps-in-toss/framework": "0.0.20",
54
+ "@apps-in-toss/framework": "0.0.21",
55
55
  "@babel/plugin-proposal-class-properties": "^7.16.7",
56
56
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
57
57
  "@babel/plugin-proposal-numeric-separator": "^7.16.7",
@@ -67,11 +67,11 @@
67
67
  "@babel/types": "^7.26.9",
68
68
  "@clack/prompts": "^0.10.0",
69
69
  "@hono/node-server": "^1.13.8",
70
- "@react-native-bedrock/bridgepack": "0.0.19",
71
- "@react-native-bedrock/cli": "0.0.19",
72
- "@react-native-bedrock/mpack-next": "0.0.19",
73
- "@react-native-bedrock/native": "0.0.19",
74
- "@toss-design-system/react-native": "^0.5.0",
70
+ "@react-native-bedrock/bridgepack": "0.0.20",
71
+ "@react-native-bedrock/cli": "0.0.20",
72
+ "@react-native-bedrock/mpack-next": "0.0.20",
73
+ "@react-native-bedrock/native": "0.0.20",
74
+ "@toss-design-system/react-native": "^0.5.1",
75
75
  "@types/babel__core": "^7.20.5",
76
76
  "@types/babel__traverse": "^7",
77
77
  "@types/debug": "^4",
@@ -91,7 +91,7 @@
91
91
  "picocolors": "^1.1.1",
92
92
  "react": "18.2.0",
93
93
  "react-native": "0.72.6",
94
- "react-native-bedrock": "0.0.19",
94
+ "react-native-bedrock": "0.0.20",
95
95
  "tsup": "^8.3.5",
96
96
  "typescript": "4.9.5",
97
97
  "uuidv7": "^1.0.2",
@@ -101,13 +101,13 @@
101
101
  "zod": "^3.24.1"
102
102
  },
103
103
  "dependencies": {
104
- "@apps-in-toss/cli": "0.0.20",
105
- "@apps-in-toss/plugins": "0.0.20",
104
+ "@apps-in-toss/cli": "0.0.21",
105
+ "@apps-in-toss/plugins": "0.0.21",
106
106
  "@babel/core": "7.23.9",
107
107
  "yauzl": "^3.2.0"
108
108
  },
109
109
  "publishConfig": {
110
110
  "access": "public"
111
111
  },
112
- "gitHead": "5c967237d66e19465d53f6ed842fe9c4f39b768f"
112
+ "gitHead": "9dad7250017dbe59829ccb6a399138c4421ebe93"
113
113
  }