@graphprotocol/grc-20 0.25.6 → 0.25.7
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/contracts.d.ts.map +1 -1
- package/dist/contracts.js +12 -12
- package/dist/contracts.js.map +1 -1
- package/dist/index.d.ts +14 -14
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +14 -14
- package/dist/index.js.map +1 -1
- package/dist/proto.d.ts +5 -5
- package/dist/proto.d.ts.map +1 -1
- package/dist/proto.js +5 -5
- package/dist/proto.js.map +1 -1
- package/dist/src/abis/governance-setup.js +234 -234
- package/dist/src/abis/index.d.ts +5 -5
- package/dist/src/abis/index.d.ts.map +1 -1
- package/dist/src/abis/index.js +5 -5
- package/dist/src/abis/index.js.map +1 -1
- package/dist/src/abis/main-voting.js +925 -925
- package/dist/src/abis/member-access.js +345 -345
- package/dist/src/abis/personal-space-admin-setup.js +171 -171
- package/dist/src/abis/personal-space-admin.js +258 -258
- package/dist/src/abis/space-setup.js +208 -208
- package/dist/src/abis/space.js +210 -210
- package/dist/src/core/ids/content.d.ts +1 -0
- package/dist/src/core/ids/content.d.ts.map +1 -1
- package/dist/src/core/ids/content.js +1 -0
- package/dist/src/core/ids/content.js.map +1 -1
- package/dist/src/core/ids/system.d.ts +4 -0
- package/dist/src/core/ids/system.d.ts.map +1 -1
- package/dist/src/core/ids/system.js +4 -0
- package/dist/src/core/ids/system.js.map +1 -1
- package/dist/src/core/position.d.ts.map +1 -1
- package/dist/src/core/position.js +2 -2
- package/dist/src/core/position.js.map +1 -1
- package/dist/src/encodings/get-calldata-for-space-governance-type.d.ts +1 -1
- package/dist/src/encodings/get-calldata-for-space-governance-type.d.ts.map +1 -1
- package/dist/src/encodings/get-calldata-for-space-governance-type.js +8 -13
- package/dist/src/encodings/get-calldata-for-space-governance-type.js.map +1 -1
- package/dist/src/encodings/get-process-geo-proposal-arguments.d.ts +1 -1
- package/dist/src/encodings/get-process-geo-proposal-arguments.d.ts.map +1 -1
- package/dist/src/encodings/get-process-geo-proposal-arguments.js +5 -5
- package/dist/src/encodings/get-process-geo-proposal-arguments.js.map +1 -1
- package/dist/src/encodings/index.d.ts +4 -4
- package/dist/src/encodings/index.d.ts.map +1 -1
- package/dist/src/encodings/index.js +4 -4
- package/dist/src/encodings/index.js.map +1 -1
- package/dist/src/graph/create-entity.js +2 -2
- package/dist/src/graph/create-entity.js.map +1 -1
- package/dist/src/graph/create-image.js +1 -1
- package/dist/src/graph/create-image.js.map +1 -1
- package/dist/src/graph/create-property.d.ts +1 -1
- package/dist/src/graph/create-property.d.ts.map +1 -1
- package/dist/src/graph/create-property.js +12 -12
- package/dist/src/graph/create-property.js.map +1 -1
- package/dist/src/graph/create-relation.js +1 -1
- package/dist/src/graph/create-relation.js.map +1 -1
- package/dist/src/graph/create-type.js +1 -1
- package/dist/src/graph/create-type.js.map +1 -1
- package/dist/src/graph/serialize.d.ts +1 -1
- package/dist/src/graph/unset-relation-fields.d.ts.map +1 -1
- package/dist/src/graph/unset-relation-fields.js +1 -1
- package/dist/src/graph/unset-relation-fields.js.map +1 -1
- package/dist/src/graph/update-entity.js +2 -2
- package/dist/src/graph/update-entity.js.map +1 -1
- package/dist/src/graph/update-entity.test.js +1 -1
- package/dist/src/graph/update-entity.test.js.map +1 -1
- package/dist/src/graph/update-relation.js +1 -1
- package/dist/src/graph/update-relation.js.map +1 -1
- package/dist/src/id-utils.js +1 -1
- package/dist/src/id-utils.js.map +1 -1
- package/dist/src/id-utils.test.js +1 -1
- package/dist/src/id-utils.test.js.map +1 -1
- package/dist/src/id.d.ts.map +1 -1
- package/dist/src/id.js.map +1 -1
- package/dist/src/id.test.js.map +1 -1
- package/dist/src/ipfs.d.ts.map +1 -1
- package/dist/src/ipfs.js.map +1 -1
- package/dist/src/position.d.ts +1 -1
- package/dist/src/position.js +1 -1
- package/dist/src/proto/edit.d.ts.map +1 -1
- package/dist/src/proto/edit.js +1 -1
- package/dist/src/proto/edit.js.map +1 -1
- package/dist/src/proto/edit.test.js +1 -1
- package/dist/src/proto/edit.test.js.map +1 -1
- package/dist/src/proto/gen/src/proto/ipfs_pb.d.ts +14 -14
- package/dist/src/proto/gen/src/proto/ipfs_pb.d.ts.map +1 -1
- package/dist/src/proto/gen/src/proto/ipfs_pb.js +93 -93
- package/dist/src/proto/gen/src/proto/ipfs_pb.js.map +1 -1
- package/dist/src/smart-wallet.js.map +1 -1
- package/dist/src/smart-wallet.test.js +1 -1
- package/dist/src/smart-wallet.test.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +3 -3
package/dist/contracts.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../contracts.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;;
|
|
1
|
+
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../contracts.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;;CAOV,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;;CAOV,CAAC"}
|
package/dist/contracts.js
CHANGED
|
@@ -8,22 +8,22 @@
|
|
|
8
8
|
* Mainnet contract addresses
|
|
9
9
|
*/
|
|
10
10
|
export const MAINNET = {
|
|
11
|
-
SPACE_PLUGIN_REPO_ADDRESS:
|
|
12
|
-
PERSONAL_SPACE_ADMIN_PLUGIN_REPO_ADDRESS:
|
|
13
|
-
GOVERNANCE_PLUGIN_REPO_ADDRESS:
|
|
14
|
-
DAO_FACTORY_ADDRESS:
|
|
15
|
-
ENS_REGISTRY_ADDRESS:
|
|
16
|
-
PLUGIN_SETUP_PROCESSOR_ADDRESS:
|
|
11
|
+
SPACE_PLUGIN_REPO_ADDRESS: '0xd9559df98e4103CDf0A119d4bff1537B383E462c',
|
|
12
|
+
PERSONAL_SPACE_ADMIN_PLUGIN_REPO_ADDRESS: '0xa00870c6501349E126E71Dc1705fBaa2B5aeac0d',
|
|
13
|
+
GOVERNANCE_PLUGIN_REPO_ADDRESS: '0x81A45db7E303eED5D8e0B84b39d96DBa23192Eab',
|
|
14
|
+
DAO_FACTORY_ADDRESS: '0x9012fcc278a860B66e644cE491a1CbabFBb34a72',
|
|
15
|
+
ENS_REGISTRY_ADDRESS: '0x81C575f78903F8aC1FD73dEC06d20ffdC51c9b4E',
|
|
16
|
+
PLUGIN_SETUP_PROCESSOR_ADDRESS: '0xfcC0Aba63c1F1f887099EAB0d1A624A5B7A82Fc2',
|
|
17
17
|
};
|
|
18
18
|
/**
|
|
19
19
|
* Testnet contract addresses
|
|
20
20
|
*/
|
|
21
21
|
export const TESTNET = {
|
|
22
|
-
SPACE_PLUGIN_REPO_ADDRESS:
|
|
23
|
-
PERSONAL_SPACE_ADMIN_PLUGIN_REPO_ADDRESS:
|
|
24
|
-
GOVERNANCE_PLUGIN_REPO_ADDRESS:
|
|
25
|
-
DAO_FACTORY_ADDRESS:
|
|
26
|
-
ENS_REGISTRY_ADDRESS:
|
|
27
|
-
PLUGIN_SETUP_PROCESSOR_ADDRESS:
|
|
22
|
+
SPACE_PLUGIN_REPO_ADDRESS: '0xE6eE188B3CDfBCA60152B1cC99BAafCf83bE57BE',
|
|
23
|
+
PERSONAL_SPACE_ADMIN_PLUGIN_REPO_ADDRESS: '0xc368129A081aE3d3dbB0C6DeC408FbB097b73aE2',
|
|
24
|
+
GOVERNANCE_PLUGIN_REPO_ADDRESS: '0x94A8FB48258E1094aa71fBc9F33196B7A9fFfb4f',
|
|
25
|
+
DAO_FACTORY_ADDRESS: '0xb138AE700C352BB1aC75688e8ceCB98CDDaa7F09',
|
|
26
|
+
ENS_REGISTRY_ADDRESS: '0xD065A680075d0e27777bAa63CFFf17e1713a19Df',
|
|
27
|
+
PLUGIN_SETUP_PROCESSOR_ADDRESS: '0x3C9be4b42B313318091344A261DCDCd02DCd5736',
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=contracts.js.map
|
package/dist/contracts.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.js","sourceRoot":"","sources":["../contracts.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,yBAAyB,EAAE,4CAA4C;IACvE,wCAAwC,
|
|
1
|
+
{"version":3,"file":"contracts.js","sourceRoot":"","sources":["../contracts.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,yBAAyB,EAAE,4CAA4C;IACvE,wCAAwC,EAAE,4CAA4C;IACtF,8BAA8B,EAAE,4CAA4C;IAC5E,mBAAmB,EAAE,4CAA4C;IACjE,oBAAoB,EAAE,4CAA4C;IAClE,8BAA8B,EAAE,4CAA4C;CACpE,CAAC;AAEX;;GAEG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,yBAAyB,EAAE,4CAA4C;IACvE,wCAAwC,EAAE,4CAA4C;IACtF,8BAA8B,EAAE,4CAA4C;IAC5E,mBAAmB,EAAE,4CAA4C;IACjE,oBAAoB,EAAE,4CAA4C;IAClE,8BAA8B,EAAE,4CAA4C;CACpE,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
export * from './src/types.js';
|
|
2
|
-
/**
|
|
3
|
-
* This module provides utility functions for working knowledge graph
|
|
4
|
-
* identifiers in TypeScript.
|
|
5
|
-
*/
|
|
6
|
-
export * as IdUtils from './src/id-utils.js';
|
|
7
|
-
export { Id } from './src/id.js';
|
|
8
|
-
export { getAcceptEditorArguments, getAcceptSubspaceArguments, getCalldataForSpaceGovernanceType, getProcessGeoProposalArguments, getRemoveEditorArguments, getRemoveSubspaceArguments } from './src/encodings/index.js';
|
|
9
1
|
/**
|
|
10
2
|
* This module provides utility functions for working with knowledge graph
|
|
11
3
|
* images in TypeScript.
|
|
@@ -14,9 +6,21 @@ export { getAcceptEditorArguments, getAcceptSubspaceArguments, getCalldataForSpa
|
|
|
14
6
|
*/
|
|
15
7
|
export { Account } from './src/account.js';
|
|
16
8
|
export { DataBlock, TextBlock } from './src/blocks.js';
|
|
17
|
-
|
|
9
|
+
/**
|
|
10
|
+
* This module provides utility functions for working with base58 ids
|
|
11
|
+
* in TypeScript.
|
|
12
|
+
*/
|
|
13
|
+
export * as Base58 from './src/core/base58.js';
|
|
18
14
|
export { getChecksumAddress } from './src/core/get-checksum-address.js';
|
|
15
|
+
export * as Encoding from './src/encoding.js';
|
|
16
|
+
export { getAcceptEditorArguments, getAcceptSubspaceArguments, getCalldataForSpaceGovernanceType, getProcessGeoProposalArguments, getRemoveEditorArguments, getRemoveSubspaceArguments, } from './src/encodings/index.js';
|
|
19
17
|
export * as Graph from './src/graph/index.js';
|
|
18
|
+
export { Id } from './src/id.js';
|
|
19
|
+
/**
|
|
20
|
+
* This module provides utility functions for working knowledge graph
|
|
21
|
+
* identifiers in TypeScript.
|
|
22
|
+
*/
|
|
23
|
+
export * as IdUtils from './src/id-utils.js';
|
|
20
24
|
/**
|
|
21
25
|
* This module provides utility functions for interacting with the default
|
|
22
26
|
* IPFS gateway in TypeScript.
|
|
@@ -36,9 +40,5 @@ export { getSmartAccountWalletClient, getWalletClient } from './src/smart-wallet
|
|
|
36
40
|
* Provides ids for commonly used entities across the Knowledge Graph.
|
|
37
41
|
*/
|
|
38
42
|
export { ContentIds, NetworkIds, SystemIds } from './src/system-ids.js';
|
|
39
|
-
|
|
40
|
-
* This module provides utility functions for working with base58 ids
|
|
41
|
-
* in TypeScript.
|
|
42
|
-
*/
|
|
43
|
-
export * as Base58 from './src/core/base58.js';
|
|
43
|
+
export * from './src/types.js';
|
|
44
44
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD;;;GAGG;AACH,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EACL,wBAAwB,EACxB,0BAA0B,EAC1B,iCAAiC,EACjC,8BAA8B,EAC9B,wBAAwB,EACxB,0BAA0B,GAC3B,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC;;;GAGG;AACH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C;;;;;GAKG;AACH,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AAEtC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C;;;;GAIG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,OAAO,EAAE,2BAA2B,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAErF;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACxE,cAAc,gBAAgB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
export * from './src/types.js';
|
|
2
|
-
/**
|
|
3
|
-
* This module provides utility functions for working knowledge graph
|
|
4
|
-
* identifiers in TypeScript.
|
|
5
|
-
*/
|
|
6
|
-
export * as IdUtils from './src/id-utils.js';
|
|
7
|
-
export { Id } from './src/id.js';
|
|
8
|
-
export { getAcceptEditorArguments, getAcceptSubspaceArguments, getCalldataForSpaceGovernanceType, getProcessGeoProposalArguments, getRemoveEditorArguments, getRemoveSubspaceArguments } from './src/encodings/index.js';
|
|
9
1
|
/**
|
|
10
2
|
* This module provides utility functions for working with knowledge graph
|
|
11
3
|
* images in TypeScript.
|
|
@@ -14,9 +6,21 @@ export { getAcceptEditorArguments, getAcceptSubspaceArguments, getCalldataForSpa
|
|
|
14
6
|
*/
|
|
15
7
|
export { Account } from './src/account.js';
|
|
16
8
|
export { DataBlock, TextBlock } from './src/blocks.js';
|
|
17
|
-
|
|
9
|
+
/**
|
|
10
|
+
* This module provides utility functions for working with base58 ids
|
|
11
|
+
* in TypeScript.
|
|
12
|
+
*/
|
|
13
|
+
export * as Base58 from './src/core/base58.js';
|
|
18
14
|
export { getChecksumAddress } from './src/core/get-checksum-address.js';
|
|
15
|
+
export * as Encoding from './src/encoding.js';
|
|
16
|
+
export { getAcceptEditorArguments, getAcceptSubspaceArguments, getCalldataForSpaceGovernanceType, getProcessGeoProposalArguments, getRemoveEditorArguments, getRemoveSubspaceArguments, } from './src/encodings/index.js';
|
|
19
17
|
export * as Graph from './src/graph/index.js';
|
|
18
|
+
export { Id } from './src/id.js';
|
|
19
|
+
/**
|
|
20
|
+
* This module provides utility functions for working knowledge graph
|
|
21
|
+
* identifiers in TypeScript.
|
|
22
|
+
*/
|
|
23
|
+
export * as IdUtils from './src/id-utils.js';
|
|
20
24
|
/**
|
|
21
25
|
* This module provides utility functions for interacting with the default
|
|
22
26
|
* IPFS gateway in TypeScript.
|
|
@@ -36,9 +40,5 @@ export { getSmartAccountWalletClient, getWalletClient } from './src/smart-wallet
|
|
|
36
40
|
* Provides ids for commonly used entities across the Knowledge Graph.
|
|
37
41
|
*/
|
|
38
42
|
export { ContentIds, NetworkIds, SystemIds } from './src/system-ids.js';
|
|
39
|
-
|
|
40
|
-
* This module provides utility functions for working with base58 ids
|
|
41
|
-
* in TypeScript.
|
|
42
|
-
*/
|
|
43
|
-
export * as Base58 from './src/core/base58.js';
|
|
43
|
+
export * from './src/types.js';
|
|
44
44
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD;;;GAGG;AACH,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EACL,wBAAwB,EACxB,0BAA0B,EAC1B,iCAAiC,EACjC,8BAA8B,EAC9B,wBAAwB,EACxB,0BAA0B,GAC3B,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC;;;GAGG;AACH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C;;;;;GAKG;AACH,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AAEtC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C;;;;GAIG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,OAAO,EAAE,2BAA2B,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAErF;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACxE,cAAc,gBAAgB,CAAC"}
|
package/dist/proto.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This module provides utility functions for working with GRC-20 protobufs
|
|
3
|
-
* in TypeScript.
|
|
4
|
-
*/
|
|
5
|
-
export * from './src/proto/gen/src/proto/ipfs_pb.js';
|
|
6
1
|
/**
|
|
7
2
|
* This module provides utility functions for working with the GRC-20 Edit
|
|
8
3
|
* protobuf in TypeScript.
|
|
9
4
|
*/
|
|
10
5
|
export * as EditProposal from './src/proto/edit.js';
|
|
6
|
+
/**
|
|
7
|
+
* This module provides utility functions for working with GRC-20 protobufs
|
|
8
|
+
* in TypeScript.
|
|
9
|
+
*/
|
|
10
|
+
export * from './src/proto/gen/src/proto/ipfs_pb.js';
|
|
11
11
|
//# sourceMappingURL=proto.d.ts.map
|
package/dist/proto.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proto.d.ts","sourceRoot":"","sources":["../proto.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"proto.d.ts","sourceRoot":"","sources":["../proto.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,YAAY,MAAM,qBAAqB,CAAC;AACpD;;;GAGG;AACH,cAAc,sCAAsC,CAAC"}
|
package/dist/proto.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This module provides utility functions for working with GRC-20 protobufs
|
|
3
|
-
* in TypeScript.
|
|
4
|
-
*/
|
|
5
|
-
export * from './src/proto/gen/src/proto/ipfs_pb.js';
|
|
6
1
|
/**
|
|
7
2
|
* This module provides utility functions for working with the GRC-20 Edit
|
|
8
3
|
* protobuf in TypeScript.
|
|
9
4
|
*/
|
|
10
5
|
export * as EditProposal from './src/proto/edit.js';
|
|
6
|
+
/**
|
|
7
|
+
* This module provides utility functions for working with GRC-20 protobufs
|
|
8
|
+
* in TypeScript.
|
|
9
|
+
*/
|
|
10
|
+
export * from './src/proto/gen/src/proto/ipfs_pb.js';
|
|
11
11
|
//# sourceMappingURL=proto.js.map
|
package/dist/proto.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proto.js","sourceRoot":"","sources":["../proto.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"proto.js","sourceRoot":"","sources":["../proto.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,YAAY,MAAM,qBAAqB,CAAC;AACpD;;;GAGG;AACH,cAAc,sCAAsC,CAAC"}
|