nexushub-commands 2.0.9 → 2.0.10

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.
@@ -66,4 +66,3 @@ export declare class ParserSharedCommandsService {
66
66
  object: any;
67
67
  }>;
68
68
  }
69
- export declare const ParserSharedCommandsServiceInstance: ParserSharedCommandsService;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ParserSharedCommandsServiceInstance = exports.ParserSharedCommandsService = void 0;
3
+ exports.ParserSharedCommandsService = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const fs = tslib_1.__importStar(require("fs"));
6
6
  const path = tslib_1.__importStar(require("path"));
@@ -209,6 +209,6 @@ class ParserSharedCommandsService {
209
209
  }
210
210
  }
211
211
  exports.ParserSharedCommandsService = ParserSharedCommandsService;
212
- exports.ParserSharedCommandsServiceInstance = new ParserSharedCommandsService();
213
- const code = ParserSharedCommandsService.transformCommandFile('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/settings/SettingsHistoryOffer.srdcmd.ts');
214
- fs.writeFileSync('./code.js', code);
212
+ // export const ParserSharedCommandsServiceInstance = new ParserSharedCommandsService()
213
+ // const code = ParserSharedCommandsService.transformCommandFile('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/settings/SettingsHistoryOffer.srdcmd.ts')
214
+ // fs.writeFileSync('./code.js', code)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexushub-commands",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "main": "./lib/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
@@ -228,7 +228,7 @@ export class ParserSharedCommandsService {
228
228
  }
229
229
  }
230
230
 
231
- export const ParserSharedCommandsServiceInstance = new ParserSharedCommandsService()
232
- const code = ParserSharedCommandsService.transformCommandFile('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/settings/SettingsHistoryOffer.srdcmd.ts')
231
+ // export const ParserSharedCommandsServiceInstance = new ParserSharedCommandsService()
232
+ // const code = ParserSharedCommandsService.transformCommandFile('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/settings/SettingsHistoryOffer.srdcmd.ts')
233
233
 
234
- fs.writeFileSync('./code.js', code)
234
+ // fs.writeFileSync('./code.js', code)