@fluidframework/presence 2.30.0 → 2.31.1
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/dist/alpha.d.ts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/latestMapValueManager.d.ts +2 -2
- package/dist/latestMapValueManager.d.ts.map +1 -1
- package/dist/latestMapValueManager.js.map +1 -1
- package/dist/latestValueManager.d.ts +2 -2
- package/dist/latestValueManager.d.ts.map +1 -1
- package/dist/latestValueManager.js.map +1 -1
- package/dist/latestValueTypes.d.ts +1 -1
- package/dist/latestValueTypes.d.ts.map +1 -1
- package/dist/latestValueTypes.js.map +1 -1
- package/dist/notificationsManager.d.ts +2 -2
- package/dist/notificationsManager.d.ts.map +1 -1
- package/dist/notificationsManager.js.map +1 -1
- package/dist/presence.d.ts +1 -1
- package/dist/presence.js.map +1 -1
- package/dist/presenceDatastoreManager.d.ts +4 -2
- package/dist/presenceDatastoreManager.d.ts.map +1 -1
- package/dist/presenceDatastoreManager.js +26 -8
- package/dist/presenceDatastoreManager.js.map +1 -1
- package/dist/presenceManager.d.ts.map +1 -1
- package/dist/presenceManager.js +1 -1
- package/dist/presenceManager.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/lib/alpha.d.ts +2 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/latestMapValueManager.d.ts +2 -2
- package/lib/latestMapValueManager.d.ts.map +1 -1
- package/lib/latestMapValueManager.js.map +1 -1
- package/lib/latestValueManager.d.ts +2 -2
- package/lib/latestValueManager.d.ts.map +1 -1
- package/lib/latestValueManager.js.map +1 -1
- package/lib/latestValueTypes.d.ts +1 -1
- package/lib/latestValueTypes.d.ts.map +1 -1
- package/lib/latestValueTypes.js.map +1 -1
- package/lib/notificationsManager.d.ts +2 -2
- package/lib/notificationsManager.d.ts.map +1 -1
- package/lib/notificationsManager.js.map +1 -1
- package/lib/presence.d.ts +1 -1
- package/lib/presence.js.map +1 -1
- package/lib/presenceDatastoreManager.d.ts +4 -2
- package/lib/presenceDatastoreManager.d.ts.map +1 -1
- package/lib/presenceDatastoreManager.js +26 -8
- package/lib/presenceDatastoreManager.js.map +1 -1
- package/lib/presenceManager.d.ts.map +1 -1
- package/lib/presenceManager.js +1 -1
- package/lib/presenceManager.js.map +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js.map +1 -1
- package/package.json +20 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/presence",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.1",
|
|
4
4
|
"description": "A component for lightweight data sharing within a single session",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -26,14 +26,6 @@
|
|
|
26
26
|
"./internal/container-definitions/internal": {
|
|
27
27
|
"import": "./lib/container-definitions/index.js",
|
|
28
28
|
"require": "./dist/container-definitions/index.js"
|
|
29
|
-
},
|
|
30
|
-
"./internal/exposedInternalTypes": {
|
|
31
|
-
"import": "./lib/exposedInternalTypes.js",
|
|
32
|
-
"require": "./dist/exposedInternalTypes.js"
|
|
33
|
-
},
|
|
34
|
-
"./internal/exposedUtilityTypes": {
|
|
35
|
-
"import": "./lib/exposedUtilityTypes.js",
|
|
36
|
-
"require": "./dist/exposedUtilityTypes.js"
|
|
37
29
|
}
|
|
38
30
|
},
|
|
39
31
|
"files": [
|
|
@@ -65,20 +57,20 @@
|
|
|
65
57
|
"temp-directory": "nyc/.nyc_output"
|
|
66
58
|
},
|
|
67
59
|
"dependencies": {
|
|
68
|
-
"@fluid-internal/client-utils": "~2.
|
|
69
|
-
"@fluidframework/container-definitions": "~2.
|
|
70
|
-
"@fluidframework/container-loader": "~2.
|
|
71
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
72
|
-
"@fluidframework/core-interfaces": "~2.
|
|
73
|
-
"@fluidframework/core-utils": "~2.
|
|
74
|
-
"@fluidframework/datastore": "~2.
|
|
75
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
76
|
-
"@fluidframework/fluid-static": "~2.
|
|
77
|
-
"@fluidframework/id-compressor": "~2.
|
|
78
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
79
|
-
"@fluidframework/runtime-utils": "~2.
|
|
80
|
-
"@fluidframework/shared-object-base": "~2.
|
|
81
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
60
|
+
"@fluid-internal/client-utils": "~2.31.1",
|
|
61
|
+
"@fluidframework/container-definitions": "~2.31.1",
|
|
62
|
+
"@fluidframework/container-loader": "~2.31.1",
|
|
63
|
+
"@fluidframework/container-runtime-definitions": "~2.31.1",
|
|
64
|
+
"@fluidframework/core-interfaces": "~2.31.1",
|
|
65
|
+
"@fluidframework/core-utils": "~2.31.1",
|
|
66
|
+
"@fluidframework/datastore": "~2.31.1",
|
|
67
|
+
"@fluidframework/datastore-definitions": "~2.31.1",
|
|
68
|
+
"@fluidframework/fluid-static": "~2.31.1",
|
|
69
|
+
"@fluidframework/id-compressor": "~2.31.1",
|
|
70
|
+
"@fluidframework/runtime-definitions": "~2.31.1",
|
|
71
|
+
"@fluidframework/runtime-utils": "~2.31.1",
|
|
72
|
+
"@fluidframework/shared-object-base": "~2.31.1",
|
|
73
|
+
"@fluidframework/telemetry-utils": "~2.31.1"
|
|
82
74
|
},
|
|
83
75
|
"devDependencies": {
|
|
84
76
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
@@ -86,11 +78,11 @@
|
|
|
86
78
|
"@fluid-tools/build-cli": "^0.54.0",
|
|
87
79
|
"@fluidframework/build-common": "^2.0.3",
|
|
88
80
|
"@fluidframework/build-tools": "^0.54.0",
|
|
89
|
-
"@fluidframework/driver-definitions": "~2.
|
|
81
|
+
"@fluidframework/driver-definitions": "~2.31.1",
|
|
90
82
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
91
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
92
|
-
"@fluidframework/test-utils": "~2.
|
|
93
|
-
"@microsoft/api-extractor": "7.
|
|
83
|
+
"@fluidframework/test-runtime-utils": "~2.31.1",
|
|
84
|
+
"@fluidframework/test-utils": "~2.31.1",
|
|
85
|
+
"@microsoft/api-extractor": "7.50.1",
|
|
94
86
|
"@types/mocha": "^10.0.10",
|
|
95
87
|
"@types/node": "^18.19.0",
|
|
96
88
|
"@types/sinon": "^17.0.3",
|
|
@@ -101,7 +93,6 @@
|
|
|
101
93
|
"eslint": "~8.55.0",
|
|
102
94
|
"mocha": "^10.8.2",
|
|
103
95
|
"mocha-multi-reporters": "^1.5.1",
|
|
104
|
-
"prettier": "~3.0.3",
|
|
105
96
|
"rimraf": "^4.4.0",
|
|
106
97
|
"sinon": "^18.0.1",
|
|
107
98
|
"typescript": "~5.4.5"
|
|
@@ -156,14 +147,13 @@
|
|
|
156
147
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
157
148
|
"check:exports:cjs:alpha": "api-extractor run --config api-extractor/api-extractor-lint-alpha.cjs.json",
|
|
158
149
|
"check:exports:esm:alpha": "api-extractor run --config api-extractor/api-extractor-lint-alpha.esm.json",
|
|
159
|
-
"check:
|
|
150
|
+
"check:format": "npm run check:biome",
|
|
160
151
|
"ci:build:docs": "api-extractor run",
|
|
161
152
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
162
153
|
"eslint": "eslint --format stylish src",
|
|
163
154
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
164
155
|
"format": "npm run format:biome",
|
|
165
156
|
"format:biome": "biome check . --write",
|
|
166
|
-
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
167
157
|
"lint": "fluid-build . --task lint",
|
|
168
158
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
169
159
|
"test": "npm run test:mocha",
|