diff --git a/cheqd/did/v2/index.js b/cheqd/did/v2/index.js index c177652..8545d6b 100644 --- a/cheqd/did/v2/index.js +++ b/cheqd/did/v2/index.js @@ -1,7 +1,7 @@ -export * from './diddoc'; -export * from './fee'; -export * from './tx'; -export * from './genesis'; -export * from './query'; +export * from './diddoc.js'; +export * from './fee.js'; +export * from './tx.js'; +export * from './genesis.js'; +export * from './query.js'; export const protobufPackage = "cheqd.did.v2"; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/cheqd/did/v2/index.js.map b/cheqd/did/v2/index.js.map index 77d8e60..7ed44ef 100644 --- a/cheqd/did/v2/index.js.map +++ b/cheqd/did/v2/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,MAAM,CAAC;AACrB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,MAAM,CAAC,MAAM,eAAe,GAAG,cAAc,CAAA"} \ No newline at end of file +{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,MAAM,CAAC,MAAM,eAAe,GAAG,cAAc,CAAA"} \ No newline at end of file diff --git a/cheqd/did/v2/index.ts b/cheqd/did/v2/index.ts index 6b9cd6c..6654d76 100644 --- a/cheqd/did/v2/index.ts +++ b/cheqd/did/v2/index.ts @@ -1,6 +1,6 @@ -export * from './diddoc'; -export * from './fee'; -export * from './tx'; -export * from './genesis'; -export * from './query'; +export * from './diddoc.js' +export * from './fee.js' +export * from './tx.js' +export * from './genesis.js' +export * from './query.js' export const protobufPackage = "cheqd.did.v2" \ No newline at end of file diff --git a/cheqd/resource/v2/index.js b/cheqd/resource/v2/index.js index f0448e7..b03ab29 100644 --- a/cheqd/resource/v2/index.js +++ b/cheqd/resource/v2/index.js @@ -1,7 +1,7 @@ -export * from './genesis'; -export * from './query'; -export * from './resource'; -export * from './tx'; -export * from './fee'; +export * from './genesis.js'; +export * from './query.js'; +export * from './resource.js'; +export * from './tx.js'; +export * from './fee.js'; export const protobufPackage = "cheqd.resource.v2"; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/cheqd/resource/v2/index.js.map b/cheqd/resource/v2/index.js.map index 957c847..c962398 100644 --- a/cheqd/resource/v2/index.js.map +++ b/cheqd/resource/v2/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,MAAM,CAAC;AACrB,cAAc,OAAO,CAAA;AACrB,MAAM,CAAC,MAAM,eAAe,GAAG,mBAAmB,CAAA"} \ No newline at end of file +{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,MAAM,CAAC,MAAM,eAAe,GAAG,mBAAmB,CAAA"} \ No newline at end of file diff --git a/cheqd/resource/v2/index.ts b/cheqd/resource/v2/index.ts index 13c0d71..7b7fad2 100644 --- a/cheqd/resource/v2/index.ts +++ b/cheqd/resource/v2/index.ts @@ -1,6 +1,6 @@ -export * from './genesis'; -export * from './query'; -export * from './resource'; -export * from './tx'; -export * from './fee' +export * from './genesis.js' +export * from './query.js' +export * from './resource.js' +export * from './tx.js' +export * from './fee.js' export const protobufPackage = "cheqd.resource.v2" \ No newline at end of file