@fluid-experimental/property-dds 2.0.0-internal.3.3.1 → 2.0.0-internal.3.4.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 +26 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-dds",
|
|
3
|
-
"version": "2.0.0-internal.3.
|
|
3
|
+
"version": "2.0.0-internal.3.4.0",
|
|
4
4
|
"description": "definition of the property distributed data store",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"module": "lib/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fluid-experimental/property-changeset": "
|
|
19
|
-
"@fluid-experimental/property-properties": "
|
|
18
|
+
"@fluid-experimental/property-changeset": "^2.0.0-internal.3.4.0",
|
|
19
|
+
"@fluid-experimental/property-properties": "^2.0.0-internal.3.4.0",
|
|
20
20
|
"@fluidframework/common-utils": "^1.1.1",
|
|
21
|
-
"@fluidframework/container-definitions": "
|
|
22
|
-
"@fluidframework/core-interfaces": "
|
|
23
|
-
"@fluidframework/datastore-definitions": "
|
|
21
|
+
"@fluidframework/container-definitions": "^2.0.0-internal.3.4.0",
|
|
22
|
+
"@fluidframework/core-interfaces": "^2.0.0-internal.3.4.0",
|
|
23
|
+
"@fluidframework/datastore-definitions": "^2.0.0-internal.3.4.0",
|
|
24
24
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
25
|
-
"@fluidframework/runtime-definitions": "
|
|
26
|
-
"@fluidframework/runtime-utils": "
|
|
27
|
-
"@fluidframework/shared-object-base": "
|
|
25
|
+
"@fluidframework/runtime-definitions": "^2.0.0-internal.3.4.0",
|
|
26
|
+
"@fluidframework/runtime-utils": "^2.0.0-internal.3.4.0",
|
|
27
|
+
"@fluidframework/shared-object-base": "^2.0.0-internal.3.4.0",
|
|
28
28
|
"axios": "^0.26.0",
|
|
29
29
|
"buffer": "^6.0.3",
|
|
30
30
|
"fastest-json-copy": "^1.0.1",
|
|
@@ -35,34 +35,33 @@
|
|
|
35
35
|
"uuid": "^8.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@fluid-experimental/property-common": "
|
|
38
|
+
"@fluid-experimental/property-common": "^2.0.0-internal.3.4.0",
|
|
39
39
|
"@fluidframework/build-common": "^1.1.0",
|
|
40
|
-
"@fluidframework/container-loader": "
|
|
41
|
-
"@fluidframework/driver-definitions": "
|
|
40
|
+
"@fluidframework/container-loader": "^2.0.0-internal.3.4.0",
|
|
41
|
+
"@fluidframework/driver-definitions": "^2.0.0-internal.3.4.0",
|
|
42
42
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
43
|
-
"@fluidframework/local-driver": "
|
|
44
|
-
"@fluidframework/mocha-test-setup": "
|
|
45
|
-
"@fluidframework/sequence": "
|
|
46
|
-
"@fluidframework/server-local-server": "^0.1038.
|
|
47
|
-
"@fluidframework/test-drivers": "
|
|
48
|
-
"@fluidframework/test-runtime-utils": "
|
|
49
|
-
"@fluidframework/test-utils": "
|
|
50
|
-
"@microsoft/api-extractor": "^7.
|
|
51
|
-
"@rushstack/eslint-config": "^2.5.1",
|
|
43
|
+
"@fluidframework/local-driver": "^2.0.0-internal.3.4.0",
|
|
44
|
+
"@fluidframework/mocha-test-setup": "^2.0.0-internal.3.4.0",
|
|
45
|
+
"@fluidframework/sequence": "^2.0.0-internal.3.4.0",
|
|
46
|
+
"@fluidframework/server-local-server": "^0.1038.4000",
|
|
47
|
+
"@fluidframework/test-drivers": "^2.0.0-internal.3.4.0",
|
|
48
|
+
"@fluidframework/test-runtime-utils": "^2.0.0-internal.3.4.0",
|
|
49
|
+
"@fluidframework/test-utils": "^2.0.0-internal.3.4.0",
|
|
50
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
52
51
|
"@types/lodash": "^4.14.118",
|
|
53
52
|
"@types/mocha": "^9.1.1",
|
|
54
|
-
"@types/node": "^14.18.
|
|
53
|
+
"@types/node": "^14.18.38",
|
|
55
54
|
"chai": "^4.2.0",
|
|
56
|
-
"concurrently": "^6.
|
|
55
|
+
"concurrently": "^7.6.0",
|
|
57
56
|
"copyfiles": "^2.4.1",
|
|
58
|
-
"cross-env": "^7.0.
|
|
57
|
+
"cross-env": "^7.0.3",
|
|
59
58
|
"easy-table": "^1.1.1",
|
|
60
59
|
"env-cmd": "^10.1.0",
|
|
61
60
|
"eslint": "~8.6.0",
|
|
62
|
-
"mocha": "^10.
|
|
63
|
-
"nyc": "^15.
|
|
61
|
+
"mocha": "^10.2.0",
|
|
62
|
+
"nyc": "^15.1.0",
|
|
64
63
|
"prettier": "~2.6.2",
|
|
65
|
-
"rimraf": "^
|
|
64
|
+
"rimraf": "^4.4.0",
|
|
66
65
|
"typescript": "~4.5.5"
|
|
67
66
|
},
|
|
68
67
|
"typeValidation": {
|