@fluid-experimental/attributor
Advanced tools
Comparing version 2.0.0-rc.5.0.0 to 2.1.0-274160
@@ -7,8 +7,4 @@ ## Alpha API Report File for "@fluid-experimental/attributor" | ||
import { AttributionInfo } from '@fluidframework/runtime-definitions/internal'; | ||
import { AttributionKey } from '@fluidframework/runtime-definitions/internal'; | ||
import { ContainerRuntime } from '@fluidframework/container-runtime/internal'; | ||
// (No @packageDocumentation comment for this package) | ||
``` |
@@ -7,8 +7,4 @@ ## Beta API Report File for "@fluid-experimental/attributor" | ||
import { AttributionInfo } from '@fluidframework/runtime-definitions/internal'; | ||
import { AttributionKey } from '@fluidframework/runtime-definitions/internal'; | ||
import { ContainerRuntime } from '@fluidframework/container-runtime/internal'; | ||
// (No @packageDocumentation comment for this package) | ||
``` |
@@ -7,8 +7,4 @@ ## Public API Report File for "@fluid-experimental/attributor" | ||
import { AttributionInfo } from '@fluidframework/runtime-definitions/internal'; | ||
import { AttributionKey } from '@fluidframework/runtime-definitions/internal'; | ||
import { ContainerRuntime } from '@fluidframework/container-runtime/internal'; | ||
// (No @packageDocumentation comment for this package) | ||
``` |
{ | ||
"name": "@fluid-experimental/attributor", | ||
"version": "2.0.0-rc.5.0.0", | ||
"version": "2.1.0-274160", | ||
"description": "Operation attributor", | ||
@@ -50,13 +50,13 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/container-runtime": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/container-runtime-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/core-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/datastore-definitions": ">=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/runtime-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluid-internal/client-utils": "2.1.0-274160", | ||
"@fluidframework/container-definitions": "2.1.0-274160", | ||
"@fluidframework/container-runtime": "2.1.0-274160", | ||
"@fluidframework/container-runtime-definitions": "2.1.0-274160", | ||
"@fluidframework/core-interfaces": "2.1.0-274160", | ||
"@fluidframework/core-utils": "2.1.0-274160", | ||
"@fluidframework/datastore-definitions": "2.1.0-274160", | ||
"@fluidframework/driver-definitions": "2.1.0-274160", | ||
"@fluidframework/runtime-definitions": "2.1.0-274160", | ||
"@fluidframework/runtime-utils": "2.1.0-274160", | ||
"@fluidframework/telemetry-utils": "2.1.0-274160", | ||
"lz4js": "^0.2.0" | ||
@@ -67,4 +67,4 @@ }, | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluid-internal/mocha-test-setup": "2.1.0-274160", | ||
"@fluid-private/stochastic-test-utils": "2.1.0-274160", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
@@ -74,5 +74,5 @@ "@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/merge-tree": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/sequence": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0", | ||
"@fluidframework/merge-tree": "2.1.0-274160", | ||
"@fluidframework/sequence": "2.1.0-274160", | ||
"@fluidframework/test-runtime-utils": "2.1.0-274160", | ||
"@microsoft/api-extractor": "^7.45.1", | ||
@@ -131,5 +131,5 @@ "@types/mocha": "^9.1.1", | ||
"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" | ||
} | ||
} |
189476
+ Added@fluid-internal/client-utils@2.1.0-274160(transitive)
+ Added@fluidframework/container-definitions@2.1.0-274160(transitive)
+ Added@fluidframework/container-runtime@2.1.0-274160(transitive)
+ Added@fluidframework/container-runtime-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/datastore@2.1.0-274160(transitive)
+ Added@fluidframework/datastore-definitions@2.1.0-274160(transitive)
+ Added@fluidframework/driver-definitions@2.1.0-274160(transitive)
+ Added@fluidframework/driver-utils@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/runtime-utils@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/container-runtime@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/container-runtime-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/datastore@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/datastore-definitions@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/driver-utils@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/runtime-utils@2.0.0-rc.5.0.8(transitive)
- Removed@fluidframework/telemetry-utils@2.0.0-rc.5.0.8(transitive)
Updated@fluidframework/container-runtime-definitions@2.1.0-274160