@layerfi/components 0.1.86-alpha → 0.1.86

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.
@@ -119,7 +119,7 @@ var import_react16 = require("react");
119
119
  var import_react14 = require("react");
120
120
 
121
121
  // package.json
122
- var version = "0.1.86-alpha";
122
+ var version = "0.1.86";
123
123
 
124
124
  // src/models/APIError.ts
125
125
  var APIError = class _APIError extends Error {
@@ -61,7 +61,7 @@ import { useState as useState8 } from "react";
61
61
  import { useReducer, useEffect as useEffect4 } from "react";
62
62
 
63
63
  // package.json
64
- var version = "0.1.86-alpha";
64
+ var version = "0.1.86";
65
65
 
66
66
  // src/models/APIError.ts
67
67
  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.86-alpha",
3
+ "version": "0.1.86",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",