@fluid-experimental/property-dds 2.2.0 → 2.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/lib/tsdoc-metadata.json +1 -1
- package/package.json +27 -26
package/CHANGELOG.md
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-dds",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "definition of the property distributed data store",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"main": "lib/index.js",
|
|
28
28
|
"types": "lib/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluid-experimental/property-changeset": "~2.
|
|
31
|
-
"@fluid-experimental/property-properties": "~2.
|
|
32
|
-
"@fluid-internal/client-utils": "~2.
|
|
33
|
-
"@fluidframework/container-definitions": "~2.
|
|
34
|
-
"@fluidframework/core-interfaces": "~2.
|
|
35
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
36
|
-
"@fluidframework/driver-definitions": "~2.
|
|
37
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
38
|
-
"@fluidframework/runtime-utils": "~2.
|
|
39
|
-
"@fluidframework/shared-object-base": "~2.
|
|
40
|
-
"axios": "^1.
|
|
30
|
+
"@fluid-experimental/property-changeset": "~2.3.0",
|
|
31
|
+
"@fluid-experimental/property-properties": "~2.3.0",
|
|
32
|
+
"@fluid-internal/client-utils": "~2.3.0",
|
|
33
|
+
"@fluidframework/container-definitions": "~2.3.0",
|
|
34
|
+
"@fluidframework/core-interfaces": "~2.3.0",
|
|
35
|
+
"@fluidframework/datastore-definitions": "~2.3.0",
|
|
36
|
+
"@fluidframework/driver-definitions": "~2.3.0",
|
|
37
|
+
"@fluidframework/runtime-definitions": "~2.3.0",
|
|
38
|
+
"@fluidframework/runtime-utils": "~2.3.0",
|
|
39
|
+
"@fluidframework/shared-object-base": "~2.3.0",
|
|
40
|
+
"axios": "^1.7.7",
|
|
41
41
|
"buffer": "^6.0.3",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
43
43
|
"lz4js": "^0.2.0",
|
|
@@ -48,21 +48,21 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
50
50
|
"@biomejs/biome": "~1.8.3",
|
|
51
|
-
"@fluid-experimental/property-common": "~2.
|
|
52
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
53
|
-
"@fluid-private/test-drivers": "~2.
|
|
54
|
-
"@fluid-tools/build-cli": "^0.
|
|
51
|
+
"@fluid-experimental/property-common": "~2.3.0",
|
|
52
|
+
"@fluid-internal/mocha-test-setup": "~2.3.0",
|
|
53
|
+
"@fluid-private/test-drivers": "~2.3.0",
|
|
54
|
+
"@fluid-tools/build-cli": "^0.46.0",
|
|
55
55
|
"@fluidframework/build-common": "^2.0.3",
|
|
56
|
-
"@fluidframework/build-tools": "^0.
|
|
57
|
-
"@fluidframework/container-loader": "~2.
|
|
58
|
-
"@fluidframework/container-runtime": "~2.
|
|
59
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
60
|
-
"@fluidframework/local-driver": "~2.
|
|
61
|
-
"@fluidframework/sequence": "~2.
|
|
56
|
+
"@fluidframework/build-tools": "^0.46.0",
|
|
57
|
+
"@fluidframework/container-loader": "~2.3.0",
|
|
58
|
+
"@fluidframework/container-runtime": "~2.3.0",
|
|
59
|
+
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
60
|
+
"@fluidframework/local-driver": "~2.3.0",
|
|
61
|
+
"@fluidframework/sequence": "~2.3.0",
|
|
62
62
|
"@fluidframework/server-local-server": "^5.0.0",
|
|
63
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
64
|
-
"@fluidframework/test-utils": "~2.
|
|
65
|
-
"@microsoft/api-extractor": "
|
|
63
|
+
"@fluidframework/test-runtime-utils": "~2.3.0",
|
|
64
|
+
"@fluidframework/test-utils": "~2.3.0",
|
|
65
|
+
"@microsoft/api-extractor": "7.47.8",
|
|
66
66
|
"@types/lodash": "^4.14.118",
|
|
67
67
|
"@types/mocha": "^9.1.1",
|
|
68
68
|
"@types/node": "^18.19.0",
|
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
},
|
|
84
84
|
"typeValidation": {
|
|
85
85
|
"disabled": true,
|
|
86
|
-
"broken": {}
|
|
86
|
+
"broken": {},
|
|
87
|
+
"entrypoint": "internal"
|
|
87
88
|
},
|
|
88
89
|
"scripts": {
|
|
89
90
|
"build": "fluid-build . --task build",
|