@fluid-experimental/property-dds 0.59.2000-61729 → 0.59.2000-63294
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 +24 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-dds",
|
|
3
|
-
"version": "0.59.2000-
|
|
3
|
+
"version": "0.59.2000-63294",
|
|
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": "0.59.2000-
|
|
39
|
-
"@fluid-experimental/property-properties": "0.59.2000-
|
|
38
|
+
"@fluid-experimental/property-changeset": "0.59.2000-63294",
|
|
39
|
+
"@fluid-experimental/property-properties": "0.59.2000-63294",
|
|
40
40
|
"@fluidframework/common-utils": "^0.32.1",
|
|
41
|
-
"@fluidframework/container-definitions": "^0.48.1000
|
|
42
|
-
"@fluidframework/core-interfaces": "^0.43.1000
|
|
43
|
-
"@fluidframework/datastore-definitions": "0.59.2000-
|
|
44
|
-
"@fluidframework/protocol-definitions": "^0.1028.1000
|
|
45
|
-
"@fluidframework/runtime-definitions": "0.59.2000-
|
|
46
|
-
"@fluidframework/runtime-utils": "0.59.2000-
|
|
47
|
-
"@fluidframework/shared-object-base": "0.59.2000-
|
|
41
|
+
"@fluidframework/container-definitions": "^0.48.1000",
|
|
42
|
+
"@fluidframework/core-interfaces": "^0.43.1000",
|
|
43
|
+
"@fluidframework/datastore-definitions": "0.59.2000-63294",
|
|
44
|
+
"@fluidframework/protocol-definitions": "^0.1028.1000",
|
|
45
|
+
"@fluidframework/runtime-definitions": "0.59.2000-63294",
|
|
46
|
+
"@fluidframework/runtime-utils": "0.59.2000-63294",
|
|
47
|
+
"@fluidframework/shared-object-base": "0.59.2000-63294",
|
|
48
48
|
"axios": "^0.26.0",
|
|
49
49
|
"fastest-json-copy": "^1.0.1",
|
|
50
50
|
"lodash": "^4.17.21",
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
"uuid": "^8.3.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@fluid-experimental/property-common": "0.59.2000-
|
|
55
|
+
"@fluid-experimental/property-common": "0.59.2000-63294",
|
|
56
56
|
"@fluidframework/build-common": "^0.23.0",
|
|
57
|
-
"@fluidframework/driver-definitions": "^0.46.1000
|
|
58
|
-
"@fluidframework/eslint-config-fluid": "^0.28.1000
|
|
59
|
-
"@fluidframework/local-driver": "0.59.2000-
|
|
60
|
-
"@fluidframework/mocha-test-setup": "0.59.2000-
|
|
61
|
-
"@fluidframework/sequence": "0.59.2000-
|
|
62
|
-
"@fluidframework/server-local-server": "^0.1036.1000
|
|
63
|
-
"@fluidframework/test-runtime-utils": "0.59.2000-
|
|
64
|
-
"@fluidframework/test-utils": "0.59.2000-
|
|
65
|
-
"@microsoft/api-extractor": "^7.
|
|
57
|
+
"@fluidframework/driver-definitions": "^0.46.1000",
|
|
58
|
+
"@fluidframework/eslint-config-fluid": "^0.28.1000",
|
|
59
|
+
"@fluidframework/local-driver": "0.59.2000-63294",
|
|
60
|
+
"@fluidframework/mocha-test-setup": "0.59.2000-63294",
|
|
61
|
+
"@fluidframework/sequence": "0.59.2000-63294",
|
|
62
|
+
"@fluidframework/server-local-server": "^0.1036.1000",
|
|
63
|
+
"@fluidframework/test-runtime-utils": "0.59.2000-63294",
|
|
64
|
+
"@fluidframework/test-utils": "0.59.2000-63294",
|
|
65
|
+
"@microsoft/api-extractor": "^7.22.2",
|
|
66
66
|
"@rushstack/eslint-config": "^2.5.1",
|
|
67
67
|
"@types/mocha": "^8.2.2",
|
|
68
68
|
"@typescript-eslint/eslint-plugin": "~5.9.0",
|
|
@@ -77,8 +77,11 @@
|
|
|
77
77
|
"eslint-plugin-editorconfig": "~3.2.0",
|
|
78
78
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
79
79
|
"eslint-plugin-import": "~2.25.4",
|
|
80
|
-
"eslint-plugin-
|
|
80
|
+
"eslint-plugin-jest": "~26.1.3",
|
|
81
|
+
"eslint-plugin-mocha": "~10.0.3",
|
|
82
|
+
"eslint-plugin-promise": "~6.0.0",
|
|
81
83
|
"eslint-plugin-react": "~7.28.0",
|
|
84
|
+
"eslint-plugin-tsdoc": "~0.2.14",
|
|
82
85
|
"eslint-plugin-unicorn": "~40.0.0",
|
|
83
86
|
"mocha": "^8.4.0",
|
|
84
87
|
"nyc": "^15.0.0",
|