@apps-in-toss/web-framework 1.5.1 → 1.5.2
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/prebuilt/dev.android.js +209 -206
- package/dist/prebuilt/dev.ios.js +207 -204
- package/dist/prebuilt/prod.android.js +5 -2
- package/dist/prebuilt/prod.ios.js +5 -2
- package/package.json +9 -9
- package/dist/cli/chunk-AZQN2M6D.js +0 -63
- package/dist/cli/chunk-PT6B3KQJ.js +0 -209904
- package/dist/cli/lib-GNFDOQZX.js +0 -1007
- package/dist/cli/typescript-WPGJO2BO.js +0 -6
- package/dist/prebuilt/prod.json +0 -14
|
@@ -10358,10 +10358,13 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
10358
10358
|
});
|
|
10359
10359
|
},
|
|
10360
10360
|
event: function(groupId, params) {
|
|
10361
|
+
var log_name = params.log_name, otherParams = _object_without_properties(params, [
|
|
10362
|
+
"log_name"
|
|
10363
|
+
]);
|
|
10361
10364
|
loggerFunction === null || loggerFunction === void 0 ? void 0 : loggerFunction({
|
|
10362
10365
|
log_type: "event",
|
|
10363
|
-
log_name: createLogName(groupId, params.event_type),
|
|
10364
|
-
params
|
|
10366
|
+
log_name: log_name !== null && log_name !== void 0 ? log_name : createLogName(groupId, params.event_type),
|
|
10367
|
+
params: otherParams
|
|
10365
10368
|
});
|
|
10366
10369
|
}
|
|
10367
10370
|
};
|
|
@@ -10367,10 +10367,13 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
10367
10367
|
});
|
|
10368
10368
|
},
|
|
10369
10369
|
event: function(groupId, params) {
|
|
10370
|
+
var log_name = params.log_name, otherParams = _object_without_properties(params, [
|
|
10371
|
+
"log_name"
|
|
10372
|
+
]);
|
|
10370
10373
|
loggerFunction === null || loggerFunction === void 0 ? void 0 : loggerFunction({
|
|
10371
10374
|
log_type: "event",
|
|
10372
|
-
log_name: createLogName(groupId, params.event_type),
|
|
10373
|
-
params
|
|
10375
|
+
log_name: log_name !== null && log_name !== void 0 ? log_name : createLogName(groupId, params.event_type),
|
|
10376
|
+
params: otherParams
|
|
10374
10377
|
});
|
|
10375
10378
|
}
|
|
10376
10379
|
};
|
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.5.
|
|
4
|
+
"version": "1.5.2",
|
|
5
5
|
"description": "Web Framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepack": "yarn build",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@types/babel__core": "^7.20.5",
|
|
62
62
|
"@types/babel__traverse": "^7",
|
|
63
63
|
"@types/debug": "^4",
|
|
64
|
-
"@types/kill-port": "
|
|
64
|
+
"@types/kill-port": "2.0.1",
|
|
65
65
|
"@types/node": "^22.10.2",
|
|
66
66
|
"@types/react": "18.3.3",
|
|
67
67
|
"@types/yauzl": "^2.10.3",
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"zod": "3.24.4"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@apps-in-toss/bridge-core": "1.5.
|
|
91
|
-
"@apps-in-toss/cli": "1.5.
|
|
92
|
-
"@apps-in-toss/framework": "1.5.
|
|
93
|
-
"@apps-in-toss/plugins": "1.5.
|
|
94
|
-
"@apps-in-toss/web-analytics": "1.5.
|
|
95
|
-
"@apps-in-toss/web-bridge": "1.5.
|
|
90
|
+
"@apps-in-toss/bridge-core": "1.5.2",
|
|
91
|
+
"@apps-in-toss/cli": "1.5.2",
|
|
92
|
+
"@apps-in-toss/framework": "1.5.2",
|
|
93
|
+
"@apps-in-toss/plugins": "1.5.2",
|
|
94
|
+
"@apps-in-toss/web-analytics": "1.5.2",
|
|
95
|
+
"@apps-in-toss/web-bridge": "1.5.2",
|
|
96
96
|
"@babel/core": "7.23.9",
|
|
97
97
|
"@granite-js/cli": "0.1.31",
|
|
98
98
|
"@granite-js/mpack": "0.1.31",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "8224b90876f7d9e0feac0cd38ef80be42a5d784f"
|
|
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
|
-
};
|