@apps-in-toss/web-framework 0.0.0-dev.1742971068713 → 0.0.0-dev.1743134070910
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/cli/{chunk-MTTRU5WU.js → chunk-4PJ7PY66.js} +5 -3
- package/dist/cli/{chunk-EXHALAXL.js → chunk-BOE3RVTV.js} +2 -2
- package/dist/cli/index.js +6257 -38509
- package/dist/cli/{lib-ZQFUOOU5.js → lib-JQKQP2M7.js} +2 -2
- package/dist/cli/typescript-PTENFGT7.js +6 -0
- package/dist/config/index.d.ts +22 -30
- package/dist/config/index.js +1 -0
- package/dist/prebuilt/dev.android.js +72992 -1587
- package/dist/prebuilt/dev.ios.js +72994 -1666
- package/dist/prebuilt/prod.android.js +9 -5
- package/dist/prebuilt/prod.ios.js +9 -5
- package/dist/prebuilt/prod.json +6 -6
- package/dist-web/bridge.d.ts +1 -0
- package/dist-web/bridge.js +1 -1
- package/dist-web/setIosSwipeGestureEnabled.d.ts +39 -0
- package/package.json +12 -10
- package/dist/cli/typescript-OMXIAERO.js +0 -6
- package/dist/index.d.ts +0 -14
- package/dist/index.js +0 -124
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
2
|
var __create = Object.create;
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -29,6 +29,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
29
29
|
}
|
|
30
30
|
return to;
|
|
31
31
|
};
|
|
32
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
32
33
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
33
34
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
34
35
|
// file that has been converted to a CommonJS file using a Babel-
|
|
@@ -38,12 +39,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
38
39
|
mod
|
|
39
40
|
));
|
|
40
41
|
|
|
41
|
-
// ../../.yarn/__virtual__/tsup-virtual-
|
|
42
|
+
// ../../.yarn/__virtual__/tsup-virtual-7254073ea3/0/cache/tsup-npm-8.3.5-ed25596739-7794953cbc.zip/node_modules/tsup/assets/esm_shims.js
|
|
42
43
|
import { fileURLToPath } from "url";
|
|
43
44
|
import path from "path";
|
|
44
45
|
var getFilename, getDirname, __dirname, __filename;
|
|
45
46
|
var init_esm_shims = __esm({
|
|
46
|
-
"../../.yarn/__virtual__/tsup-virtual-
|
|
47
|
+
"../../.yarn/__virtual__/tsup-virtual-7254073ea3/0/cache/tsup-npm-8.3.5-ed25596739-7794953cbc.zip/node_modules/tsup/assets/esm_shims.js"() {
|
|
47
48
|
"use strict";
|
|
48
49
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
49
50
|
getDirname = () => path.dirname(getFilename());
|
|
@@ -56,6 +57,7 @@ export {
|
|
|
56
57
|
__require,
|
|
57
58
|
__commonJS,
|
|
58
59
|
__export,
|
|
60
|
+
__reExport,
|
|
59
61
|
__toESM,
|
|
60
62
|
__dirname,
|
|
61
63
|
__filename,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
__commonJS,
|
|
4
4
|
__dirname,
|
|
5
5
|
__filename,
|
|
6
6
|
__require,
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-4PJ7PY66.js";
|
|
9
9
|
|
|
10
10
|
// ../../.yarn/cache/typescript-patch-052c746ef1-e3333f887c.zip/node_modules/typescript/lib/typescript.js
|
|
11
11
|
var require_typescript = __commonJS({
|