Skip to content

Commit

Permalink
Beta bump server protocol defs (#18750)
Browse files Browse the repository at this point in the history
bump the version of protocol definitions in server

---------

Co-authored-by: Tony Murphy <anthonm@microsoft.com>
  • Loading branch information
anthony-murphy and anthony-murphy authored Dec 11, 2023
1 parent 0041dd3 commit e5b339c
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 42 deletions.
2 changes: 1 addition & 1 deletion server/routerlicious/packages/kafka-orderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
},
"dependencies": {
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-services-core": "workspace:~"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/lambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-base": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-lambdas-driver": "workspace:~",
"@fluidframework/server-services-client": "workspace:~",
"@fluidframework/server-services-core": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/local-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-lambdas": "workspace:~",
"@fluidframework/server-memory-orderer": "workspace:~",
"@fluidframework/server-services-client": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/memory-orderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/protocol-base": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-lambdas": "workspace:~",
"@fluidframework/server-services-client": "workspace:~",
"@fluidframework/server-services-core": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/protocol-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"events": "^3.1.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-kafka-orderer": "workspace:~",
"@fluidframework/server-lambdas": "workspace:~",
"@fluidframework/server-lambdas-driver": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/routerlicious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-kafka-orderer": "workspace:~",
"@fluidframework/server-lambdas": "workspace:~",
"@fluidframework/server-lambdas-driver": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/services-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-base": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"axios": "^1.6.2",
"crc-32": "1.2.0",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/services-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-services-client": "workspace:~",
"@fluidframework/server-services-telemetry": "workspace:~",
"@types/nconf": "^0.10.2",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/services-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-base": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-services-client": "workspace:~",
"@fluidframework/server-services-core": "workspace:~",
"@fluidframework/server-services-telemetry": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/services-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-services-client": "workspace:~",
"@fluidframework/server-services-core": "workspace:~",
"@fluidframework/server-services-telemetry": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-services-client": "workspace:~",
"@fluidframework/server-services-core": "workspace:~",
"@fluidframework/server-services-ordering-kafkanode": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-base": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-services-client": "workspace:~",
"@fluidframework/server-services-core": "workspace:~",
"@fluidframework/server-services-telemetry": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/packages/tinylicious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@fluidframework/common-utils": "^3.0.0",
"@fluidframework/gitresources": "workspace:~",
"@fluidframework/protocol-base": "workspace:~",
"@fluidframework/protocol-definitions": "^3.0.0",
"@fluidframework/protocol-definitions": "^3.1.0-220363",
"@fluidframework/server-lambdas": "workspace:~",
"@fluidframework/server-local-server": "workspace:~",
"@fluidframework/server-memory-orderer": "workspace:~",
Expand Down
61 changes: 33 additions & 28 deletions server/routerlicious/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5b339c

Please sign in to comment.