@fluidframework/datastore-definitions 2.0.0-internal.7.2.2 → 2.0.0-internal.7.3.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/CHANGELOG.md +4 -0
- package/README.md +1 -2
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -56,8 +56,7 @@ but a data store will emit the signal event only on signals emitted on that data
|
|
|
56
56
|
|
|
57
57
|
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
|
|
58
58
|
|
|
59
|
-
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
|
|
60
|
-
Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
59
|
+
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
61
60
|
|
|
62
61
|
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
|
63
62
|
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore-definitions",
|
|
3
|
-
"version": "2.0.0-internal.7.
|
|
3
|
+
"version": "2.0.0-internal.7.3.0",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -14,18 +14,18 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"types": "dist/index.d.ts",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.7.
|
|
18
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.
|
|
17
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
18
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
19
19
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
20
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.
|
|
20
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@fluid-tools/build-cli": "^0.
|
|
23
|
+
"@fluid-tools/build-cli": "^0.28.0",
|
|
24
24
|
"@fluidframework/build-common": "^2.0.3",
|
|
25
|
-
"@fluidframework/build-tools": "^0.
|
|
26
|
-
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-internal.7.2.
|
|
27
|
-
"@fluidframework/eslint-config-fluid": "^3.
|
|
28
|
-
"@microsoft/api-extractor": "^7.
|
|
25
|
+
"@fluidframework/build-tools": "^0.28.0",
|
|
26
|
+
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-internal.7.2.0",
|
|
27
|
+
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
28
|
+
"@microsoft/api-extractor": "^7.38.3",
|
|
29
29
|
"eslint": "~8.50.0",
|
|
30
30
|
"prettier": "~3.0.3",
|
|
31
31
|
"rimraf": "^4.4.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"build:docs": "api-extractor run --local",
|
|
41
41
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
42
42
|
"ci:build:docs": "api-extractor run",
|
|
43
|
-
"clean": "rimraf --glob dist \"
|
|
43
|
+
"clean": "rimraf --glob dist \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
44
44
|
"eslint": "eslint --format stylish src",
|
|
45
45
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
46
46
|
"format": "npm run prettier:fix",
|