@fluid-experimental/oldest-client-observer 2.63.0 → 2.70.0-360753

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/oldest-client-observer",
3
- "version": "2.63.0",
3
+ "version": "2.70.0-360753",
4
4
  "description": "Data object to determine if the local client is the oldest amongst connected clients",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,16 +69,16 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "~2.63.0",
73
- "@fluidframework/container-definitions": "~2.63.0",
74
- "@fluidframework/core-interfaces": "~2.63.0",
75
- "@fluidframework/core-utils": "~2.63.0",
76
- "@fluidframework/driver-definitions": "~2.63.0"
72
+ "@fluid-internal/client-utils": "2.70.0-360753",
73
+ "@fluidframework/container-definitions": "2.70.0-360753",
74
+ "@fluidframework/core-interfaces": "2.70.0-360753",
75
+ "@fluidframework/core-utils": "2.70.0-360753",
76
+ "@fluidframework/driver-definitions": "2.70.0-360753"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@arethetypeswrong/cli": "^0.17.1",
80
80
  "@biomejs/biome": "~1.9.3",
81
- "@fluid-private/test-dds-utils": "~2.63.0",
81
+ "@fluid-private/test-dds-utils": "2.70.0-360753",
82
82
  "@fluid-tools/build-cli": "^0.58.3",
83
83
  "@fluidframework/build-common": "^2.0.3",
84
84
  "@fluidframework/build-tools": "^0.58.3",
@@ -105,9 +105,7 @@
105
105
  }
106
106
  },
107
107
  "typeValidation": {
108
- "disabled": true,
109
- "broken": {},
110
- "entrypoint": "internal"
108
+ "disabled": true
111
109
  },
112
110
  "scripts": {
113
111
  "api": "fluid-build . --task api",