@layerfi/components 0.1.118-alpha → 0.1.118
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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -209,7 +209,7 @@ class ErrorHandlerClass {
|
|
|
209
209
|
}
|
|
210
210
|
const errorHandler = new ErrorHandlerClass();
|
|
211
211
|
const reportError = (payload) => errorHandler.onError(payload);
|
|
212
|
-
const version = "0.1.118
|
|
212
|
+
const version = "0.1.118";
|
|
213
213
|
const pkg = {
|
|
214
214
|
version
|
|
215
215
|
};
|
package/dist/esm/index.mjs
CHANGED
|
@@ -209,7 +209,7 @@ class ErrorHandlerClass {
|
|
|
209
209
|
}
|
|
210
210
|
const errorHandler = new ErrorHandlerClass();
|
|
211
211
|
const reportError = (payload) => errorHandler.onError(payload);
|
|
212
|
-
const version = "0.1.118
|
|
212
|
+
const version = "0.1.118";
|
|
213
213
|
const pkg = {
|
|
214
214
|
version
|
|
215
215
|
};
|