Skip to content

Commit 5351f6a

Browse files
committed
chore(tenants): rename module-tenants to tenants
Signed-off-by: Timo Glastra <[email protected]>
1 parent 67daf73 commit 5351f6a

39 files changed

+31
-28
lines changed

packages/bbs-signatures/tests/bbs-signatures.e2e.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { W3cCredentialRepository } from '@aries-framework/core/src/modules/vc/repository'
21
import type { AgentContext } from '@aries-framework/core'
2+
import type { W3cCredentialRepository } from '@aries-framework/core/src/modules/vc/repository'
33

44
import {
55
VERIFICATION_METHOD_TYPE_ED25519_VERIFICATION_KEY_2018,
@@ -22,10 +22,10 @@ import {
2222
IndyWallet,
2323
Ed25519Signature2018,
2424
} from '@aries-framework/core'
25-
2625
import { SignatureSuiteRegistry } from '@aries-framework/core/src/modules/vc/SignatureSuiteRegistry'
2726
import { customDocumentLoader } from '@aries-framework/core/src/modules/vc/__tests__/documentLoader'
2827
import { getAgentConfig, getAgentContext } from '@aries-framework/core/tests/helpers'
28+
2929
import { BbsBlsSignature2020, BbsBlsSignatureProof2020, Bls12381g2SigningProvider } from '../src'
3030

3131
import { BbsBlsSignature2020Fixtures } from './fixtures'

packages/bbs-signatures/tests/bbs-signing-provider.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import {
88
SigningProviderRegistry,
99
IndyWallet,
1010
} from '@aries-framework/core'
11+
import testLogger from '@aries-framework/core/tests/logger'
1112
import { agentDependencies } from '@aries-framework/node'
1213
import { BBS_SIGNATURE_LENGTH } from '@mattrglobal/bbs-signatures'
1314

14-
import testLogger from '@aries-framework/core/tests/logger'
1515
import { Bls12381g2SigningProvider } from '../src'
1616

1717
import { describeSkipNode17And18 } from './util'

packages/module-tenants/README.md renamed to packages/tenants/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
alt="typescript"
2020
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
2121
/></a>
22-
<a href="https://www.npmjs.com/package/@aries-framework/module-tenants"
22+
<a href="https://www.npmjs.com/package/@aries-framework/tenants"
2323
><img
24-
alt="@aries-framework/module-tenants version"
25-
src="https://img.shields.io/npm/v/@aries-framework/module-tenants"
24+
alt="@aries-framework/tenants version"
25+
src="https://img.shields.io/npm/v/@aries-framework/tenants"
2626
/></a>
2727

2828
</p>

packages/module-tenants/package.json renamed to packages/tenants/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@aries-framework/module-tenants",
2+
"name": "@aries-framework/tenants",
33
"main": "build/index",
44
"types": "build/index",
55
"version": "0.2.5",
@@ -10,11 +10,11 @@
1010
"publishConfig": {
1111
"access": "public"
1212
},
13-
"homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/module-tenants",
13+
"homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/tenants",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/hyperledger/aries-framework-javascript",
17-
"directory": "packages/module-tenants"
17+
"directory": "packages/tenants"
1818
},
1919
"scripts": {
2020
"build": "yarn run clean && yarn run compile",

0 commit comments

Comments
 (0)