@fluidframework/presence 2.23.0-323641 → 2.23.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 +40 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/presence",
|
|
3
|
-
"version": "2.23.0
|
|
3
|
+
"version": "2.23.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.23.0
|
|
73
|
-
"@fluidframework/container-definitions": "2.23.0
|
|
74
|
-
"@fluidframework/container-loader": "2.23.0
|
|
75
|
-
"@fluidframework/container-runtime-definitions": "2.23.0
|
|
76
|
-
"@fluidframework/core-interfaces": "2.23.0
|
|
77
|
-
"@fluidframework/core-utils": "2.23.0
|
|
78
|
-
"@fluidframework/datastore": "2.23.0
|
|
79
|
-
"@fluidframework/datastore-definitions": "2.23.0
|
|
80
|
-
"@fluidframework/fluid-static": "2.23.0
|
|
81
|
-
"@fluidframework/id-compressor": "2.23.0
|
|
82
|
-
"@fluidframework/runtime-definitions": "2.23.0
|
|
83
|
-
"@fluidframework/runtime-utils": "2.23.0
|
|
84
|
-
"@fluidframework/shared-object-base": "2.23.0
|
|
85
|
-
"@fluidframework/telemetry-utils": "2.23.0
|
|
72
|
+
"@fluid-internal/client-utils": "~2.23.0",
|
|
73
|
+
"@fluidframework/container-definitions": "~2.23.0",
|
|
74
|
+
"@fluidframework/container-loader": "~2.23.0",
|
|
75
|
+
"@fluidframework/container-runtime-definitions": "~2.23.0",
|
|
76
|
+
"@fluidframework/core-interfaces": "~2.23.0",
|
|
77
|
+
"@fluidframework/core-utils": "~2.23.0",
|
|
78
|
+
"@fluidframework/datastore": "~2.23.0",
|
|
79
|
+
"@fluidframework/datastore-definitions": "~2.23.0",
|
|
80
|
+
"@fluidframework/fluid-static": "~2.23.0",
|
|
81
|
+
"@fluidframework/id-compressor": "~2.23.0",
|
|
82
|
+
"@fluidframework/runtime-definitions": "~2.23.0",
|
|
83
|
+
"@fluidframework/runtime-utils": "~2.23.0",
|
|
84
|
+
"@fluidframework/shared-object-base": "~2.23.0",
|
|
85
|
+
"@fluidframework/telemetry-utils": "~2.23.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
89
89
|
"@biomejs/biome": "~1.9.3",
|
|
90
|
-
"@fluid-tools/build-cli": "^0.
|
|
90
|
+
"@fluid-tools/build-cli": "^0.54.0",
|
|
91
91
|
"@fluidframework/build-common": "^2.0.3",
|
|
92
|
-
"@fluidframework/build-tools": "^0.
|
|
93
|
-
"@fluidframework/driver-definitions": "2.23.0
|
|
92
|
+
"@fluidframework/build-tools": "^0.54.0",
|
|
93
|
+
"@fluidframework/driver-definitions": "~2.23.0",
|
|
94
94
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
95
|
-
"@fluidframework/test-runtime-utils": "2.23.0
|
|
96
|
-
"@fluidframework/test-utils": "2.23.0
|
|
95
|
+
"@fluidframework/test-runtime-utils": "~2.23.0",
|
|
96
|
+
"@fluidframework/test-utils": "~2.23.0",
|
|
97
97
|
"@microsoft/api-extractor": "7.47.8",
|
|
98
98
|
"@types/mocha": "^10.0.10",
|
|
99
99
|
"@types/node": "^18.19.0",
|
|
@@ -112,6 +112,13 @@
|
|
|
112
112
|
},
|
|
113
113
|
"fluidBuild": {
|
|
114
114
|
"tasks": {
|
|
115
|
+
"build:esnext:experimental": [
|
|
116
|
+
"build:esnext:main"
|
|
117
|
+
],
|
|
118
|
+
"build:esnext:main": [
|
|
119
|
+
"^api",
|
|
120
|
+
"^build:esnext"
|
|
121
|
+
],
|
|
115
122
|
"build:test:esm:core-interfaces-no-exactOptionalPropertyTypes": [
|
|
116
123
|
"build:esnext"
|
|
117
124
|
],
|
|
@@ -121,6 +128,13 @@
|
|
|
121
128
|
"eslint": [
|
|
122
129
|
"build:esnext",
|
|
123
130
|
"^build:test:esm"
|
|
131
|
+
],
|
|
132
|
+
"tsc:experimental": [
|
|
133
|
+
"tsc:main"
|
|
134
|
+
],
|
|
135
|
+
"tsc:main": [
|
|
136
|
+
"^api",
|
|
137
|
+
"^tsc"
|
|
124
138
|
]
|
|
125
139
|
}
|
|
126
140
|
},
|
|
@@ -137,7 +151,9 @@
|
|
|
137
151
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
138
152
|
"build:compile": "fluid-build . --task compile",
|
|
139
153
|
"build:docs": "api-extractor run --local",
|
|
140
|
-
"build:esnext": "
|
|
154
|
+
"build:esnext": "npm run build:esnext:main && npm run build:esnext:experimental",
|
|
155
|
+
"build:esnext:experimental": "tsc --project ./tsconfig.json",
|
|
156
|
+
"build:esnext:main": "tsc --project ./tsconfig.main.json",
|
|
141
157
|
"build:test": "npm run build:test:esm && npm run build:test:cjs && npm run build:test:esm:core-interfaces-no-exactOptionalPropertyTypes",
|
|
142
158
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
143
159
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
@@ -164,7 +180,9 @@
|
|
|
164
180
|
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\"",
|
|
165
181
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\"",
|
|
166
182
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
167
|
-
"tsc": "
|
|
183
|
+
"tsc": "npm run tsc:main && npm run tsc:experimental",
|
|
184
|
+
"tsc:experimental": "fluid-tsc commonjs --project ./tsconfig.cjs.json",
|
|
185
|
+
"tsc:main": "fluid-tsc commonjs --project ./tsconfig.main.cjs.json && copyfiles -f ./src/cjs/package.json ./dist",
|
|
168
186
|
"typetests:gen": "flub generate typetests --dir . -v",
|
|
169
187
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
170
188
|
}
|