jourycms-sdk 1.1.3 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jourycms-sdk",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Sdk for Joury CMS",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -1,3 +1,4 @@
1
1
  'generated by levelup';
2
2
 
3
- export * from "./app.d.ts";
3
+ export * from "./app.d.ts";
4
+ export * from "./config.d.ts";
@@ -1,3 +1,4 @@
1
1
  export * from "./layout.d.ts";
2
2
  export * from "./page.d.ts";
3
+ export * from "./component.d.ts";
3
4