cooptypes 0.5.22 → 0.5.23

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.cjs CHANGED
@@ -508,7 +508,7 @@ const withdraws = {
508
508
  const index$v = {
509
509
  __proto__: null,
510
510
  Deposits: deposits,
511
- Withdrws: withdraws
511
+ Withdraws: withdraws
512
512
  };
513
513
 
514
514
  const gateway = {
package/dist/index.d.cts CHANGED
@@ -1344,7 +1344,7 @@ declare namespace withdraws {
1344
1344
  }
1345
1345
 
1346
1346
  declare namespace index$v {
1347
- export { deposits as Deposits, withdraws as Withdrws };
1347
+ export { deposits as Deposits, withdraws as Withdraws };
1348
1348
  }
1349
1349
 
1350
1350
  declare const contractName$7: {
package/dist/index.d.mts CHANGED
@@ -1344,7 +1344,7 @@ declare namespace withdraws {
1344
1344
  }
1345
1345
 
1346
1346
  declare namespace index$v {
1347
- export { deposits as Deposits, withdraws as Withdrws };
1347
+ export { deposits as Deposits, withdraws as Withdraws };
1348
1348
  }
1349
1349
 
1350
1350
  declare const contractName$7: {
package/dist/index.d.ts CHANGED
@@ -1344,7 +1344,7 @@ declare namespace withdraws {
1344
1344
  }
1345
1345
 
1346
1346
  declare namespace index$v {
1347
- export { deposits as Deposits, withdraws as Withdrws };
1347
+ export { deposits as Deposits, withdraws as Withdraws };
1348
1348
  }
1349
1349
 
1350
1350
  declare const contractName$7: {
package/dist/index.mjs CHANGED
@@ -506,7 +506,7 @@ const withdraws = {
506
506
  const index$v = {
507
507
  __proto__: null,
508
508
  Deposits: deposits,
509
- Withdrws: withdraws
509
+ Withdraws: withdraws
510
510
  };
511
511
 
512
512
  const gateway = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "0.5.22",
4
+ "version": "0.5.23",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",
@@ -43,8 +43,7 @@
43
43
  "test": "vitest",
44
44
  "typecheck": "tsc --noEmit",
45
45
  "prepare": "simple-git-hooks",
46
- "doc": "typedoc",
47
- "docs-publish": "pnpm gh-pages --nojekyll -d docs --repo git@github.com:copenomics/docs.git -e cooptypes --add"
46
+ "doc": "typedoc"
48
47
  },
49
48
  "dependencies": {
50
49
  "@typescript-eslint/parser": "^7.8.0"