@embeddable.com/sdk-core 2.4.18 → 2.4.19
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/lib/index.esm.js +36 -7
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +36 -7
- package/lib/index.js.map +1 -1
- package/lib/push.d.ts +1 -1
- package/package.json +1 -1
package/lib/push.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const YAML_OR_JS_FILES: RegExp;
|
|
2
2
|
declare const _default: () => Promise<void>;
|
|
3
3
|
export default _default;
|
|
4
4
|
export declare function archive(ctx: any, yamlFiles: [string, string][], includeBuild?: boolean): Promise<unknown>;
|