Main branch bumped to 1.1.0 (#10565)
* Policy check. * [bump] package version to 1.1.0 for development after client release @fluidframework/build-common: 0.24.0 (unchanged) @fluidframework/eslint-config-fluid: 0.29.1000 (unchanged) @fluidframework/common-definitions: 0.21.1000 (unchanged) @fluidframework/common-utils: 0.33.1000 (unchanged) @fluidframework/protocol-definitions: 0.1029.1000 (unchanged) Azure: 0.60.1000 (unchanged) Server: 0.1037.1000 (unchanged) Client: 1.0.0 -> 1.1.0 @fluid-tools/benchmark: 0.41.0 (unchanged) tinylicious: 0.4.0 (unchanged) @fluidframework/azure-local-service: 0.1.0 (unchanged) * lint fixes.
This commit is contained in:
Родитель
acc0cf33e2
Коммит
ab2952754c
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/collaborative-textarea",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "A minimal example using the react collaborative-textarea",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,24 +38,24 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluid-experimental/react-inputs": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluid-experimental/react-inputs": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2",
|
||||
"style-loader": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/contact-collection",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Example of using a Fluid Object as a collection of items",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,12 +38,12 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/spaces",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Spaces is a grid layout component",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,20 +40,20 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/clicker": "^1.0.0",
|
||||
"@fluid-example/codemirror": "^1.0.0",
|
||||
"@fluid-example/collaborative-textarea": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": "^1.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": "^1.0.0",
|
||||
"@fluid-example/prosemirror": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/clicker": "^1.1.0",
|
||||
"@fluid-example/codemirror": "^1.1.0",
|
||||
"@fluid-example/collaborative-textarea": "^1.1.0",
|
||||
"@fluid-example/multiview-coordinate-model": "^1.1.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": "^1.1.0",
|
||||
"@fluid-example/prosemirror": "^1.1.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0",
|
||||
"office-ui-fabric-react": "^7.28.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.10.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/view-framework-sampler",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Example of integrating a Fluid data object with a variety of view frameworks.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,8 +38,8 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"css-loader": "^1.0.0",
|
||||
"react": "^16.10.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/canvas",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Fluid ink canvas",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,15 +42,15 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/ink": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/ink": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/clicker",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Minimal Fluid component sample to implement a collaborative counter.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,21 +42,21 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluid-experimental/task-manager": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluid-experimental/task-manager": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/counter": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/counter": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/codemirror",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Simple markdown editor",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,26 +40,26 @@
|
|||
"webpack:dev": "webpack --env=\"development\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"@types/codemirror": "0.0.76",
|
||||
"codemirror": "^5.48.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/diceroller",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Minimal Fluid Container & Object sample to implement a collaborative dice roller.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,15 +42,15 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/focus-tracker",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Example Data Object that tracks page focus for Audience members using signals.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -37,11 +37,11 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/data-objects": "^1.0.0",
|
||||
"@fluid-experimental/data-objects": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/tinylicious-client": "^1.0.0",
|
||||
"fluid-framework": "^1.0.0"
|
||||
"@fluidframework/tinylicious-client": "^1.1.0",
|
||||
"fluid-framework": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/monaco",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Monaco code editor",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,19 +40,19 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@types/node": "^14.18.0",
|
||||
"monaco-editor": "^0.30.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-constellation-model",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Constellation model for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -41,15 +41,15 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.1.0",
|
||||
"@fluid-example/multiview-coordinate-model": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0"
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-constellation-view",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "View for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,12 +42,12 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.1.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-container",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Container for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,23 +42,23 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-constellation-model": "^1.0.0",
|
||||
"@fluid-example/multiview-constellation-view": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": "^1.0.0",
|
||||
"@fluid-example/multiview-plot-coordinate-view": "^1.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": "^1.0.0",
|
||||
"@fluid-example/multiview-triangle-view": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0",
|
||||
"@fluid-example/multiview-constellation-model": "^1.1.0",
|
||||
"@fluid-example/multiview-constellation-view": "^1.1.0",
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.1.0",
|
||||
"@fluid-example/multiview-coordinate-model": "^1.1.0",
|
||||
"@fluid-example/multiview-plot-coordinate-view": "^1.1.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": "^1.1.0",
|
||||
"@fluid-example/multiview-triangle-view": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-coordinate-model",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Coordinate model for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -41,13 +41,13 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/map": "^1.0.0"
|
||||
"@fluidframework/map": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-coordinate-interface",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Interface for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-plot-coordinate-view",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "View for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,11 +42,11 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-slider-coordinate-view",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "View for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,11 +42,11 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-triangle-view",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "View for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,11 +42,11 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/prosemirror",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "ProseMirror",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,22 +40,22 @@
|
|||
"webpack:dev": "webpack --env=\"development\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"@types/prosemirror-model": "^1.7.2",
|
||||
"@types/prosemirror-schema-list": "^1.0.1",
|
||||
"@types/prosemirror-state": "^1.2.3",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"prosemirror-view": "^1.10.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/shared-text",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Shared text",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,30 +42,30 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/undo-redo": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/undo-redo": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"bootstrap": "^3.3.7",
|
||||
"debug": "^4.1.1",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/smde",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Simple markdown editor",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -39,25 +39,25 @@
|
|||
"webpack:dev": "webpack --env=\"development\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"marked": "^2.0.3",
|
||||
"simplemde": "^1.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/table-document",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Chaincode component containing a table's data",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -52,26 +52,26 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/test-version-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@fluidframework/test-version-utils": "^1.1.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/table-view",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Chaincode component that provides a view for a table-document.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,21 +42,21 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/table-document": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/table-document": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/matrix": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/matrix": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"@tiny-calc/micro": "0.0.0-alpha.5",
|
||||
"source-map-loader": "^2.0.0",
|
||||
"url-loader": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/task-selection",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Example demonstrating selecting a unique task amongst connected Fluid clients",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,16 +38,16 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluid-experimental/task-manager": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluid-experimental/task-manager": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"style-loader": "^1.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/todo",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Simple todo canvas.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,24 +42,24 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/react-inputs": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0",
|
||||
"@fluid-experimental/react-inputs": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/vltava",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Vltava is a Application Experience",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,24 +40,24 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/clicker": "^1.0.0",
|
||||
"@fluid-example/codemirror": "^1.0.0",
|
||||
"@fluid-example/prosemirror": "^1.0.0",
|
||||
"@fluid-example/spaces": "^1.0.0",
|
||||
"@fluid-experimental/last-edited": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/clicker": "^1.1.0",
|
||||
"@fluid-example/codemirror": "^1.1.0",
|
||||
"@fluid-example/prosemirror": "^1.1.0",
|
||||
"@fluid-example/spaces": "^1.1.0",
|
||||
"@fluid-experimental/last-edited": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"office-ui-fabric-react": "^7.28.1",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/webflow",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Collaborative markdown editor.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -74,29 +74,29 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/data-object-base": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/data-object-base": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"debug": "^4.1.1",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/test-version-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@fluidframework/test-version-utils": "^1.1.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/app-integration-container-views",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Minimal Fluid Container & data store sample to implement a collaborative dice roller as a standalone app.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -37,17 +37,17 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/app-integration-external-views",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Minimal Fluid Container & Data Object sample to implement a collaborative dice roller as a standalone app.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,8 +38,8 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"css-loader": "^1.0.0",
|
||||
"style-loader": "^1.0.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/app-integration-schema-upgrade",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Using external data to initialize the container state and serialize out afterwards.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,26 +38,26 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluid-experimental/react-inputs": "^1.0.0",
|
||||
"@fluid-experimental/task-manager": "^1.0.0",
|
||||
"@fluid-internal/quorum": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/cell": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluid-experimental/react-inputs": "^1.1.0",
|
||||
"@fluid-experimental/task-manager": "^1.1.0",
|
||||
"@fluid-internal/quorum": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/cell": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/register-collection": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/driver-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/register-collection": "^1.1.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.1.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-internal/hosts-sample",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Sample Fluid container host",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -30,17 +30,17 @@
|
|||
"webpack": "webpack --config webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/routerlicious-driver": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/web-code-loader": "^1.0.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"@fluidframework/web-code-loader": "^1.1.0",
|
||||
"react": "^16.10.2",
|
||||
"semver": "^7.3.4"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/iframe-host",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "IFrame Host",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,22 +38,22 @@
|
|||
"webpack": "webpack --env build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/todo": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/iframe-driver": "^1.0.0",
|
||||
"@fluid-example/todo": "^1.1.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/driver-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/iframe-driver": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/routerlicious-driver": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0",
|
||||
"@fluidframework/web-code-loader": "^1.0.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0",
|
||||
"@fluidframework/web-code-loader": "^1.1.0",
|
||||
"comlink": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bundle-size-tests",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "A package for understanding the bundle size of Fluid Framework",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -28,13 +28,13 @@
|
|||
"webpack:profile": "npm run webpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/matrix": "^1.0.0",
|
||||
"@fluidframework/odsp-driver": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/matrix": "^1.1.0",
|
||||
"@fluidframework/odsp-driver": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"source-map-loader": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/example-utils",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Shared utilities used by examples.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -33,12 +33,12 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/view-adapters": "^1.0.0"
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/view-adapters": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/partial-checkout",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "A sample using property-dds and property-binder to create a reactive application.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -35,36 +35,36 @@
|
|||
"webpack": "webpack --color --no-stats"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluid-experimental/property-binder": "^1.0.0",
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-common": "^1.0.0",
|
||||
"@fluid-experimental/property-dds": "^1.0.0",
|
||||
"@fluid-experimental/property-inspector-table": "^1.0.0",
|
||||
"@fluid-experimental/property-properties": "^1.0.0",
|
||||
"@fluid-experimental/property-proxy": "^1.0.0",
|
||||
"@fluid-experimental/schemas": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluid-experimental/property-binder": "^1.1.0",
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-common": "^1.1.0",
|
||||
"@fluid-experimental/property-dds": "^1.1.0",
|
||||
"@fluid-experimental/property-inspector-table": "^1.1.0",
|
||||
"@fluid-experimental/property-properties": "^1.1.0",
|
||||
"@fluid-experimental/property-proxy": "^1.1.0",
|
||||
"@fluid-experimental/schemas": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/data-object-base": "^1.0.0",
|
||||
"@fluidframework/datastore": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/data-object-base": "^1.1.0",
|
||||
"@fluidframework/datastore": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-inspector",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "TreeTable representation for property-dds which allow browsing, editing and searching.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -35,34 +35,34 @@
|
|||
"webpack": "webpack --color --no-stats"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": "^1.0.0",
|
||||
"@fluid-experimental/property-binder": "^1.0.0",
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-common": "^1.0.0",
|
||||
"@fluid-experimental/property-dds": "^1.0.0",
|
||||
"@fluid-experimental/property-inspector-table": "^1.0.0",
|
||||
"@fluid-experimental/property-properties": "^1.0.0",
|
||||
"@fluid-experimental/property-proxy": "^1.0.0",
|
||||
"@fluid-experimental/schemas": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-experimental/get-container": "^1.1.0",
|
||||
"@fluid-experimental/property-binder": "^1.1.0",
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-common": "^1.1.0",
|
||||
"@fluid-experimental/property-dds": "^1.1.0",
|
||||
"@fluid-experimental/property-inspector-table": "^1.1.0",
|
||||
"@fluid-experimental/property-properties": "^1.1.0",
|
||||
"@fluid-experimental/property-proxy": "^1.1.0",
|
||||
"@fluid-experimental/schemas": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/data-object-base": "^1.0.0",
|
||||
"@fluidframework/datastore": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/data-object-base": "^1.1.0",
|
||||
"@fluidframework/datastore": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/request-handler": "^1.0.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluidframework/request-handler": "^1.1.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"@hig/fonts": "^1.0.2",
|
||||
"@material-ui/core": "^4.0.0",
|
||||
"@material-ui/lab": "^4.0.0-alpha.16",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/schemas",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Centralized package for storing schemas used by the samples.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-binder",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Data Binder for Fluid PropertyDDS",
|
||||
"keywords": [],
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -65,9 +65,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.7",
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-dds": "^1.0.0",
|
||||
"@fluid-experimental/property-properties": "^1.0.0",
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-dds": "^1.1.0",
|
||||
"@fluid-experimental/property-properties": "^1.1.0",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -76,8 +76,8 @@
|
|||
"@babel/plugin-transform-runtime": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"async": "^3.2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-changeset",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "property changeset definitions and related functionalities",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,7 +61,7 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-common": "^1.0.0",
|
||||
"@fluid-experimental/property-common": "^1.1.0",
|
||||
"ajv": "7.1.1",
|
||||
"ajv-keywords": "4.0.0",
|
||||
"async": "^3.2.0",
|
||||
|
@ -72,7 +72,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/lodash": "^4.14.118",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-common",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "common functions used in properties",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -70,7 +70,7 @@
|
|||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-internal/platform-dependent",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Helper package that separates code for browser and server.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/property-common";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-dds",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "definition of the property distributed data store",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -35,16 +35,16 @@
|
|||
"tsc": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-properties": "^1.0.0",
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-properties": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"axios": "^0.26.0",
|
||||
"fastest-json-copy": "^1.0.1",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -52,16 +52,16 @@
|
|||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/property-common": "^1.0.0",
|
||||
"@fluid-experimental/property-common": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/driver-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": "^1.1.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/local-driver": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/local-driver": "^1.1.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"@fluidframework/server-local-server": "^0.1036.4000",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-inspector-table",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Property Inspector Table component",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -55,11 +55,11 @@
|
|||
"@babel/eslint-parser": "^7.16.5",
|
||||
"@babel/plugin-transform-runtime": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@fluid-experimental/property-binder": "^1.0.0",
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-dds": "^1.0.0",
|
||||
"@fluid-experimental/property-properties": "^1.0.0",
|
||||
"@fluid-experimental/property-proxy": "^1.0.0",
|
||||
"@fluid-experimental/property-binder": "^1.1.0",
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-dds": "^1.1.0",
|
||||
"@fluid-experimental/property-properties": "^1.1.0",
|
||||
"@fluid-experimental/property-proxy": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@storybook/addon-actions": "^6.4.22",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-properties",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "definitions of properties",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,8 +61,8 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-common": "^1.0.0",
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-common": "^1.1.0",
|
||||
"ajv": "7.1.1",
|
||||
"async": "^3.2.0",
|
||||
"fastest-json-copy": "^1.0.1",
|
||||
|
@ -73,7 +73,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"chai": "^4.2.0",
|
||||
"concurrently": "^6.2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-proxy",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Proxify PropertyTree to interact with them in a JavaScript like manner",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -36,8 +36,8 @@
|
|||
"tsc": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-properties": "^1.0.0"
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-properties": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/property-proxy";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-query",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "QueryService implementation",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -21,8 +21,8 @@
|
|||
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-common": "^1.0.0",
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-common": "^1.1.0",
|
||||
"ajv": "7.1.1",
|
||||
"async": "^3.2.0",
|
||||
"http-status": "1.3.2",
|
||||
|
@ -35,8 +35,8 @@
|
|||
"traverse": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/property-properties": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluid-experimental/property-properties": "^1.1.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"chai": "^4.2.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"mocha": "^10.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-query-service",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Moira service",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,10 +42,10 @@
|
|||
"tempDirectory": "coverage/tmp"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": "^1.0.0",
|
||||
"@fluid-experimental/property-common": "^1.0.0",
|
||||
"@fluid-experimental/property-properties": "^1.0.0",
|
||||
"@fluid-experimental/property-query": "^1.0.0",
|
||||
"@fluid-experimental/property-changeset": "^1.1.0",
|
||||
"@fluid-experimental/property-common": "^1.1.0",
|
||||
"@fluid-experimental/property-properties": "^1.1.0",
|
||||
"@fluid-experimental/property-query": "^1.1.0",
|
||||
"async": "^3.2.0",
|
||||
"basicauth-middleware": "2.0.0",
|
||||
"body-parser": "^1.18.3",
|
||||
|
@ -69,13 +69,13 @@
|
|||
"sleep-promise": "8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/property-dds": "^1.0.0",
|
||||
"@fluid-experimental/property-dds": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/local-driver": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/local-driver": "^1.1.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/server-local-server": "^0.1036.4000",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"aws-sdk": "2.547.0",
|
||||
"chai": "^4.2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/ot",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Distributed data structure for hosting ottypes",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -60,18 +60,18 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0"
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/ot";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/sharejs-json1",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Distributed data structure for hosting ottypes",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -60,20 +60,20 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/ot": "^1.0.0",
|
||||
"@fluid-experimental/ot": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"ot-json1": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/sharejs-json1";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/tree-graphql",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Prototype using GraphQL to access a distributed tree",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -36,7 +36,7 @@
|
|||
"tsc": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/tree": "^1.0.0",
|
||||
"@fluid-experimental/tree": "^1.1.0",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@graphql-codegen/plugin-helpers": "^1.18.2",
|
||||
"@graphql-codegen/visitor-plugin-common": "^1.18.2",
|
||||
|
@ -44,8 +44,8 @@
|
|||
"graphql-tools": "^7.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@graphql-codegen/cli": "1.20.1",
|
||||
"@graphql-codegen/typescript": "1.20.2",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/tree",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Distributed tree",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -38,13 +38,13 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/telemetry-utils": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"@fluidframework/telemetry-utils": "^1.1.0",
|
||||
"buffer": "^6.0.3",
|
||||
"denque": "^1.5.1",
|
||||
"lru-cache": "^6.0.0",
|
||||
|
@ -52,19 +52,19 @@
|
|||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/stochastic-test-utils": "^1.0.0",
|
||||
"@fluid-internal/stochastic-test-utils": "^1.1.0",
|
||||
"@fluid-tools/benchmark": "^0.40.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-driver-definitions": "^1.0.0",
|
||||
"@fluidframework/test-drivers": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-utils": "^1.0.0",
|
||||
"@fluidframework/undo-redo": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/test-driver-definitions": "^1.1.0",
|
||||
"@fluidframework/test-drivers": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@fluidframework/test-utils": "^1.1.0",
|
||||
"@fluidframework/undo-redo": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/xtree",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Converged tree DDS",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -60,22 +60,22 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-base": "^0.1036.4000",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/telemetry-utils": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"@fluidframework/telemetry-utils": "^1.1.0",
|
||||
"tslib": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/xtree";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bubblebench-baseline",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Bubblemark inspired DDS benchmark",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,18 +42,18 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/bubblebench-common": "1.0.0",
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/bubblebench-common": "^1.1.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bubblebench-common",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Bubblemark inspired DDS benchmark",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -54,13 +54,13 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/tree": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/view-interfaces": "^1.0.0",
|
||||
"@fluid-experimental/tree": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/view-interfaces": "^1.1.0",
|
||||
"best-random": "^1.0.0",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2",
|
||||
|
@ -69,7 +69,7 @@
|
|||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bubblebench-ot",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Bubblemark inspired DDS benchmark",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,20 +42,20 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/bubblebench-common": "1.0.0",
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluid-experimental/sharejs-json1": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/bubblebench-common": "^1.1.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluid-experimental/sharejs-json1": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"ot-json1": "^1.0.1",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bubblebench-sharedtree",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Bubblemark inspired DDS benchmark",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,19 +42,19 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/bubblebench-common": "^1.0.0",
|
||||
"@fluid-example/example-utils": "^1.0.0",
|
||||
"@fluid-experimental/tree": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluid-example/bubblebench-common": "^1.1.0",
|
||||
"@fluid-example/example-utils": "^1.1.0",
|
||||
"@fluid-experimental/tree": "^1.1.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/data-objects",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "A collection of ready to use Fluid Data Objects",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -31,12 +31,12 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/map": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0"
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/map": "^1.1.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/get-container",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Tool for getting a container for testing app scenarios",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -30,17 +30,17 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-loader": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/local-driver": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-loader": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/driver-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/local-driver": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/routerlicious-driver": "^1.0.0",
|
||||
"@fluidframework/routerlicious-driver": "^1.1.0",
|
||||
"@fluidframework/server-local-server": "^0.1036.4000",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@fluidframework/tinylicious-driver": "^1.1.0",
|
||||
"jsonwebtoken": "^8.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/last-edited",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Tracks the last edited information in the Container.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -54,19 +54,19 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^1.0.0",
|
||||
"@fluidframework/aqueduct": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/shared-summary-block": "^1.0.0"
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/shared-summary-block": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/last-edited";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/react-inputs",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "React support for the Aqueduct framework.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -32,11 +32,11 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/cell": "^1.0.0",
|
||||
"@fluidframework/cell": "^1.1.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/sequence": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/sequence": "^1.1.0",
|
||||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
"experimental/**",
|
||||
"packages/**"
|
||||
],
|
||||
"version": "1.0.0"
|
||||
"version": "1.1.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/container-definitions",
|
||||
"version": "0.49.1000",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/container-definitions",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Fluid container definitions",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -40,8 +40,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/driver-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/core-interfaces",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/core-interfaces",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Fluid object interfaces",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/driver-definitions",
|
||||
"version": "0.47.1000",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/driver-definitions",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Fluid driver definitions",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -38,7 +38,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/cell",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Distributed data structure for a single value",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,21 +61,21 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0"
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/cell-previous": "npm:@fluidframework/cell@0.59.3000",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/cell";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/counter",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Counter DDS",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -59,20 +59,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0"
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/counter-previous": "npm:@fluidframework/counter@0.59.3000",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/counter";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/ink",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Ink DDS",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,12 +61,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -74,8 +74,8 @@
|
|||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/ink-previous": "npm:@fluidframework/ink@^0.59.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/ink";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/map",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Distributed map",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -62,24 +62,24 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/container-utils": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"path-browserify": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/map-previous": "npm:@fluidframework/map@^0.59.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/map";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/matrix",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Distributed matrix",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,26 +61,26 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/protocol-base": "^0.1036.4000",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/telemetry-utils": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"@fluidframework/telemetry-utils": "^1.1.0",
|
||||
"@tiny-calc/nano": "0.0.0-alpha.5",
|
||||
"tslib": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@^0.59.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@tiny-calc/micro": "0.0.0-alpha.5",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/matrix";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/merge-tree",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Merge tree",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,23 +61,23 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-utils": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/telemetry-utils": "^1.0.0"
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"@fluidframework/telemetry-utils": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@^0.58.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/diff": "^3.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/ordered-collection",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Consensus Collection",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,22 +61,22 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@^0.59.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/ordered-collection";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-internal/quorum",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Distributed data structure for key-value pairs using quorum consensus",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -62,19 +62,19 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0"
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-internal/quorum";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
* Licensed under the MIT License.
|
||||
*/
|
||||
|
||||
/* eslint-disable unicorn/numeric-separators-style */
|
||||
/* eslint-disable unicorn/number-literal-case */
|
||||
|
||||
// eslint-disable-next-line unicorn/prefer-node-protocol
|
||||
import { EventEmitter } from "events";
|
||||
|
||||
|
@ -351,8 +354,10 @@ export class Quorum extends SharedObject<IQuorumEvents> implements IQuorum {
|
|||
): void => {
|
||||
const pending = this.values.get(key)?.pending;
|
||||
// We don't resubmit accepts on reconnect so this should only run for expected accepts.
|
||||
assert(pending !== undefined, "Unexpected accept op, nothing pending");
|
||||
assert(pending.expectedSignoffs.includes(clientId), "Unexpected accept op, client not in expectedSignoffs");
|
||||
assert(pending !== undefined, 0x2f8 /* Unexpected accept op, nothing pending */);
|
||||
assert(
|
||||
pending.expectedSignoffs.includes(clientId),
|
||||
0x2f9 /* Unexpected accept op, client not in expectedSignoffs */);
|
||||
|
||||
// Remove the client from the expected signoffs
|
||||
pending.expectedSignoffs = pending.expectedSignoffs.filter(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/register-collection",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Consensus Register",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,21 +61,21 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-base": "^0.1036.4000",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0"
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@^0.59.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/register-collection";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/sequence",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Distributed sequence",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -64,28 +64,28 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/merge-tree": "^1.0.0",
|
||||
"@fluidframework/container-utils": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/merge-tree": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/telemetry-utils": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"@fluidframework/telemetry-utils": "^1.1.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/stochastic-test-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/stochastic-test-utils": "^1.1.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/gitresources": "^0.1036.4000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@^0.58.0",
|
||||
"@fluidframework/server-services-client": "^0.1036.4000",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/diff": "^3.5.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/sequence";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/shared-object-base",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Fluid base class for shared distributed data structures",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -63,23 +63,23 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-runtime": "^1.0.0",
|
||||
"@fluidframework/container-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-runtime": "^1.1.0",
|
||||
"@fluidframework/container-utils": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/runtime-utils": "^1.0.0",
|
||||
"@fluidframework/telemetry-utils": "^1.0.0",
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/runtime-utils": "^1.1.0",
|
||||
"@fluidframework/telemetry-utils": "^1.1.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@^0.59.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/shared-object-base";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/shared-summary-block",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "A DDS that does not generate ops but is part of summary",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -62,20 +62,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0"
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@^0.59.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/benchmark": "^2.1.0",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/shared-summary-block";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/task-manager",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Distributed data structure for queueing exclusive tasks",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -62,23 +62,23 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^0.32.1",
|
||||
"@fluidframework/container-definitions": "^1.0.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": "^1.0.0",
|
||||
"@fluidframework/driver-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": "^1.1.0",
|
||||
"@fluidframework/container-runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/core-interfaces": "^1.1.0",
|
||||
"@fluidframework/datastore-definitions": "^1.1.0",
|
||||
"@fluidframework/driver-utils": "^1.1.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
||||
"@fluidframework/runtime-definitions": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.0.0"
|
||||
"@fluidframework/runtime-definitions": "^1.1.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/task-manager-previous": "npm:@fluid-experimental/task-manager@^0.59.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.0.0",
|
||||
"@fluid-internal/test-dds-utils": "^1.1.0",
|
||||
"@fluidframework/build-common": "^0.23.0",
|
||||
"@fluidframework/build-tools": "^0.2.71273",
|
||||
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
||||
"@fluidframework/mocha-test-setup": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": "^1.1.0",
|
||||
"@fluidframework/test-runtime-utils": "^1.1.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/task-manager";
|
||||
export const pkgVersion = "1.0.0";
|
||||
export const pkgVersion = "1.1.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-internal/test-dds-utils",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Fluid DDS test utilities",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/shared-object-base": "^1.0.0",
|
||||
"@fluidframework/shared-object-base": "^1.1.0",
|
||||
"mocha": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче