@imposium-hub/components 2.2.14 → 2.2.15

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.
@@ -216,6 +216,6 @@ exports.BATCHES_COPY = {
216
216
  }
217
217
  };
218
218
  exports.ERROR = {
219
- download: "Failed to download from host server: [error]."
219
+ download: "Unable to download from host server: [error]."
220
220
  };
221
221
  //# sourceMappingURL=copy.js.map
@@ -213,6 +213,6 @@ export const BATCHES_COPY = {
213
213
  }
214
214
  };
215
215
  export const ERROR = {
216
- download: `Failed to download from host server: [error].`
216
+ download: `Unable to download from host server: [error].`
217
217
  };
218
218
  //# sourceMappingURL=copy.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imposium-hub/components",
3
- "version": "2.2.14",
3
+ "version": "2.2.15",
4
4
  "description": "React & Typescript component / asset library for Imposium front-ends",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -243,5 +243,5 @@ export const BATCHES_COPY = {
243
243
  };
244
244
 
245
245
  export const ERROR: any = {
246
- download: `Failed to download from host server: [error].`
246
+ download: `Unable to download from host server: [error].`
247
247
  };