zephyr-edge-contract 0.0.0-canary-20241122175815 → 0.0.0-canary-20241223182024
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.
|
@@ -27,10 +27,7 @@ export interface ZephyrPluginOptions {
|
|
|
27
27
|
exposes?: Record<string, string>;
|
|
28
28
|
remotes?: Record<string, string>;
|
|
29
29
|
shared?: Record<string, unknown>;
|
|
30
|
-
runtimePlugins?: string[] | undefined;
|
|
31
30
|
};
|
|
32
|
-
target?: 'ios' | 'android' | 'web' | undefined;
|
|
33
|
-
upload_file?: boolean;
|
|
34
31
|
wait_for_index_html?: boolean;
|
|
35
32
|
outputPath?: string;
|
|
36
33
|
}
|
|
@@ -3,7 +3,6 @@ export interface ConvertedGraph {
|
|
|
3
3
|
id?: string;
|
|
4
4
|
version?: string;
|
|
5
5
|
name?: string;
|
|
6
|
-
/** //TODO: what is this? */
|
|
7
6
|
remote: unknown;
|
|
8
7
|
metadata: unknown;
|
|
9
8
|
versionData: unknown;
|
|
@@ -18,5 +17,4 @@ export interface ConvertedGraph {
|
|
|
18
17
|
dependencies?: LocalPackageJson[];
|
|
19
18
|
devDependencies?: LocalPackageJson[];
|
|
20
19
|
optionalDependencies?: LocalPackageJson[];
|
|
21
|
-
target?: 'ios' | 'android' | 'web' | undefined;
|
|
22
20
|
}
|
|
@@ -100,8 +100,6 @@ export interface ZephyrBuildStats {
|
|
|
100
100
|
domain?: string | undefined;
|
|
101
101
|
/** @deprecated */
|
|
102
102
|
platform?: DeploymentIntegrationPlatform | undefined;
|
|
103
|
-
/** The target platform of the build */
|
|
104
|
-
build_target?: string;
|
|
105
103
|
/** @deprecated */
|
|
106
104
|
type: unknown;
|
|
107
105
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zephyr-build-stats.js","sourceRoot":"","sources":["../../src/lib/zephyr-build-stats.ts"],"names":[],"mappings":";AAAA,0BAA0B;;
|
|
1
|
+
{"version":3,"file":"zephyr-build-stats.js","sourceRoot":"","sources":["../../src/lib/zephyr-build-stats.ts"],"names":[],"mappings":";AAAA,0BAA0B;;AAiH1B,IAAK,6BAMJ;AAND,WAAK,6BAA6B;IAChC,0DAAyB,CAAA;IACzB,4CAAW,CAAA;IACX,oDAAmB,CAAA;IACnB,gDAAe,CAAA;IACf,4CAAW,CAAA;AACb,CAAC,EANI,6BAA6B,KAA7B,6BAA6B,QAMjC"}
|
package/dist/package.json
CHANGED