Skip to content

Commit 20997b3

Browse files
committed
Remove metadata references
1 parent 45d09e9 commit 20997b3

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,6 @@
123123
"typemoq": "^2.1.0",
124124
"typescript": "^3.8.3",
125125
"typescript-json-schema": "^0.40.0"
126-
}
126+
},
127+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
127128
}

src/clients/IOClients.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { IOContext } from '../service/worker/runtime/typings'
33
import { Billing, Builder, MessagesGraphQL, Settings } from './apps'
44
import { CatalogGraphQL } from './apps/catalogGraphQL/index'
55
import { ID, MasterData, PaymentProvider } from './external'
6-
import { Apps, Assets, BillingMetrics, Events, Metadata, Registry, Router, VBase, Workspaces } from './infra'
6+
import { Apps, Assets, BillingMetrics, Events, Registry, Router, VBase, Workspaces } from './infra'
77
import { IOClient, IOClientConstructor } from './IOClient'
88
import { LicenseManager, Segment, Session, TenantClient } from './janus'
99

@@ -57,10 +57,6 @@ export class IOClients {
5757
return this.getOrSet('messagesGraphQL', MessagesGraphQL)
5858
}
5959

60-
public get metadata() {
61-
return this.getOrSet('metadata', Metadata)
62-
}
63-
6460
public get registry() {
6561
return this.getOrSet('registry', Registry)
6662
}

src/clients/infra/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export * from './BillingMetrics'
44
export * from './Events'
55
export * from './Housekeeper'
66
export * from './InfraClient'
7-
export * from './Metadata'
87
export * from './Registry'
98
export * from './Router'
109
export * from './VBase'

0 commit comments

Comments
 (0)