@media-engine/core 1.1.0 → 1.2.0

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
@@ -1,4 +1,4 @@
1
- export declare const MEDIA_ENGINE_CORE_VERSION = "1.1.0";
1
+ export declare const MEDIA_ENGINE_CORE_VERSION = "1.2.0";
2
2
  export type * from "./media/index.js";
3
3
  export type * from "./search/index.js";
4
4
  export type * from "./details/index.js";
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export const MEDIA_ENGINE_CORE_VERSION = "1.1.0";
1
+ export const MEDIA_ENGINE_CORE_VERSION = "1.2.0";
2
2
  export * from "./merge/index.js";
3
3
  export * from "./cache/index.js";
4
4
  export * from "./engine/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@media-engine/core",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Core TypeScript engine for Media Engine.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/Yaneart/media-engine#readme",