@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.
Files changed (1) hide show
  1. package/package.json +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/presence",
3
- "version": "2.11.0",
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.11.0",
73
- "@fluidframework/container-definitions": "~2.11.0",
74
- "@fluidframework/container-loader": "~2.11.0",
75
- "@fluidframework/container-runtime-definitions": "~2.11.0",
76
- "@fluidframework/core-interfaces": "~2.11.0",
77
- "@fluidframework/core-utils": "~2.11.0",
78
- "@fluidframework/datastore": "~2.11.0",
79
- "@fluidframework/datastore-definitions": "~2.11.0",
80
- "@fluidframework/fluid-static": "~2.11.0",
81
- "@fluidframework/id-compressor": "~2.11.0",
82
- "@fluidframework/runtime-definitions": "~2.11.0",
83
- "@fluidframework/runtime-utils": "~2.11.0",
84
- "@fluidframework/shared-object-base": "~2.11.0",
85
- "@fluidframework/telemetry-utils": "~2.11.0"
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.16.4",
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.11.0",
93
+ "@fluidframework/driver-definitions": "~2.12.0",
94
94
  "@fluidframework/eslint-config-fluid": "^5.6.0",
95
- "@fluidframework/test-runtime-utils": "~2.11.0",
96
- "@fluidframework/test-utils": "~2.11.0",
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": "echo skip per issue #112 - node10 requirement: attw --pack .",
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",