@sonoransoftware/sonoran.js 1.0.8 → 1.0.9

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.
@@ -90,10 +90,6 @@ class RequestManager extends events_1.EventEmitter {
90
90
  apiData.data.data = { secret: clonedData.data[0] };
91
91
  break;
92
92
  }
93
- case 'VERIFY_SECRET': {
94
- apiData.data.data = clonedData.data;
95
- break;
96
- }
97
93
  case 'NEW_RECORD': {
98
94
  apiData.data.data = clonedData.data;
99
95
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonoransoftware/sonoran.js",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Sonoran.js is a library that allows you to interact with the Sonoran CAD and Sonoran CMS API. Based off of and utilizes several Discord.js library techniques for ease of use.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -158,10 +158,6 @@ export class RequestManager extends EventEmitter {
158
158
  apiData.data.data = { secret: clonedData.data[0] };
159
159
  break;
160
160
  }
161
- case 'VERIFY_SECRET': {
162
- apiData.data.data = clonedData.data;
163
- break;
164
- }
165
161
  case 'NEW_RECORD': {
166
162
  apiData.data.data = clonedData.data;
167
163
  break;