From a7bccb98de75230c91d7d7d119a72b8ad1c08867 Mon Sep 17 00:00:00 2001 From: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:57:30 +0200 Subject: [PATCH] build: Switch index exports (#83) --- cheqd/did/v2/index.js | 10 +++++----- cheqd/did/v2/index.js.map | 2 +- cheqd/did/v2/index.ts | 10 +++++----- cheqd/resource/v2/index.js | 10 +++++----- cheqd/resource/v2/index.js.map | 2 +- cheqd/resource/v2/index.ts | 10 +++++----- 6 files changed, 22 insertions(+), 22 deletions(-) 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