@apps-in-toss/web-framework 1.4.3 → 1.4.4

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.
@@ -47018,7 +47018,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
47018
47018
  var platform = getPlatformOS();
47019
47019
  var appVersion = getTossAppVersion();
47020
47020
  var fontScale = (0, import_react_native227.useWindowDimensions)().fontScale;
47021
- var platformString = platform === "ios" ? "iPhone" : "Android";
47021
+ var platformString = platform === "ios" ? "iPhone" : "Android phone";
47022
47022
  var fontA11y = mapFontScaleToCategory(fontScale, platform);
47023
47023
  var normalizedFontScale = convertToAndroidStyleScale(fontScale, platform);
47024
47024
  return [
@@ -47027,7 +47027,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
47027
47027
  var platform = getPlatformOS();
47028
47028
  var appVersion = getTossAppVersion();
47029
47029
  var fontScale = (0, import_react_native227.useWindowDimensions)().fontScale;
47030
- var platformString = platform === "ios" ? "iPhone" : "Android";
47030
+ var platformString = platform === "ios" ? "iPhone" : "Android phone";
47031
47031
  var fontA11y = mapFontScaleToCategory(fontScale, platform);
47032
47032
  var normalizedFontScale = convertToAndroidStyleScale(fontScale, platform);
47033
47033
  return [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-framework",
3
3
  "type": "module",
4
- "version": "1.4.3",
4
+ "version": "1.4.4",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -87,12 +87,12 @@
87
87
  "zod": "3.24.4"
88
88
  },
89
89
  "dependencies": {
90
- "@apps-in-toss/bridge-core": "1.4.3",
91
- "@apps-in-toss/cli": "1.4.3",
92
- "@apps-in-toss/framework": "1.4.3",
93
- "@apps-in-toss/plugins": "1.4.3",
94
- "@apps-in-toss/web-analytics": "1.4.3",
95
- "@apps-in-toss/web-bridge": "1.4.3",
90
+ "@apps-in-toss/bridge-core": "1.4.4",
91
+ "@apps-in-toss/cli": "1.4.4",
92
+ "@apps-in-toss/framework": "1.4.4",
93
+ "@apps-in-toss/plugins": "1.4.4",
94
+ "@apps-in-toss/web-analytics": "1.4.4",
95
+ "@apps-in-toss/web-bridge": "1.4.4",
96
96
  "@babel/core": "7.23.9",
97
97
  "@granite-js/cli": "0.1.28",
98
98
  "@granite-js/mpack": "0.1.28",
@@ -104,5 +104,5 @@
104
104
  "publishConfig": {
105
105
  "access": "public"
106
106
  },
107
- "gitHead": "03f7a52e200b15795510b36e8bf26c7cd69a70b4"
107
+ "gitHead": "1bc251a4943ff0fa455fad020ff54b60929f4964"
108
108
  }
@@ -1,63 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
- }) : x)(function(x) {
11
- if (typeof require !== "undefined") return require.apply(this, arguments);
12
- throw Error('Dynamic require of "' + x + '" is not supported');
13
- });
14
- var __esm = (fn, res) => function __init() {
15
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
16
- };
17
- var __commonJS = (cb, mod) => function __require2() {
18
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
19
- };
20
- var __export = (target, all) => {
21
- for (var name in all)
22
- __defProp(target, name, { get: all[name], enumerable: true });
23
- };
24
- var __copyProps = (to, from, except, desc) => {
25
- if (from && typeof from === "object" || typeof from === "function") {
26
- for (let key of __getOwnPropNames(from))
27
- if (!__hasOwnProp.call(to, key) && key !== except)
28
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
29
- }
30
- return to;
31
- };
32
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
33
- // If the importer is in node compatibility mode or this is not an ESM
34
- // file that has been converted to a CommonJS file using a Babel-
35
- // compatible transform (i.e. "__esModule" has not been set), then set
36
- // "default" to the CommonJS "module.exports" for node compatibility.
37
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
38
- mod
39
- ));
40
-
41
- // ../../.yarn/__virtual__/tsup-virtual-7863592962/0/cache/tsup-npm-8.3.5-ed25596739-7794953cbc.zip/node_modules/tsup/assets/esm_shims.js
42
- import { fileURLToPath } from "url";
43
- import path from "path";
44
- var getFilename, getDirname, __dirname, __filename;
45
- var init_esm_shims = __esm({
46
- "../../.yarn/__virtual__/tsup-virtual-7863592962/0/cache/tsup-npm-8.3.5-ed25596739-7794953cbc.zip/node_modules/tsup/assets/esm_shims.js"() {
47
- "use strict";
48
- getFilename = () => fileURLToPath(import.meta.url);
49
- getDirname = () => path.dirname(getFilename());
50
- __dirname = /* @__PURE__ */ getDirname();
51
- __filename = /* @__PURE__ */ getFilename();
52
- }
53
- });
54
-
55
- export {
56
- __require,
57
- __commonJS,
58
- __export,
59
- __toESM,
60
- __dirname,
61
- __filename,
62
- init_esm_shims
63
- };