@fluidframework/datastore-definitions
Advanced tools
Comparing version 2.0.0-rc.5.0.0 to 2.1.0-274160
@@ -7,22 +7,2 @@ ## Alpha API Report File for "@fluidframework/datastore-definitions" | ||
import type { AttachState } from '@fluidframework/container-definitions'; | ||
import type { ErasedType } from '@fluidframework/core-interfaces'; | ||
import type { FluidObject } from '@fluidframework/core-interfaces'; | ||
import type { IAudience } from '@fluidframework/container-definitions'; | ||
import type { IDisposable } from '@fluidframework/core-interfaces'; | ||
import type { IEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEventProvider } from '@fluidframework/core-interfaces'; | ||
import type { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IFluidHandle } from '@fluidframework/core-interfaces'; | ||
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal'; | ||
import type { IFluidLoadable } from '@fluidframework/core-interfaces'; | ||
import type { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IIdCompressor } from '@fluidframework/id-compressor'; | ||
import type { IInboundSignalMessage } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IQuorumClients } from '@fluidframework/driver-definitions'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal'; | ||
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces'; | ||
import type { ITelemetryContext } from '@fluidframework/runtime-definitions/internal'; | ||
// @alpha (undocumented) | ||
@@ -29,0 +9,0 @@ export interface IChannel extends IFluidLoadable { |
@@ -7,22 +7,2 @@ ## Beta API Report File for "@fluidframework/datastore-definitions" | ||
import type { AttachState } from '@fluidframework/container-definitions'; | ||
import type { ErasedType } from '@fluidframework/core-interfaces'; | ||
import type { FluidObject } from '@fluidframework/core-interfaces'; | ||
import type { IAudience } from '@fluidframework/container-definitions'; | ||
import type { IDisposable } from '@fluidframework/core-interfaces'; | ||
import type { IEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEventProvider } from '@fluidframework/core-interfaces'; | ||
import type { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IFluidHandle } from '@fluidframework/core-interfaces'; | ||
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal'; | ||
import type { IFluidLoadable } from '@fluidframework/core-interfaces'; | ||
import type { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IIdCompressor } from '@fluidframework/id-compressor'; | ||
import type { IInboundSignalMessage } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IQuorumClients } from '@fluidframework/driver-definitions'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal'; | ||
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces'; | ||
import type { ITelemetryContext } from '@fluidframework/runtime-definitions/internal'; | ||
``` |
@@ -7,22 +7,2 @@ ## Public API Report File for "@fluidframework/datastore-definitions" | ||
import type { AttachState } from '@fluidframework/container-definitions'; | ||
import type { ErasedType } from '@fluidframework/core-interfaces'; | ||
import type { FluidObject } from '@fluidframework/core-interfaces'; | ||
import type { IAudience } from '@fluidframework/container-definitions'; | ||
import type { IDisposable } from '@fluidframework/core-interfaces'; | ||
import type { IEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEventProvider } from '@fluidframework/core-interfaces'; | ||
import type { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IFluidHandle } from '@fluidframework/core-interfaces'; | ||
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal'; | ||
import type { IFluidLoadable } from '@fluidframework/core-interfaces'; | ||
import type { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IIdCompressor } from '@fluidframework/id-compressor'; | ||
import type { IInboundSignalMessage } from '@fluidframework/runtime-definitions/internal'; | ||
import type { IQuorumClients } from '@fluidframework/driver-definitions'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal'; | ||
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces'; | ||
import type { ITelemetryContext } from '@fluidframework/runtime-definitions/internal'; | ||
``` |
{ | ||
"name": "@fluidframework/datastore-definitions", | ||
"version": "2.0.0-rc.5.0.0", | ||
"version": "2.1.0-274160", | ||
"description": "Fluid data store definitions", | ||
@@ -44,7 +44,7 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/id-compressor": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0" | ||
"@fluidframework/container-definitions": "2.1.0-274160", | ||
"@fluidframework/core-interfaces": "2.1.0-274160", | ||
"@fluidframework/driver-definitions": "2.1.0-274160", | ||
"@fluidframework/id-compressor": "2.1.0-274160", | ||
"@fluidframework/runtime-definitions": "2.1.0-274160" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
"@fluidframework/build-tools": "^0.39.0", | ||
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-rc.4.0.0", | ||
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-rc.5.0.0", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
@@ -77,3 +77,5 @@ "@microsoft/api-extractor": "^7.45.1", | ||
"build:compile": "fluid-build . --task compile", | ||
"build:docs": "api-extractor run --local", | ||
"build:docs": "concurrently \"npm:build:docs:*\"", | ||
"build:docs:current": "api-extractor run --local", | ||
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json", | ||
"build:esnext": "tsc --project ./tsconfig.json", | ||
@@ -93,3 +95,5 @@ "build:test": "npm run build:test:esm && npm run build:test:cjs", | ||
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore", | ||
"ci:build:docs": "api-extractor run", | ||
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"", | ||
"ci:build:docs:current": "api-extractor run", | ||
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json", | ||
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp", | ||
@@ -104,5 +108,5 @@ "eslint": "eslint --format stylish src", | ||
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist", | ||
"typetests:gen": "flub generate typetests --dir . -v --publicFallback", | ||
"typetests:gen": "flub generate typetests --dir . -v", | ||
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize" | ||
} | ||
} |
60
1777
123801
+ Added@fluid-internal/client-utils@2.1.0-274160(transitive)
+ Added@fluidframework/container-definitions@2.1.0-274160(transitive)
+ Added@fluidframework/core-interfaces@2.1.0-274160(transitive)
+ Added@fluidframework/core-utils@2.1.0-274160(transitive)
+ Added@fluidframework/driver-definitions@2.1.0-274160(transitive)
+ Added@fluidframework/id-compressor@2.1.0-274160(transitive)
+ Added@fluidframework/runtime-definitions@2.1.0-274160(transitive)
+ Added@fluidframework/telemetry-utils@2.1.0-274160(transitive)
- Removed@fluid-internal/client-utils@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/container-definitions@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/core-utils@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/id-compressor@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/runtime-definitions@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/telemetry-utils@2.0.0-rc.5.0.8(transitive)