@chorus-one/polygon 1.0.0 → 1.0.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.
- package/dist/cjs/types.d.ts +1 -1
- package/dist/mjs/types.d.ts +1 -1
- package/package.json +1 -1
- package/src/types.ts +1 -1
- package/test/integration/staker.spec.ts +0 -1
package/dist/cjs/types.d.ts
CHANGED
package/dist/mjs/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chorus-one/polygon",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "All-in-one toolkit for building staking dApps on Polygon network",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rm -fr dist/* && tsc -p tsconfig.mjs.json --outDir dist/mjs && tsc -p tsconfig.cjs.json --outDir dist/cjs && bash ../../scripts/fix-package-json",
|
package/src/types.ts
CHANGED