@fluid-internal/presence-definitions 2.101.1 → 2.103.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 +7 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/presence-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "Core type definitions and interfaces for Fluid Framework presence",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"!**/test/**"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@fluidframework/core-interfaces": "~2.
|
|
50
|
-
"@fluidframework/id-compressor": "~2.
|
|
49
|
+
"@fluidframework/core-interfaces": "~2.103.0",
|
|
50
|
+
"@fluidframework/id-compressor": "~2.103.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
54
54
|
"@biomejs/biome": "~2.4.5",
|
|
55
|
-
"@fluid-internal/presence-definitions-previous": "npm:@
|
|
55
|
+
"@fluid-internal/presence-definitions-previous": "npm:@fluid-internal/presence-definitions@2.101.0",
|
|
56
56
|
"@fluid-tools/build-cli": "^0.65.0",
|
|
57
57
|
"@fluidframework/build-common": "^2.0.3",
|
|
58
58
|
"@fluidframework/build-tools": "^0.65.0",
|
|
@@ -77,15 +77,8 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"typeValidation": {
|
|
80
|
-
"entrypoint": "
|
|
81
|
-
"broken": {
|
|
82
|
-
"Variable_getPresence": {
|
|
83
|
-
"backCompat": false
|
|
84
|
-
},
|
|
85
|
-
"Variable_StateFactory": {
|
|
86
|
-
"backCompat": false
|
|
87
|
-
}
|
|
88
|
-
}
|
|
80
|
+
"entrypoint": "",
|
|
81
|
+
"broken": {}
|
|
89
82
|
},
|
|
90
83
|
"scripts": {
|
|
91
84
|
"build": "fluid-build . --task build",
|
|
@@ -112,6 +105,6 @@
|
|
|
112
105
|
"lint": "fluid-build . --task lint",
|
|
113
106
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
114
107
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ./src/cjs/package.json ./dist",
|
|
115
|
-
"typetests:gen
|
|
108
|
+
"typetests:gen": "flub generate typetests --dir . -v"
|
|
116
109
|
}
|
|
117
110
|
}
|