@fluid-experimental/property-dds 2.0.0-internal.2.0.1 → 2.0.0-internal.2.0.2
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-dds",
|
|
3
|
-
"version": "2.0.0-internal.2.0.
|
|
3
|
+
"version": "2.0.0-internal.2.0.2",
|
|
4
4
|
"description": "definition of the property distributed data store",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"tsc": "tsc"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.0.
|
|
39
|
-
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.0.
|
|
38
|
+
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
39
|
+
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
40
40
|
"@fluidframework/common-utils": "^1.0.0",
|
|
41
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.2.0.
|
|
42
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.0.
|
|
43
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.0.
|
|
41
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
42
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
43
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
44
44
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
45
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.0.
|
|
46
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.0.
|
|
47
|
-
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.0.
|
|
45
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
46
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
47
|
+
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
48
48
|
"axios": "^0.26.0",
|
|
49
49
|
"fastest-json-copy": "^1.0.1",
|
|
50
50
|
"lodash": "^4.17.21",
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"uuid": "^8.3.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@fluid-experimental/property-common": ">=2.0.0-internal.2.0.
|
|
57
|
+
"@fluid-experimental/property-common": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
58
58
|
"@fluidframework/build-common": "^1.0.0",
|
|
59
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.0.
|
|
59
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
60
60
|
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
|
61
|
-
"@fluidframework/local-driver": ">=2.0.0-internal.2.0.
|
|
62
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.0.
|
|
63
|
-
"@fluidframework/sequence": ">=2.0.0-internal.2.0.
|
|
61
|
+
"@fluidframework/local-driver": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
62
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
63
|
+
"@fluidframework/sequence": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
64
64
|
"@fluidframework/server-local-server": "^0.1038.2000",
|
|
65
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.0.
|
|
66
|
-
"@fluidframework/test-utils": ">=2.0.0-internal.2.0.
|
|
65
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
66
|
+
"@fluidframework/test-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
67
67
|
"@microsoft/api-extractor": "^7.22.2",
|
|
68
68
|
"@rushstack/eslint-config": "^2.5.1",
|
|
69
69
|
"@types/mocha": "^9.1.1",
|