cooptypes 0.5.7 → 0.5.8

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.
package/dist/index.mjs CHANGED
@@ -1477,7 +1477,7 @@ const index$a = {
1477
1477
  UpdateRequests: updateRequest
1478
1478
  };
1479
1479
 
1480
- const tableName$g = "exchange";
1480
+ const tableName$g = "requests";
1481
1481
  const scope$g = _coopname;
1482
1482
 
1483
1483
  const requests = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "0.5.7",
4
+ "version": "0.5.8",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",
@@ -44,6 +44,9 @@
44
44
  "typecheck": "tsc --noEmit",
45
45
  "prepare": "simple-git-hooks"
46
46
  },
47
+ "dependencies": {
48
+ "@typescript-eslint/parser": "^7.8.0"
49
+ },
47
50
  "devDependencies": {
48
51
  "@antfu/eslint-config": "^2.16.1",
49
52
  "@antfu/ni": "^0.21.12",