@fluidframework/presence 2.11.0 → 2.12.0
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.
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/presence",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"description": "A component for lightweight data sharing within a single session",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,31 +69,31 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "~2.
|
|
73
|
-
"@fluidframework/container-definitions": "~2.
|
|
74
|
-
"@fluidframework/container-loader": "~2.
|
|
75
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
76
|
-
"@fluidframework/core-interfaces": "~2.
|
|
77
|
-
"@fluidframework/core-utils": "~2.
|
|
78
|
-
"@fluidframework/datastore": "~2.
|
|
79
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
80
|
-
"@fluidframework/fluid-static": "~2.
|
|
81
|
-
"@fluidframework/id-compressor": "~2.
|
|
82
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
83
|
-
"@fluidframework/runtime-utils": "~2.
|
|
84
|
-
"@fluidframework/shared-object-base": "~2.
|
|
85
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
72
|
+
"@fluid-internal/client-utils": "~2.12.0",
|
|
73
|
+
"@fluidframework/container-definitions": "~2.12.0",
|
|
74
|
+
"@fluidframework/container-loader": "~2.12.0",
|
|
75
|
+
"@fluidframework/container-runtime-definitions": "~2.12.0",
|
|
76
|
+
"@fluidframework/core-interfaces": "~2.12.0",
|
|
77
|
+
"@fluidframework/core-utils": "~2.12.0",
|
|
78
|
+
"@fluidframework/datastore": "~2.12.0",
|
|
79
|
+
"@fluidframework/datastore-definitions": "~2.12.0",
|
|
80
|
+
"@fluidframework/fluid-static": "~2.12.0",
|
|
81
|
+
"@fluidframework/id-compressor": "~2.12.0",
|
|
82
|
+
"@fluidframework/runtime-definitions": "~2.12.0",
|
|
83
|
+
"@fluidframework/runtime-utils": "~2.12.0",
|
|
84
|
+
"@fluidframework/shared-object-base": "~2.12.0",
|
|
85
|
+
"@fluidframework/telemetry-utils": "~2.12.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@arethetypeswrong/cli": "^0.
|
|
88
|
+
"@arethetypeswrong/cli": "^0.17.1",
|
|
89
89
|
"@biomejs/biome": "~1.9.3",
|
|
90
90
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
91
91
|
"@fluidframework/build-common": "^2.0.3",
|
|
92
92
|
"@fluidframework/build-tools": "^0.51.0",
|
|
93
|
-
"@fluidframework/driver-definitions": "~2.
|
|
93
|
+
"@fluidframework/driver-definitions": "~2.12.0",
|
|
94
94
|
"@fluidframework/eslint-config-fluid": "^5.6.0",
|
|
95
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
96
|
-
"@fluidframework/test-utils": "~2.
|
|
95
|
+
"@fluidframework/test-runtime-utils": "~2.12.0",
|
|
96
|
+
"@fluidframework/test-utils": "~2.12.0",
|
|
97
97
|
"@microsoft/api-extractor": "7.47.8",
|
|
98
98
|
"@types/mocha": "^9.1.1",
|
|
99
99
|
"@types/node": "^18.19.0",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
143
143
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
144
144
|
"build:test:esm:core-interfaces-no-exactOptionalPropertyTypes": "tsc --project ./src/test/core-interfaces/tsconfig.no-exactOptionalPropertyTypes.json",
|
|
145
|
-
"check:are-the-types-wrong": "
|
|
145
|
+
"check:are-the-types-wrong": "attw --pack . --profile node16",
|
|
146
146
|
"check:biome": "biome check .",
|
|
147
147
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
148
148
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|