@naverpay/device-info 1.0.29 → 1.1.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/dist/index.js CHANGED
@@ -20,9 +20,9 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // src/index.ts
21
21
  var src_exports = {};
22
22
  __export(src_exports, {
23
- aos: () => aos_default,
23
+ aos: () => aos_default2,
24
24
  date: () => date_default,
25
- ios: () => ios_default,
25
+ ios: () => ios_default2,
26
26
  isAndroidDeviceString: () => isAndroidDeviceString,
27
27
  isIOSDeviceString: () => isIOSDeviceString
28
28
  });
@@ -55,7 +55,6 @@ var ios_default = {
55
55
  "iPad13,19": "iPad (10th generation)",
56
56
  "iPad15,7": "iPad (A16)",
57
57
  "iPad15,8": "iPad (A16)",
58
- Unknown: "Smart Keyboard Folio",
59
58
  "iPad4,1": "iPad Air",
60
59
  "iPad4,2": "iPad Air",
61
60
  "iPad4,3": "iPad Air",
@@ -196,6 +195,12 @@ var ios_default = {
196
195
  "iPhone18,2": "iPhone 17 Pro Max"
197
196
  };
198
197
 
198
+ // src/ios.ts
199
+ var ios_default2 = ios_default;
200
+ function isIOSDeviceString(value) {
201
+ return typeof value === "string" && ios_default[value] !== void 0;
202
+ }
203
+
199
204
  // src/data/aos.json
200
205
  var aos_default = {
201
206
  "1": "mu 1",
@@ -42291,17 +42296,14 @@ var aos_default = {
42291
42296
  ZT216_7: "zyrex"
42292
42297
  };
42293
42298
 
42294
- // src/data/date.js
42295
- var date = "2026-02-27T08:10:10.759Z";
42296
- var date_default = date;
42297
-
42298
- // src/index.ts
42299
- function isIOSDeviceString(value) {
42300
- return typeof value === "string" && ios_default[value] !== void 0;
42301
- }
42299
+ // src/aos.ts
42300
+ var aos_default2 = aos_default;
42302
42301
  function isAndroidDeviceString(value) {
42303
42302
  return typeof value === "string" && aos_default[value] !== void 0;
42304
42303
  }
42304
+
42305
+ // src/data/date.json
42306
+ var date_default = "2026-02-27T08:10:10.759Z";
42305
42307
  // Annotate the CommonJS export names for ESM import in node:
42306
42308
  0 && (module.exports = {
42307
42309
  aos,