@fluidframework/datastore 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 +20 -20
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -46,8 +46,7 @@ For more details on Fluid Handles, check this [doc](../../../content/docs/advanc
|
|
|
46
46
|
|
|
47
47
|
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
|
|
48
48
|
|
|
49
|
-
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
|
|
50
|
-
Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
49
|
+
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
51
50
|
|
|
52
51
|
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
|
53
52
|
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore",
|
|
3
|
-
"version": "2.0.0-internal.7.
|
|
3
|
+
"version": "2.0.0-internal.7.3.0",
|
|
4
4
|
"description": "Fluid data store implementation",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,29 +35,29 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-internal/client-utils": ">=2.0.0-internal.7.
|
|
39
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.7.
|
|
40
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.
|
|
41
|
-
"@fluidframework/core-utils": ">=2.0.0-internal.7.
|
|
42
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.7.
|
|
43
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.7.
|
|
44
|
-
"@fluidframework/driver-utils": ">=2.0.0-internal.7.
|
|
38
|
+
"@fluid-internal/client-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
39
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
40
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
41
|
+
"@fluidframework/core-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
42
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
43
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
44
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
45
45
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
46
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.
|
|
47
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.7.
|
|
48
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.7.
|
|
46
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
47
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
48
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
49
49
|
"lodash": "^4.17.21",
|
|
50
50
|
"uuid": "^9.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@fluid-tools/build-cli": "^0.
|
|
53
|
+
"@fluid-tools/build-cli": "^0.28.0",
|
|
54
54
|
"@fluidframework/build-common": "^2.0.3",
|
|
55
|
-
"@fluidframework/build-tools": "^0.
|
|
56
|
-
"@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-internal.7.2.
|
|
57
|
-
"@fluidframework/eslint-config-fluid": "^3.
|
|
58
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.
|
|
59
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.
|
|
60
|
-
"@microsoft/api-extractor": "^7.
|
|
55
|
+
"@fluidframework/build-tools": "^0.28.0",
|
|
56
|
+
"@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-internal.7.2.0",
|
|
57
|
+
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
58
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
59
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
60
|
+
"@microsoft/api-extractor": "^7.38.3",
|
|
61
61
|
"@types/mocha": "^9.1.1",
|
|
62
62
|
"@types/node": "^16.18.38",
|
|
63
63
|
"@types/uuid": "^9.0.2",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
84
84
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
85
85
|
"ci:build:docs": "api-extractor run",
|
|
86
|
-
"clean": "rimraf --glob dist lib \"
|
|
86
|
+
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
87
87
|
"eslint": "eslint --format stylish src",
|
|
88
88
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
89
89
|
"format": "npm run prettier:fix",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
94
94
|
"test": "npm run test:mocha",
|
|
95
95
|
"test:coverage": "c8 npm test",
|
|
96
|
-
"test:mocha": "mocha --ignore
|
|
96
|
+
"test:mocha": "mocha --ignore \"dist/test/types/*\" --recursive dist/test --exit -r node_modules/@fluidframework/mocha-test-setup",
|
|
97
97
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
98
98
|
"tsc": "tsc",
|
|
99
99
|
"tsc:watch": "tsc --watch",
|