@pbgtoken/rwa-contract 1.0.0 → 1.0.2
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.d.ts +1 -0
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -3,3 +3,4 @@ export { type PricesProvider } from "./PricesProvider";
|
|
|
3
3
|
export { makeRWADatumProvider, type RWADatumProvider } from "./RWADatumProvider";
|
|
4
4
|
export { type TokenizedAccountProvider } from "./TokenizedAccountProvider";
|
|
5
5
|
export { filterTransfersAfter, type TransferID } from "./TransferID";
|
|
6
|
+
export { tokenized_account } from "./validators";
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pbgtoken/rwa-contract",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"homepage": "https://pbg.io",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/PBGToken/rwa-contract"
|
|
17
|
+
"url": "git+https://github.com/PBGToken/rwa-contract.git"
|
|
18
18
|
},
|
|
19
19
|
"bugs": "",
|
|
20
20
|
"keywords": [],
|