@apps-in-toss/web-framework 0.0.0-dev.1743134070910 → 0.0.0-dev.1744801739343

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 (34) hide show
  1. package/dist/cli/index.js +1370 -1432
  2. package/dist/config/index.d.ts +7 -1
  3. package/dist/prebuilt/dev.android.js +2635 -2397
  4. package/dist/prebuilt/dev.ios.js +2636 -2417
  5. package/dist/prebuilt/prod.android.js +1 -1
  6. package/dist/prebuilt/prod.ios.js +1 -1
  7. package/dist/prebuilt/prod.json +6 -6
  8. package/dist-web/bridge.d.ts +3 -1
  9. package/dist-web/bridge.js +1 -1
  10. package/dist-web/executePayment.d.ts +1 -1
  11. package/dist-web/generateHapticFeedback.d.ts +1 -1
  12. package/dist-web/getCurrentLocation.d.ts +2 -2
  13. package/dist-web/getTossAppVersion.d.ts +31 -0
  14. package/dist-web/index.d.ts +99 -65
  15. package/dist-web/index.js +86 -126
  16. package/dist-web/openURL.d.ts +38 -0
  17. package/dist-web/startUpdateLocation.d.ts +2 -2
  18. package/package.json +20 -12
  19. package/dist/cli/chunk-4PJ7PY66.js +0 -65
  20. package/dist/cli/chunk-BOE3RVTV.js +0 -173587
  21. package/dist/cli/lib-JQKQP2M7.js +0 -1007
  22. package/dist/cli/typescript-PTENFGT7.js +0 -6
  23. package/hermesc/0_72_6/linux64-bin/hermesc +0 -0
  24. package/hermesc/0_72_6/osx-bin/hermesc +0 -0
  25. package/hermesc/0_72_6/win64-bin/hermesc.exe +0 -0
  26. package/hermesc/0_72_6/win64-bin/icudt64.dll +0 -0
  27. package/hermesc/0_72_6/win64-bin/icuin64.dll +0 -0
  28. package/hermesc/0_72_6/win64-bin/icuio64.dll +0 -0
  29. package/hermesc/0_72_6/win64-bin/icutest64.dll +0 -0
  30. package/hermesc/0_72_6/win64-bin/icutu64.dll +0 -0
  31. package/hermesc/0_72_6/win64-bin/icuuc64.dll +0 -0
  32. package/hermesc/0_72_6/win64-bin/msvcp140.dll +0 -0
  33. package/hermesc/0_72_6/win64-bin/vcruntime140.dll +0 -0
  34. package/hermesc/0_72_6/win64-bin/vcruntime140_1.dll +0 -0
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-framework",
3
3
  "type": "module",
4
- "version": "0.0.0-dev.1743134070910",
4
+ "version": "0.0.0-dev.1744801739343",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
8
8
  "typecheck": "tsc --noEmit",
9
9
  "lint": "eslint .",
10
10
  "build": "tsup",
11
+ "test:no-parallel": "vitest --no-watch",
11
12
  "sync-bridge": "bridgepack build"
12
13
  },
13
14
  "main": "./dist-web/index.js",
@@ -50,7 +51,9 @@
50
51
  "config.d.ts"
51
52
  ],
52
53
  "devDependencies": {
53
- "@apps-in-toss/framework": "0.0.0-dev.1743134070910",
54
+ "@apps-in-toss/bridge-core": "workspace:*",
55
+ "@apps-in-toss/bridgepack": "^0.0.0-dev.1744801739343",
56
+ "@apps-in-toss/framework": "0.0.0-dev.1744801739343",
54
57
  "@babel/plugin-proposal-class-properties": "^7.16.7",
55
58
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
56
59
  "@babel/plugin-proposal-numeric-separator": "^7.16.7",
@@ -66,42 +69,47 @@
66
69
  "@babel/types": "^7.26.9",
67
70
  "@clack/prompts": "^0.10.0",
68
71
  "@hono/node-server": "^1.13.8",
69
- "@react-native-bedrock/bridgepack": "0.0.14",
70
- "@react-native-bedrock/cli": "0.0.14",
71
- "@react-native-bedrock/mpack-next": "0.0.14",
72
- "@react-native-bedrock/native": "0.0.14",
73
- "@toss-design-system/react-native": "^0.4.1",
72
+ "@react-native-bedrock/cli": "^0.0.0-dev.1744801739343",
73
+ "@react-native-bedrock/mpack-next": "^0.0.0-dev.1744801739343",
74
+ "@react-native-bedrock/native": "workspace:*",
75
+ "@toss-design-system/react-native": "^0.5.1",
74
76
  "@types/babel__core": "^7.20.5",
75
77
  "@types/babel__traverse": "^7",
76
78
  "@types/debug": "^4",
79
+ "@types/kill-port": "^2.0.1",
77
80
  "@types/node": "^22.10.2",
78
81
  "@types/react": "18.3.3",
82
+ "@types/yauzl": "^2.10.3",
79
83
  "clipanion": "^4.0.0-rc.4",
80
84
  "cosmiconfig": "^9.0.0",
81
85
  "cosmiconfig-typescript-loader": "^5.1.0",
82
- "dts-bundle-generator": "^9.5.1",
83
86
  "es-toolkit": "^1.32.0",
84
87
  "eslint": "^9.7.0",
85
88
  "execa": "^9.5.2",
86
89
  "find-up-simple": "^1.0.1",
87
90
  "hono": "^4.7.4",
91
+ "kill-port": "^2.0.1",
88
92
  "picocolors": "^1.1.1",
89
93
  "react": "18.2.0",
90
94
  "react-native": "0.72.6",
91
- "react-native-bedrock": "0.0.14",
95
+ "react-native-bedrock": "0.0.0-dev.1744801739343",
92
96
  "tsup": "^8.3.5",
93
97
  "typescript": "4.9.5",
94
98
  "uuidv7": "^1.0.2",
95
99
  "vitest": "^3.0.5",
100
+ "wait-port": "^1.1.0",
101
+ "workspace-tools": "^0.38.2",
102
+ "yauzl": "^3.2.0",
96
103
  "zod": "^3.24.1"
97
104
  },
98
105
  "dependencies": {
99
- "@apps-in-toss/cli": "0.0.0-dev.1743134070910",
100
- "@apps-in-toss/plugins": "0.0.0-dev.1743134070910",
106
+ "@apps-in-toss/bridge-core": "0.0.0-dev.1744801739343",
107
+ "@apps-in-toss/cli": "0.0.0-dev.1744801739343",
108
+ "@apps-in-toss/plugins": "0.0.0-dev.1744801739343",
101
109
  "@babel/core": "7.23.9"
102
110
  },
103
111
  "publishConfig": {
104
112
  "access": "public"
105
113
  },
106
- "gitHead": "5acf03f70ea94cd53a91b74d34b1a196e45604f3"
114
+ "gitHead": "aebed4e46de1690956a3b9be49b55811b5ddfa24"
107
115
  }
@@ -1,65 +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 __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
33
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
34
- // If the importer is in node compatibility mode or this is not an ESM
35
- // file that has been converted to a CommonJS file using a Babel-
36
- // compatible transform (i.e. "__esModule" has not been set), then set
37
- // "default" to the CommonJS "module.exports" for node compatibility.
38
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
39
- mod
40
- ));
41
-
42
- // ../../.yarn/__virtual__/tsup-virtual-7254073ea3/0/cache/tsup-npm-8.3.5-ed25596739-7794953cbc.zip/node_modules/tsup/assets/esm_shims.js
43
- import { fileURLToPath } from "url";
44
- import path from "path";
45
- var getFilename, getDirname, __dirname, __filename;
46
- var init_esm_shims = __esm({
47
- "../../.yarn/__virtual__/tsup-virtual-7254073ea3/0/cache/tsup-npm-8.3.5-ed25596739-7794953cbc.zip/node_modules/tsup/assets/esm_shims.js"() {
48
- "use strict";
49
- getFilename = () => fileURLToPath(import.meta.url);
50
- getDirname = () => path.dirname(getFilename());
51
- __dirname = /* @__PURE__ */ getDirname();
52
- __filename = /* @__PURE__ */ getFilename();
53
- }
54
- });
55
-
56
- export {
57
- __require,
58
- __commonJS,
59
- __export,
60
- __reExport,
61
- __toESM,
62
- __dirname,
63
- __filename,
64
- init_esm_shims
65
- };