@contentstorage/core 0.3.3 → 0.3.4

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.
@@ -72,3 +72,4 @@ async function generateTypes() {
72
72
  process.exit(1); // Exit with error code
73
73
  }
74
74
  }
75
+ generateTypes();
@@ -68,3 +68,4 @@ async function pullContent() {
68
68
  process.exit(1); // Exit with error code
69
69
  }
70
70
  }
71
+ pullContent();
package/package.json CHANGED
@@ -2,7 +2,8 @@
2
2
  "name": "@contentstorage/core",
3
3
  "author": "Kaido Hussar <kaidohus@gmail.com>",
4
4
  "homepage": "https://contentstorage.app",
5
- "version": "0.3.3",
5
+ "version": "0.3.4",
6
+ "type": "module",
6
7
  "description": "Fetch content from contentstorage and generate TypeScript types",
7
8
  "module": "dist/index.js",
8
9
  "types": "dist/index.d.ts",