@fluidframework/fluid-static
Advanced tools
Comparing version 0.47.0-35961 to 0.47.0-36362
@@ -9,3 +9,3 @@ /*! | ||
import { IEvent, IEventProvider } from "@fluidframework/common-definitions"; | ||
import { IAudience, AttachState } from "@fluidframework/container-definitions"; | ||
import { AttachState } from "@fluidframework/container-definitions"; | ||
import { LoadableObjectClass, LoadableObjectRecord } from "./types"; | ||
@@ -35,10 +35,2 @@ import { RootDataObject } from "./rootDataObject"; | ||
get initialObjects(): Record<string, IFluidLoadable>; | ||
/** | ||
* @deprecated - Audience is being moved to the client packages | ||
*/ | ||
get audience(): IAudience; | ||
/** | ||
* @deprecated - clientId is being moved to the client packages | ||
*/ | ||
get clientId(): string | undefined; | ||
attach(): Promise<string>; | ||
@@ -45,0 +37,0 @@ create<T extends IFluidLoadable>(objectClass: LoadableObjectClass<T>): Promise<T>; |
@@ -35,14 +35,2 @@ "use strict"; | ||
} | ||
/** | ||
* @deprecated - Audience is being moved to the client packages | ||
*/ | ||
get audience() { | ||
return this.container.audience; | ||
} | ||
/** | ||
* @deprecated - clientId is being moved to the client packages | ||
*/ | ||
get clientId() { | ||
return this.container.clientId; | ||
} | ||
async attach() { | ||
@@ -49,0 +37,0 @@ if (this.attachState === container_definitions_1.AttachState.Detached) { |
@@ -9,3 +9,3 @@ /*! | ||
import { IEvent, IEventProvider } from "@fluidframework/common-definitions"; | ||
import { IAudience, AttachState } from "@fluidframework/container-definitions"; | ||
import { AttachState } from "@fluidframework/container-definitions"; | ||
import { LoadableObjectClass, LoadableObjectRecord } from "./types"; | ||
@@ -35,10 +35,2 @@ import { RootDataObject } from "./rootDataObject"; | ||
get initialObjects(): Record<string, IFluidLoadable>; | ||
/** | ||
* @deprecated - Audience is being moved to the client packages | ||
*/ | ||
get audience(): IAudience; | ||
/** | ||
* @deprecated - clientId is being moved to the client packages | ||
*/ | ||
get clientId(): string | undefined; | ||
attach(): Promise<string>; | ||
@@ -45,0 +37,0 @@ create<T extends IFluidLoadable>(objectClass: LoadableObjectClass<T>): Promise<T>; |
@@ -32,14 +32,2 @@ /*! | ||
} | ||
/** | ||
* @deprecated - Audience is being moved to the client packages | ||
*/ | ||
get audience() { | ||
return this.container.audience; | ||
} | ||
/** | ||
* @deprecated - clientId is being moved to the client packages | ||
*/ | ||
get clientId() { | ||
return this.container.clientId; | ||
} | ||
async attach() { | ||
@@ -46,0 +34,0 @@ if (this.attachState === AttachState.Detached) { |
{ | ||
"name": "@fluidframework/fluid-static", | ||
"version": "0.47.0-35961", | ||
"version": "0.47.0-36362", | ||
"description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.", | ||
@@ -32,17 +32,17 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/aqueduct": "0.47.0-35961", | ||
"@fluidframework/aqueduct": "0.47.0-36362", | ||
"@fluidframework/common-definitions": "^0.20.1", | ||
"@fluidframework/common-utils": "^0.32.1", | ||
"@fluidframework/container-definitions": "^0.39.8", | ||
"@fluidframework/container-loader": "0.47.0-35961", | ||
"@fluidframework/container-runtime-definitions": "0.47.0-35961", | ||
"@fluidframework/container-loader": "0.47.0-36362", | ||
"@fluidframework/container-runtime-definitions": "0.47.0-36362", | ||
"@fluidframework/core-interfaces": "^0.39.7", | ||
"@fluidframework/datastore-definitions": "0.47.0-35961", | ||
"@fluidframework/datastore-definitions": "0.47.0-36362", | ||
"@fluidframework/protocol-definitions": "^0.1024.0", | ||
"@fluidframework/request-handler": "0.47.0-35961", | ||
"@fluidframework/runtime-definitions": "0.47.0-35961", | ||
"@fluidframework/runtime-utils": "0.47.0-35961" | ||
"@fluidframework/request-handler": "0.47.0-36362", | ||
"@fluidframework/runtime-definitions": "0.47.0-36362", | ||
"@fluidframework/runtime-utils": "0.47.0-36362" | ||
}, | ||
"devDependencies": { | ||
"@fluid-experimental/get-container": "0.47.0-35961", | ||
"@fluid-experimental/get-container": "0.47.0-36362", | ||
"@fluidframework/build-common": "^0.22.0", | ||
@@ -49,0 +49,0 @@ "@fluidframework/eslint-config-fluid": "^0.23.0", |
@@ -9,3 +9,3 @@ /*! | ||
import { IEvent, IEventProvider } from "@fluidframework/common-definitions"; | ||
import { IAudience, AttachState } from "@fluidframework/container-definitions"; | ||
import { AttachState } from "@fluidframework/container-definitions"; | ||
import { LoadableObjectClass, LoadableObjectRecord } from "./types"; | ||
@@ -58,16 +58,2 @@ import { RootDataObject } from "./rootDataObject"; | ||
/** | ||
* @deprecated - Audience is being moved to the client packages | ||
*/ | ||
public get audience(): IAudience { | ||
return this.container.audience; | ||
} | ||
/** | ||
* @deprecated - clientId is being moved to the client packages | ||
*/ | ||
public get clientId() { | ||
return this.container.clientId; | ||
} | ||
public async attach() { | ||
@@ -74,0 +60,0 @@ if (this.attachState === AttachState.Detached) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222417
2391
+ Added@fluidframework/aqueduct@0.47.0-36362(transitive)
+ Added@fluidframework/container-loader@0.47.0-36362(transitive)
+ Added@fluidframework/container-runtime@0.47.0-36362(transitive)
+ Added@fluidframework/container-runtime-definitions@0.47.0-36362(transitive)
+ Added@fluidframework/container-utils@0.47.0-36362(transitive)
+ Added@fluidframework/datastore@0.47.0-36362(transitive)
+ Added@fluidframework/datastore-definitions@0.47.0-36362(transitive)
+ Added@fluidframework/driver-utils@0.47.0-36362(transitive)
+ Added@fluidframework/garbage-collector@0.47.0-36362(transitive)
+ Added@fluidframework/map@0.47.0-36362(transitive)
+ Added@fluidframework/request-handler@0.47.0-36362(transitive)
+ Added@fluidframework/runtime-definitions@0.47.0-36362(transitive)
+ Added@fluidframework/runtime-utils@0.47.0-36362(transitive)
+ Added@fluidframework/shared-object-base@0.47.0-36362(transitive)
+ Added@fluidframework/synthesize@0.47.0-36362(transitive)
+ Added@fluidframework/telemetry-utils@0.47.0-36362(transitive)
+ Added@fluidframework/view-interfaces@0.47.0-36362(transitive)
- Removed@fluidframework/aqueduct@0.47.0-35961(transitive)
- Removed@fluidframework/container-loader@0.47.0-35961(transitive)
- Removed@fluidframework/container-runtime@0.47.0-35961(transitive)
- Removed@fluidframework/container-runtime-definitions@0.47.0-35961(transitive)
- Removed@fluidframework/container-utils@0.47.0-35961(transitive)
- Removed@fluidframework/datastore@0.47.0-35961(transitive)
- Removed@fluidframework/datastore-definitions@0.47.0-35961(transitive)
- Removed@fluidframework/driver-utils@0.47.0-35961(transitive)
- Removed@fluidframework/garbage-collector@0.47.0-35961(transitive)
- Removed@fluidframework/map@0.47.0-35961(transitive)
- Removed@fluidframework/request-handler@0.47.0-35961(transitive)
- Removed@fluidframework/runtime-definitions@0.47.0-35961(transitive)
- Removed@fluidframework/runtime-utils@0.47.0-35961(transitive)
- Removed@fluidframework/shared-object-base@0.47.0-35961(transitive)
- Removed@fluidframework/synthesize@0.47.0-35961(transitive)
- Removed@fluidframework/telemetry-utils@0.47.0-35961(transitive)
- Removed@fluidframework/view-interfaces@0.47.0-35961(transitive)
Updated@fluidframework/container-runtime-definitions@0.47.0-36362