1 Commits

Author SHA1 Message Date
github-actions[bot]
bf9f81cfa1 chore(main): release 1.1.0 2022-08-29 02:56:43 +00:00
3 changed files with 239 additions and 1136 deletions

View File

@@ -71,7 +71,7 @@ client.login(token);
#### ` ping.js (CommonJS)`
```js
const { CommandType, commandModule } = require('@sern/handler');
const { CommandType } = require('@sern/handler');
exports.default = commandModule({
name: 'ping',

1369
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,8 +36,8 @@
"ts-results-es": "^3.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.2",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"eslint": "8.22.0",
"prettier": "2.7.1",
"tsup": "^6.1.3",