@fluid-experimental/property-dds 2.3.0-288113 → 2.4.0-294316

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/property-dds
2
2
 
3
+ ## 2.3.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.2.0
4
8
 
5
9
  Dependency updates only.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.45.1"
8
+ "packageVersion": "7.47.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-dds",
3
- "version": "2.3.0-288113",
3
+ "version": "2.4.0-294316",
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.3.0-288113",
31
- "@fluid-experimental/property-properties": "2.3.0-288113",
32
- "@fluid-internal/client-utils": "2.3.0-288113",
33
- "@fluidframework/container-definitions": "2.3.0-288113",
34
- "@fluidframework/core-interfaces": "2.3.0-288113",
35
- "@fluidframework/datastore-definitions": "2.3.0-288113",
36
- "@fluidframework/driver-definitions": "2.3.0-288113",
37
- "@fluidframework/runtime-definitions": "2.3.0-288113",
38
- "@fluidframework/runtime-utils": "2.3.0-288113",
39
- "@fluidframework/shared-object-base": "2.3.0-288113",
40
- "axios": "^1.6.2",
30
+ "@fluid-experimental/property-changeset": "2.4.0-294316",
31
+ "@fluid-experimental/property-properties": "2.4.0-294316",
32
+ "@fluid-internal/client-utils": "2.4.0-294316",
33
+ "@fluidframework/container-definitions": "2.4.0-294316",
34
+ "@fluidframework/core-interfaces": "2.4.0-294316",
35
+ "@fluidframework/datastore-definitions": "2.4.0-294316",
36
+ "@fluidframework/driver-definitions": "2.4.0-294316",
37
+ "@fluidframework/runtime-definitions": "2.4.0-294316",
38
+ "@fluidframework/runtime-utils": "2.4.0-294316",
39
+ "@fluidframework/shared-object-base": "2.4.0-294316",
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.3.0-288113",
52
- "@fluid-internal/mocha-test-setup": "2.3.0-288113",
53
- "@fluid-private/test-drivers": "2.3.0-288113",
54
- "@fluid-tools/build-cli": "^0.43.0",
51
+ "@fluid-experimental/property-common": "2.4.0-294316",
52
+ "@fluid-internal/mocha-test-setup": "2.4.0-294316",
53
+ "@fluid-private/test-drivers": "2.4.0-294316",
54
+ "@fluid-tools/build-cli": "^0.46.0",
55
55
  "@fluidframework/build-common": "^2.0.3",
56
- "@fluidframework/build-tools": "^0.43.0",
57
- "@fluidframework/container-loader": "2.3.0-288113",
58
- "@fluidframework/container-runtime": "2.3.0-288113",
59
- "@fluidframework/eslint-config-fluid": "^5.3.0",
60
- "@fluidframework/local-driver": "2.3.0-288113",
61
- "@fluidframework/sequence": "2.3.0-288113",
56
+ "@fluidframework/build-tools": "^0.46.0",
57
+ "@fluidframework/container-loader": "2.4.0-294316",
58
+ "@fluidframework/container-runtime": "2.4.0-294316",
59
+ "@fluidframework/eslint-config-fluid": "^5.4.0",
60
+ "@fluidframework/local-driver": "2.4.0-294316",
61
+ "@fluidframework/sequence": "2.4.0-294316",
62
62
  "@fluidframework/server-local-server": "^5.0.0",
63
- "@fluidframework/test-runtime-utils": "2.3.0-288113",
64
- "@fluidframework/test-utils": "2.3.0-288113",
65
- "@microsoft/api-extractor": "^7.45.1",
63
+ "@fluidframework/test-runtime-utils": "2.4.0-294316",
64
+ "@fluidframework/test-utils": "2.4.0-294316",
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",