@fluidframework/presence 2.60.0 → 2.61.0-355054

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 CHANGED
@@ -17,7 +17,7 @@
17
17
  */
18
18
 
19
19
  export {
20
- // @beta APIs
20
+ // #region @beta APIs
21
21
  Accessor,
22
22
  Attendee,
23
23
  AttendeeId,
@@ -61,8 +61,9 @@ export {
61
61
  ValueAccessor,
62
62
  WorkspaceAddress,
63
63
  getPresence,
64
+ // #endregion
64
65
 
65
- // @alpha APIs
66
+ // #region @alpha APIs
66
67
  ExperimentalPresenceDO,
67
68
  ExperimentalPresenceManager,
68
69
  InternalUtilityTypes,
@@ -77,4 +78,5 @@ export {
77
78
  PresenceWithNotifications,
78
79
  getPresenceAlpha,
79
80
  getPresenceViaDataObject
81
+ // #endregion
80
82
  } from "./index.js";
package/dist/beta.d.ts CHANGED
@@ -17,7 +17,7 @@
17
17
  */
18
18
 
19
19
  export {
20
- // @beta APIs
20
+ // #region @beta APIs
21
21
  Accessor,
22
22
  Attendee,
23
23
  AttendeeId,
@@ -61,4 +61,5 @@ export {
61
61
  ValueAccessor,
62
62
  WorkspaceAddress,
63
63
  getPresence
64
+ // #endregion
64
65
  } from "./index.js";
package/lib/alpha.d.ts CHANGED
@@ -17,7 +17,7 @@
17
17
  */
18
18
 
19
19
  export {
20
- // @beta APIs
20
+ // #region @beta APIs
21
21
  Accessor,
22
22
  Attendee,
23
23
  AttendeeId,
@@ -61,8 +61,9 @@ export {
61
61
  ValueAccessor,
62
62
  WorkspaceAddress,
63
63
  getPresence,
64
+ // #endregion
64
65
 
65
- // @alpha APIs
66
+ // #region @alpha APIs
66
67
  ExperimentalPresenceDO,
67
68
  ExperimentalPresenceManager,
68
69
  InternalUtilityTypes,
@@ -77,4 +78,5 @@ export {
77
78
  PresenceWithNotifications,
78
79
  getPresenceAlpha,
79
80
  getPresenceViaDataObject
81
+ // #endregion
80
82
  } from "./index.js";
package/lib/beta.d.ts CHANGED
@@ -17,7 +17,7 @@
17
17
  */
18
18
 
19
19
  export {
20
- // @beta APIs
20
+ // #region @beta APIs
21
21
  Accessor,
22
22
  Attendee,
23
23
  AttendeeId,
@@ -61,4 +61,5 @@ export {
61
61
  ValueAccessor,
62
62
  WorkspaceAddress,
63
63
  getPresence
64
+ // #endregion
64
65
  } from "./index.js";
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/presence",
3
- "version": "2.60.0",
3
+ "version": "2.61.0-355054",
4
4
  "description": "A component for lightweight data sharing within a single session",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -63,35 +63,36 @@
63
63
  "temp-directory": "nyc/.nyc_output"
64
64
  },
65
65
  "dependencies": {
66
- "@fluid-internal/client-utils": "~2.60.0",
67
- "@fluidframework/container-definitions": "~2.60.0",
68
- "@fluidframework/container-runtime-definitions": "~2.60.0",
69
- "@fluidframework/core-interfaces": "~2.60.0",
70
- "@fluidframework/core-utils": "~2.60.0",
71
- "@fluidframework/datastore": "~2.60.0",
72
- "@fluidframework/datastore-definitions": "~2.60.0",
73
- "@fluidframework/fluid-static": "~2.60.0",
74
- "@fluidframework/id-compressor": "~2.60.0",
75
- "@fluidframework/runtime-definitions": "~2.60.0",
76
- "@fluidframework/runtime-utils": "~2.60.0",
77
- "@fluidframework/shared-object-base": "~2.60.0",
78
- "@fluidframework/telemetry-utils": "~2.60.0"
66
+ "@fluid-internal/client-utils": "2.61.0-355054",
67
+ "@fluidframework/container-definitions": "2.61.0-355054",
68
+ "@fluidframework/container-runtime-definitions": "2.61.0-355054",
69
+ "@fluidframework/core-interfaces": "2.61.0-355054",
70
+ "@fluidframework/core-utils": "2.61.0-355054",
71
+ "@fluidframework/datastore": "2.61.0-355054",
72
+ "@fluidframework/datastore-definitions": "2.61.0-355054",
73
+ "@fluidframework/fluid-static": "2.61.0-355054",
74
+ "@fluidframework/id-compressor": "2.61.0-355054",
75
+ "@fluidframework/runtime-definitions": "2.61.0-355054",
76
+ "@fluidframework/runtime-utils": "2.61.0-355054",
77
+ "@fluidframework/shared-object-base": "2.61.0-355054",
78
+ "@fluidframework/telemetry-utils": "2.61.0-355054"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@arethetypeswrong/cli": "^0.17.1",
82
82
  "@biomejs/biome": "~1.9.3",
83
- "@fluid-tools/build-cli": "^0.57.0",
83
+ "@fluid-internal/mocha-test-setup": "2.61.0-355054",
84
+ "@fluid-tools/build-cli": "^0.58.2",
84
85
  "@fluidframework/build-common": "^2.0.3",
85
- "@fluidframework/build-tools": "^0.57.0",
86
- "@fluidframework/driver-definitions": "~2.60.0",
86
+ "@fluidframework/build-tools": "^0.58.2",
87
+ "@fluidframework/driver-definitions": "2.61.0-355054",
87
88
  "@fluidframework/eslint-config-fluid": "^6.0.0",
88
- "@fluidframework/test-runtime-utils": "~2.60.0",
89
- "@fluidframework/test-utils": "~2.60.0",
90
- "@microsoft/api-extractor": "7.52.8",
89
+ "@fluidframework/test-runtime-utils": "2.61.0-355054",
90
+ "@fluidframework/test-utils": "2.61.0-355054",
91
+ "@microsoft/api-extractor": "7.52.11",
91
92
  "@types/mocha": "^10.0.10",
92
93
  "@types/node": "^18.19.0",
93
94
  "@types/sinon": "^17.0.3",
94
- "c8": "^8.0.1",
95
+ "c8": "^10.1.3",
95
96
  "concurrently": "^8.2.1",
96
97
  "copyfiles": "^2.4.1",
97
98
  "cross-env": "^7.0.3",
@@ -134,8 +135,8 @@
134
135
  },
135
136
  "scripts": {
136
137
  "api": "fluid-build . --task api",
137
- "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
138
- "api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
138
+ "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
139
+ "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib",
139
140
  "build": "fluid-build . --task build",
140
141
  "build:commonjs": "fluid-build . --task commonjs",
141
142
  "build:compile": "fluid-build . --task compile",
@@ -166,8 +167,8 @@
166
167
  "test": "npm run test:mocha",
167
168
  "test:coverage": "c8 npm test",
168
169
  "test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs",
169
- "test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\"",
170
- "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\"",
170
+ "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
171
+ "test:mocha:esm": "mocha",
171
172
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
172
173
  "tsc": "npm run tsc:main && npm run tsc:experimental",
173
174
  "tsc:experimental": "fluid-tsc commonjs --project ./tsconfig.cjs.json",