@fluidframework/tree 2.81.0 → 2.81.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.
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/tree";
8
- export declare const pkgVersion = "2.81.0";
8
+ export declare const pkgVersion = "2.81.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/tree";
11
- exports.pkgVersion = "2.81.0";
11
+ exports.pkgVersion = "2.81.1";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sBAAsB,CAAC;AACjC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/tree\";\nexport const pkgVersion = \"2.81.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sBAAsB,CAAC;AACjC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/tree\";\nexport const pkgVersion = \"2.81.1\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/tree";
8
- export declare const pkgVersion = "2.81.0";
8
+ export declare const pkgVersion = "2.81.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/tree";
8
- export const pkgVersion = "2.81.0";
8
+ export const pkgVersion = "2.81.1";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,sBAAsB,CAAC;AAC9C,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/tree\";\nexport const pkgVersion = \"2.81.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,sBAAsB,CAAC;AAC9C,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/tree\";\nexport const pkgVersion = \"2.81.1\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tree",
3
- "version": "2.81.0",
3
+ "version": "2.81.1",
4
4
  "description": "Distributed tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -101,17 +101,17 @@
101
101
  "temp-directory": "nyc/.nyc_output"
102
102
  },
103
103
  "dependencies": {
104
- "@fluid-internal/client-utils": "~2.81.0",
105
- "@fluidframework/container-runtime": "~2.81.0",
106
- "@fluidframework/core-interfaces": "~2.81.0",
107
- "@fluidframework/core-utils": "~2.81.0",
108
- "@fluidframework/datastore-definitions": "~2.81.0",
109
- "@fluidframework/driver-definitions": "~2.81.0",
110
- "@fluidframework/id-compressor": "~2.81.0",
111
- "@fluidframework/runtime-definitions": "~2.81.0",
112
- "@fluidframework/runtime-utils": "~2.81.0",
113
- "@fluidframework/shared-object-base": "~2.81.0",
114
- "@fluidframework/telemetry-utils": "~2.81.0",
104
+ "@fluid-internal/client-utils": "~2.81.1",
105
+ "@fluidframework/container-runtime": "~2.81.1",
106
+ "@fluidframework/core-interfaces": "~2.81.1",
107
+ "@fluidframework/core-utils": "~2.81.1",
108
+ "@fluidframework/datastore-definitions": "~2.81.1",
109
+ "@fluidframework/driver-definitions": "~2.81.1",
110
+ "@fluidframework/id-compressor": "~2.81.1",
111
+ "@fluidframework/runtime-definitions": "~2.81.1",
112
+ "@fluidframework/runtime-utils": "~2.81.1",
113
+ "@fluidframework/shared-object-base": "~2.81.1",
114
+ "@fluidframework/telemetry-utils": "~2.81.1",
115
115
  "@sinclair/typebox": "^0.34.13",
116
116
  "@tylerbu/sorted-btree-es6": "^1.8.0",
117
117
  "@types/ungap__structured-clone": "^1.2.0",
@@ -122,20 +122,20 @@
122
122
  "devDependencies": {
123
123
  "@arethetypeswrong/cli": "^0.18.2",
124
124
  "@biomejs/biome": "~1.9.3",
125
- "@fluid-internal/mocha-test-setup": "~2.81.0",
126
- "@fluid-private/stochastic-test-utils": "~2.81.0",
127
- "@fluid-private/test-dds-utils": "~2.81.0",
128
- "@fluid-private/test-drivers": "~2.81.0",
125
+ "@fluid-internal/mocha-test-setup": "~2.81.1",
126
+ "@fluid-private/stochastic-test-utils": "~2.81.1",
127
+ "@fluid-private/test-dds-utils": "~2.81.1",
128
+ "@fluid-private/test-drivers": "~2.81.1",
129
129
  "@fluid-tools/benchmark": "^0.52.0",
130
130
  "@fluid-tools/build-cli": "^0.63.0",
131
131
  "@fluidframework/build-common": "^2.0.3",
132
132
  "@fluidframework/build-tools": "^0.63.0",
133
- "@fluidframework/container-definitions": "~2.81.0",
134
- "@fluidframework/container-loader": "~2.81.0",
135
- "@fluidframework/eslint-config-fluid": "~2.81.0",
136
- "@fluidframework/test-runtime-utils": "~2.81.0",
137
- "@fluidframework/test-utils": "~2.81.0",
138
- "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.80.0",
133
+ "@fluidframework/container-definitions": "~2.81.1",
134
+ "@fluidframework/container-loader": "~2.81.1",
135
+ "@fluidframework/eslint-config-fluid": "~2.81.1",
136
+ "@fluidframework/test-runtime-utils": "~2.81.1",
137
+ "@fluidframework/test-utils": "~2.81.1",
138
+ "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.81.0",
139
139
  "@microsoft/api-extractor": "7.52.11",
140
140
  "@types/diff": "^3.5.1",
141
141
  "@types/easy-table": "^0.0.32",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/tree";
9
- export const pkgVersion = "2.81.0";
9
+ export const pkgVersion = "2.81.1";