@layerfi/components 0.1.93-alpha → 0.1.93

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.
@@ -117,7 +117,7 @@ var import_react16 = require("react");
117
117
  var import_react14 = require("react");
118
118
 
119
119
  // package.json
120
- var version = "0.1.93-alpha";
120
+ var version = "0.1.93";
121
121
 
122
122
  // src/models/APIError.ts
123
123
  var APIError = class _APIError extends Error {
@@ -58,7 +58,7 @@ import { useState as useState8 } from "react";
58
58
  import { useReducer, useEffect as useEffect4 } from "react";
59
59
 
60
60
  // package.json
61
- var version = "0.1.93-alpha";
61
+ var version = "0.1.93";
62
62
 
63
63
  // src/models/APIError.ts
64
64
  var APIError = class _APIError extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.93-alpha",
3
+ "version": "0.1.93",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",