aeria-sdk 0.0.5 → 0.0.6

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.
@@ -5,3 +5,4 @@ exports.instanceConfig = {};
5
5
  exports.url = '';
6
6
  exports.aeria = {};
7
7
  exports.storage = {};
8
+ throw new Error(`Runtime files werent generated. Run the 'aeria-sdk' script first.`);
@@ -2,3 +2,4 @@ export const instanceConfig = {};
2
2
  export const url = '';
3
3
  export const aeria = {};
4
4
  export const storage = {};
5
+ throw new Error(`Runtime files werent generated. Run the 'aeria-sdk' script first.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aeria-sdk",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",