@fluidframework/odsp-doclib-utils 2.71.0 → 2.72.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/odsp-doclib-utils
2
2
 
3
+ ## 2.72.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.71.0
4
8
 
5
9
  Dependency updates only.
@@ -147,7 +151,6 @@ Dependency updates only.
147
151
  TypeScript types and implementation code.
148
152
 
149
153
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
150
-
151
154
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
152
155
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
153
156
 
@@ -240,7 +243,6 @@ Dependency updates only.
240
243
 
241
244
  The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now
242
245
  imported from the **@fluidframework/core-interfaces** package:
243
-
244
246
  - interface IDisposable
245
247
  - interface IErrorEvent
246
248
  - interface IErrorEvent
@@ -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/odsp-doclib-utils";
8
- export declare const pkgVersion = "2.71.0";
8
+ export declare const pkgVersion = "2.72.0";
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/odsp-doclib-utils";
11
- exports.pkgVersion = "2.71.0";
11
+ exports.pkgVersion = "2.72.0";
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,mCAAmC,CAAC;AAC9C,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/odsp-doclib-utils\";\nexport const pkgVersion = \"2.71.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,mCAAmC,CAAC;AAC9C,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/odsp-doclib-utils\";\nexport const pkgVersion = \"2.72.0\";\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/odsp-doclib-utils";
8
- export declare const pkgVersion = "2.71.0";
8
+ export declare const pkgVersion = "2.72.0";
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/odsp-doclib-utils";
8
- export const pkgVersion = "2.71.0";
8
+ export const pkgVersion = "2.72.0";
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,mCAAmC,CAAC;AAC3D,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/odsp-doclib-utils\";\nexport const pkgVersion = \"2.71.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,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/odsp-doclib-utils\";\nexport const pkgVersion = \"2.72.0\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-doclib-utils",
3
- "version": "2.71.0",
3
+ "version": "2.72.0",
4
4
  "description": "ODSP utilities",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,24 +69,24 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "~2.71.0",
73
- "@fluidframework/core-interfaces": "~2.71.0",
74
- "@fluidframework/core-utils": "~2.71.0",
75
- "@fluidframework/driver-definitions": "~2.71.0",
76
- "@fluidframework/driver-utils": "~2.71.0",
77
- "@fluidframework/odsp-driver-definitions": "~2.71.0",
78
- "@fluidframework/telemetry-utils": "~2.71.0",
72
+ "@fluid-internal/client-utils": "~2.72.0",
73
+ "@fluidframework/core-interfaces": "~2.72.0",
74
+ "@fluidframework/core-utils": "~2.72.0",
75
+ "@fluidframework/driver-definitions": "~2.72.0",
76
+ "@fluidframework/driver-utils": "~2.72.0",
77
+ "@fluidframework/odsp-driver-definitions": "~2.72.0",
78
+ "@fluidframework/telemetry-utils": "~2.72.0",
79
79
  "isomorphic-fetch": "^3.0.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@arethetypeswrong/cli": "^0.17.1",
83
83
  "@biomejs/biome": "~1.9.3",
84
- "@fluid-internal/mocha-test-setup": "~2.71.0",
85
- "@fluid-tools/build-cli": "^0.58.3",
84
+ "@fluid-internal/mocha-test-setup": "~2.72.0",
85
+ "@fluid-tools/build-cli": "^0.60.0",
86
86
  "@fluidframework/build-common": "^2.0.3",
87
- "@fluidframework/build-tools": "^0.58.3",
88
- "@fluidframework/eslint-config-fluid": "^7.0.0",
89
- "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.70.0",
87
+ "@fluidframework/build-tools": "^0.60.0",
88
+ "@fluidframework/eslint-config-fluid": "~2.72.0",
89
+ "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.71.0",
90
90
  "@microsoft/api-extractor": "7.52.11",
91
91
  "@types/isomorphic-fetch": "^0.0.39",
92
92
  "@types/mocha": "^10.0.10",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/odsp-doclib-utils";
9
- export const pkgVersion = "2.71.0";
9
+ export const pkgVersion = "2.72.0";