zephyr-edge-contract 0.0.0-canary-20250513234234 → 0.0.0-canary-20250522231114
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/index.d.ts
CHANGED
|
@@ -16,4 +16,3 @@ export { ZEPHYR_API_ENDPOINT, ZE_API_ENDPOINT, ZE_IS_PREVIEW, ze_api_gateway, ZE
|
|
|
16
16
|
export { forEachLimit, PromiseTuple, isSuccessTuple, PromiseLazyLoad, PromiseWithResolvers, deferred, } from './lib/promise';
|
|
17
17
|
export { type FindTemplates, formatString } from './lib/string/string';
|
|
18
18
|
export { stripAnsi } from './lib/string/strip-ansi';
|
|
19
|
-
export type { ApplicationConsumes, UsedIn } from './lib/zephyr-build-stats';
|
|
@@ -143,27 +143,6 @@ export interface ApplicationOverride {
|
|
|
143
143
|
location: string;
|
|
144
144
|
applicationID: string;
|
|
145
145
|
}
|
|
146
|
-
/**
|
|
147
|
-
* If a remote's component is consumed by another app, this field should exists in the
|
|
148
|
-
* consuming app's build stats. This is the only way to know that a remote's component is
|
|
149
|
-
* being consumed by another app. It has the shape looks like
|
|
150
|
-
*
|
|
151
|
-
* {
|
|
152
|
-
* consumingApplicationID: 'NxWelcome',
|
|
153
|
-
* applicationID: 'rspack_mf_remote',
|
|
154
|
-
* name: 'NxWelcome',
|
|
155
|
-
* usedIn: [Array]
|
|
156
|
-
* }
|
|
157
|
-
*
|
|
158
|
-
* - ConsumingApplicationId and name are the same value
|
|
159
|
-
* - ApplicationId is the id of the remote application
|
|
160
|
-
* - UsedIn is an array of object with the following shape: { files:
|
|
161
|
-
* src/screens/LazyLoadedCheckoutSuccessScreen.tsx, url:
|
|
162
|
-
* /src/screens/LazyLoadedCheckoutSuccessScreen.tsx } This field describes where the
|
|
163
|
-
* remote is being used, and how are they imported, the id of the remote application
|
|
164
|
-
* (the id/applicationId is referring to the id of the remote application within the
|
|
165
|
-
* bundler context) and the name of the remote's component (ex: NxWelcome).
|
|
166
|
-
*/
|
|
167
146
|
export interface ApplicationConsumes {
|
|
168
147
|
consumingApplicationID: string;
|
|
169
148
|
applicationID: string;
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
package/dist/lib/utils/index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// Export utility functions
|
|
5
|
-
tslib_1.__exportStar(require("./create-application-uid"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./safe-json-parse"), exports);
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/utils/index.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AAC3B,mEAAyC;AACzC,4DAAkC"}
|