@fluidframework/presence 2.62.0-356644 → 2.62.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.
Files changed (1) hide show
  1. package/package.json +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/presence",
3
- "version": "2.62.0-356644",
3
+ "version": "2.62.0",
4
4
  "description": "A component for lightweight data sharing within a single session",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -63,31 +63,31 @@
63
63
  "temp-directory": "nyc/.nyc_output"
64
64
  },
65
65
  "dependencies": {
66
- "@fluid-internal/client-utils": "2.62.0-356644",
67
- "@fluidframework/container-definitions": "2.62.0-356644",
68
- "@fluidframework/container-runtime-definitions": "2.62.0-356644",
69
- "@fluidframework/core-interfaces": "2.62.0-356644",
70
- "@fluidframework/core-utils": "2.62.0-356644",
71
- "@fluidframework/datastore": "2.62.0-356644",
72
- "@fluidframework/datastore-definitions": "2.62.0-356644",
73
- "@fluidframework/fluid-static": "2.62.0-356644",
74
- "@fluidframework/id-compressor": "2.62.0-356644",
75
- "@fluidframework/runtime-definitions": "2.62.0-356644",
76
- "@fluidframework/runtime-utils": "2.62.0-356644",
77
- "@fluidframework/shared-object-base": "2.62.0-356644",
78
- "@fluidframework/telemetry-utils": "2.62.0-356644"
66
+ "@fluid-internal/client-utils": "~2.62.0",
67
+ "@fluidframework/container-definitions": "~2.62.0",
68
+ "@fluidframework/container-runtime-definitions": "~2.62.0",
69
+ "@fluidframework/core-interfaces": "~2.62.0",
70
+ "@fluidframework/core-utils": "~2.62.0",
71
+ "@fluidframework/datastore": "~2.62.0",
72
+ "@fluidframework/datastore-definitions": "~2.62.0",
73
+ "@fluidframework/fluid-static": "~2.62.0",
74
+ "@fluidframework/id-compressor": "~2.62.0",
75
+ "@fluidframework/runtime-definitions": "~2.62.0",
76
+ "@fluidframework/runtime-utils": "~2.62.0",
77
+ "@fluidframework/shared-object-base": "~2.62.0",
78
+ "@fluidframework/telemetry-utils": "~2.62.0"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@arethetypeswrong/cli": "^0.17.1",
82
82
  "@biomejs/biome": "~1.9.3",
83
- "@fluid-internal/mocha-test-setup": "2.62.0-356644",
83
+ "@fluid-internal/mocha-test-setup": "~2.62.0",
84
84
  "@fluid-tools/build-cli": "^0.58.3",
85
85
  "@fluidframework/build-common": "^2.0.3",
86
86
  "@fluidframework/build-tools": "^0.58.3",
87
- "@fluidframework/driver-definitions": "2.62.0-356644",
87
+ "@fluidframework/driver-definitions": "~2.62.0",
88
88
  "@fluidframework/eslint-config-fluid": "^6.0.0",
89
- "@fluidframework/test-runtime-utils": "2.62.0-356644",
90
- "@fluidframework/test-utils": "2.62.0-356644",
89
+ "@fluidframework/test-runtime-utils": "~2.62.0",
90
+ "@fluidframework/test-utils": "~2.62.0",
91
91
  "@microsoft/api-extractor": "7.52.11",
92
92
  "@types/mocha": "^10.0.10",
93
93
  "@types/node": "^18.19.0",
@@ -167,7 +167,7 @@
167
167
  "test": "npm run test:mocha",
168
168
  "test:coverage": "c8 npm test",
169
169
  "test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs",
170
- "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
170
+ "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
171
171
  "test:mocha:esm": "mocha",
172
172
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
173
173
  "tsc": "npm run tsc:main && npm run tsc:experimental",