@fluid-experimental/tree 2.3.0-288113 → 2.3.1

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/tree
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/tree",
3
- "version": "2.3.0-288113",
3
+ "version": "2.3.1",
4
4
  "description": "Distributed tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,18 +37,18 @@
37
37
  "main": "lib/index.js",
38
38
  "types": "lib/index.d.ts",
39
39
  "dependencies": {
40
- "@fluid-internal/client-utils": "2.3.0-288113",
41
- "@fluidframework/container-definitions": "2.3.0-288113",
42
- "@fluidframework/core-interfaces": "2.3.0-288113",
43
- "@fluidframework/core-utils": "2.3.0-288113",
44
- "@fluidframework/datastore-definitions": "2.3.0-288113",
45
- "@fluidframework/driver-definitions": "2.3.0-288113",
46
- "@fluidframework/id-compressor": "2.3.0-288113",
47
- "@fluidframework/runtime-definitions": "2.3.0-288113",
48
- "@fluidframework/runtime-utils": "2.3.0-288113",
49
- "@fluidframework/shared-object-base": "2.3.0-288113",
50
- "@fluidframework/telemetry-utils": "2.3.0-288113",
51
- "@fluidframework/tree": "2.3.0-288113",
40
+ "@fluid-internal/client-utils": "~2.3.1",
41
+ "@fluidframework/container-definitions": "~2.3.1",
42
+ "@fluidframework/core-interfaces": "~2.3.1",
43
+ "@fluidframework/core-utils": "~2.3.1",
44
+ "@fluidframework/datastore-definitions": "~2.3.1",
45
+ "@fluidframework/driver-definitions": "~2.3.1",
46
+ "@fluidframework/id-compressor": "~2.3.1",
47
+ "@fluidframework/runtime-definitions": "~2.3.1",
48
+ "@fluidframework/runtime-utils": "~2.3.1",
49
+ "@fluidframework/shared-object-base": "~2.3.1",
50
+ "@fluidframework/telemetry-utils": "~2.3.1",
51
+ "@fluidframework/tree": "~2.3.1",
52
52
  "@tylerbu/sorted-btree-es6": "^1.8.0",
53
53
  "buffer": "^6.0.3",
54
54
  "denque": "^1.5.1",
@@ -58,21 +58,21 @@
58
58
  "devDependencies": {
59
59
  "@arethetypeswrong/cli": "^0.15.2",
60
60
  "@biomejs/biome": "~1.8.3",
61
- "@fluid-internal/mocha-test-setup": "2.3.0-288113",
62
- "@fluid-private/stochastic-test-utils": "2.3.0-288113",
63
- "@fluid-private/test-drivers": "2.3.0-288113",
61
+ "@fluid-internal/mocha-test-setup": "~2.3.1",
62
+ "@fluid-private/stochastic-test-utils": "~2.3.1",
63
+ "@fluid-private/test-drivers": "~2.3.1",
64
64
  "@fluid-tools/benchmark": "^0.50.0",
65
65
  "@fluidframework/build-common": "^2.0.3",
66
- "@fluidframework/build-tools": "^0.43.0",
67
- "@fluidframework/container-definitions": "2.3.0-288113",
68
- "@fluidframework/container-loader": "2.3.0-288113",
69
- "@fluidframework/container-runtime": "2.3.0-288113",
70
- "@fluidframework/eslint-config-fluid": "^5.3.0",
71
- "@fluidframework/runtime-utils": "2.3.0-288113",
72
- "@fluidframework/test-runtime-utils": "2.3.0-288113",
73
- "@fluidframework/test-utils": "2.3.0-288113",
74
- "@fluidframework/undo-redo": "2.3.0-288113",
75
- "@microsoft/api-extractor": "^7.45.1",
66
+ "@fluidframework/build-tools": "^0.46.0",
67
+ "@fluidframework/container-definitions": "~2.3.1",
68
+ "@fluidframework/container-loader": "~2.3.1",
69
+ "@fluidframework/container-runtime": "~2.3.1",
70
+ "@fluidframework/eslint-config-fluid": "^5.4.0",
71
+ "@fluidframework/runtime-utils": "~2.3.1",
72
+ "@fluidframework/test-runtime-utils": "~2.3.1",
73
+ "@fluidframework/test-utils": "~2.3.1",
74
+ "@fluidframework/undo-redo": "~2.3.1",
75
+ "@microsoft/api-extractor": "7.47.8",
76
76
  "@types/chai": "^4.0.0",
77
77
  "@types/lru-cache": "^5.1.0",
78
78
  "@types/mocha": "^9.1.1",
@@ -96,7 +96,8 @@
96
96
  },
97
97
  "typeValidation": {
98
98
  "disabled": true,
99
- "broken": {}
99
+ "broken": {},
100
+ "entrypoint": "internal"
100
101
  },
101
102
  "scripts": {
102
103
  "build": "fluid-build . --task build",