@prezly/theme-kit-core 5.0.1-alpha.0 → 5.0.1-alpha.1

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.
@@ -1,4 +1,4 @@
1
1
  export declare const ASSETS_URL = "https://cdn.uc.assets.prezly.com";
2
2
  export declare const DEFAULT_PAGE_SIZE = 12;
3
3
  export declare const DEFAULT_GALLERY_PAGE_SIZE = 6;
4
- export declare const OG_IMAGE_API_URL = "https://og-image-rho-lovat.vercel.app/api/og";
4
+ export declare const OG_IMAGE_API_URL = "https://prezly-og-image.vercel.app/api/og";
@@ -4,5 +4,5 @@ exports.OG_IMAGE_API_URL = exports.DEFAULT_GALLERY_PAGE_SIZE = exports.DEFAULT_P
4
4
  exports.ASSETS_URL = 'https://cdn.uc.assets.prezly.com';
5
5
  exports.DEFAULT_PAGE_SIZE = 12;
6
6
  exports.DEFAULT_GALLERY_PAGE_SIZE = 6;
7
- exports.OG_IMAGE_API_URL = 'https://og-image-rho-lovat.vercel.app/api/og';
7
+ exports.OG_IMAGE_API_URL = 'https://prezly-og-image.vercel.app/api/og';
8
8
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG,kCAAkC,CAAC;AAChD,QAAA,iBAAiB,GAAG,EAAE,CAAC;AACvB,QAAA,yBAAyB,GAAG,CAAC,CAAC;AAC9B,QAAA,gBAAgB,GAAG,8CAA8C,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG,kCAAkC,CAAC;AAChD,QAAA,iBAAiB,GAAG,EAAE,CAAC;AACvB,QAAA,yBAAyB,GAAG,CAAC,CAAC;AAC9B,QAAA,gBAAgB,GAAG,2CAA2C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prezly/theme-kit-core",
3
- "version": "5.0.1-alpha.0",
3
+ "version": "5.0.1-alpha.1",
4
4
  "description": "Data layer and utility library for developing Prezly themes with JavaScript",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "7cd1c5553fd649054ae6d3d9f33dba3cfdad8a07"
73
+ "gitHead": "e013ac8a8ac51d34ba477dfcc86d0fca9ca8b9cb"
74
74
  }