@excitedjs/feishu-transport 0.2.0 → 0.2.1

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.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@excitedjs/feishu-transport",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Shared Feishu platform-I/O core for dreamux and claudemux: connect / receive / send / auth / render / parse + stateless policy (issue excitedjs/dreamux#25).",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -31,12 +31,15 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^22.10.0",
34
+ "eslint": "^9.39.0",
34
35
  "typescript": "^5.7.0",
35
- "vitest": "^2.1.0"
36
+ "vitest": "^2.1.0",
37
+ "@excitedjs/eslint-config": "0.0.0"
36
38
  },
37
39
  "scripts": {
38
40
  "build": "tsc -p tsconfig.json",
39
41
  "typecheck": "tsc -p tsconfig.json --noEmit",
42
+ "lint": "eslint .",
40
43
  "test": "vitest run",
41
44
  "test:watch": "vitest",
42
45
  "clean": "rm -rf dist"