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 +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -3
package/dist/index.cjs
CHANGED
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
|
|
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
|
|
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
|
|
1347
|
+
export { deposits as Deposits, withdraws as Withdraws };
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
1350
|
declare const contractName$7: {
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cooptypes",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
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"
|