@apps-in-toss/web-framework 1.6.0 → 1.6.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/CHANGELOG.md +11 -0
- package/dist/cli/{chunk-GXCMR4MK.js → chunk-7C73ZI2P.js} +2 -2
- package/dist/cli/{chunk-4QYXKJID.js → chunk-GGQOTJIB.js} +3 -3
- package/dist/cli/index.js +2037 -1959
- package/dist/cli/{lib-AYUPV6FY.js → lib-QJ7JCU6G.js} +3 -3
- package/dist/cli/{typescript-L5EPUEWV.js → typescript-Z63AVXHX.js} +2 -2
- package/dist/config/index.d.ts +1 -1
- package/dist/config/index.js +2 -2
- package/dist/prebuilt/dev.android.js +3665 -3443
- package/dist/prebuilt/dev.ios.js +3660 -3438
- package/dist/prebuilt/prod.android.js +2813 -2679
- package/dist/prebuilt/prod.ios.js +2813 -2679
- package/package.json +13 -18
- 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
|
@@ -2,11 +2,11 @@ import { createRequire as __createRequire } from 'module'; const require = __cre
|
|
|
2
2
|
import {
|
|
3
3
|
__commonJS,
|
|
4
4
|
init_esm_shims
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-7C73ZI2P.js";
|
|
6
6
|
|
|
7
|
-
//
|
|
7
|
+
// ../../../.yarn/cache/typanion-npm-3.14.0-0a46072207-8b03b19844.zip/node_modules/typanion/lib/index.js
|
|
8
8
|
var require_lib = __commonJS({
|
|
9
|
-
"
|
|
9
|
+
"../../../.yarn/cache/typanion-npm-3.14.0-0a46072207-8b03b19844.zip/node_modules/typanion/lib/index.js"(exports) {
|
|
10
10
|
init_esm_shims();
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
var simpleKeyRegExp = /^[a-zA-Z_][a-zA-Z0-9_]*$/;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRequire as __createRequire } from 'module'; const require = __createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
require_typescript
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-GGQOTJIB.js";
|
|
5
|
+
import "./chunk-7C73ZI2P.js";
|
|
6
6
|
export default require_typescript();
|
package/dist/config/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type DeepRequiredKeysOnly<T> = {
|
|
|
5
5
|
[K in keyof T]-?: T[K] extends object ? (T[K] extends F ? T[K] : DeepRequiredKeysOnly<T[K]>) : T[K];
|
|
6
6
|
};
|
|
7
7
|
|
|
8
|
-
interface AppsInTossWebConfig extends Omit<AppsInTossPluginOptions,
|
|
8
|
+
interface AppsInTossWebConfig extends Omit<AppsInTossPluginOptions, 'appType'> {
|
|
9
9
|
appName: string;
|
|
10
10
|
web: {
|
|
11
11
|
/**
|
package/dist/config/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// ../../../.yarn/cache/es-toolkit-npm-1.32.0-019fc7c155-56ba965570.zip/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs
|
|
2
2
|
function isPlainObject(value) {
|
|
3
3
|
if (!value || typeof value !== "object") {
|
|
4
4
|
return false;
|
|
@@ -11,7 +11,7 @@ function isPlainObject(value) {
|
|
|
11
11
|
return Object.prototype.toString.call(value) === "[object Object]";
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
//
|
|
14
|
+
// ../../../.yarn/cache/es-toolkit-npm-1.32.0-019fc7c155-56ba965570.zip/node_modules/es-toolkit/dist/object/merge.mjs
|
|
15
15
|
function merge(target, source) {
|
|
16
16
|
const sourceKeys = Object.keys(source);
|
|
17
17
|
for (let i = 0; i < sourceKeys.length; i++) {
|