@fluid-experimental/ot 2.1.0 → 2.2.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
  # @fluid-experimental/ot
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Distributed data structure for hosting [Operational Transformation (OT)](https://en.wikipedia.org/wiki/Operational_transformation) types.
4
4
 
5
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER:) -->
5
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER:) -->
6
6
 
7
7
  <!-- prettier-ignore-start -->
8
8
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -36,7 +36,7 @@ API documentation for **@fluid-experimental/ot** is available at <https://fluidf
36
36
 
37
37
  <!-- AUTO-GENERATED-CONTENT:END -->
38
38
 
39
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER:) -->
39
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER:) -->
40
40
 
41
41
  <!-- prettier-ignore-start -->
42
42
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -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 = "@fluid-experimental/ot";
8
- export declare const pkgVersion = "2.1.0";
8
+ export declare const pkgVersion = "2.2.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 = "@fluid-experimental/ot";
11
- exports.pkgVersion = "2.1.0";
11
+ exports.pkgVersion = "2.2.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,wBAAwB,CAAC;AACnC,QAAA,UAAU,GAAG,OAAO,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 = \"@fluid-experimental/ot\";\nexport const pkgVersion = \"2.1.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,wBAAwB,CAAC;AACnC,QAAA,UAAU,GAAG,OAAO,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 = \"@fluid-experimental/ot\";\nexport const pkgVersion = \"2.2.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 = "@fluid-experimental/ot";
8
- export declare const pkgVersion = "2.1.0";
8
+ export declare const pkgVersion = "2.2.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 = "@fluid-experimental/ot";
8
- export const pkgVersion = "2.1.0";
8
+ export const pkgVersion = "2.2.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,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,UAAU,GAAG,OAAO,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 = \"@fluid-experimental/ot\";\nexport const pkgVersion = \"2.1.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,UAAU,GAAG,OAAO,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 = \"@fluid-experimental/ot\";\nexport const pkgVersion = \"2.2.0\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/ot",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Distributed data structure for hosting ottypes",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,24 +47,24 @@
47
47
  "temp-directory": "nyc/.nyc_output"
48
48
  },
49
49
  "dependencies": {
50
- "@fluid-internal/client-utils": "~2.1.0",
51
- "@fluidframework/core-interfaces": "~2.1.0",
52
- "@fluidframework/core-utils": "~2.1.0",
53
- "@fluidframework/datastore-definitions": "~2.1.0",
54
- "@fluidframework/driver-definitions": "~2.1.0",
55
- "@fluidframework/runtime-definitions": "~2.1.0",
56
- "@fluidframework/shared-object-base": "~2.1.0"
50
+ "@fluid-internal/client-utils": "~2.2.0",
51
+ "@fluidframework/core-interfaces": "~2.2.0",
52
+ "@fluidframework/core-utils": "~2.2.0",
53
+ "@fluidframework/datastore-definitions": "~2.2.0",
54
+ "@fluidframework/driver-definitions": "~2.2.0",
55
+ "@fluidframework/runtime-definitions": "~2.2.0",
56
+ "@fluidframework/shared-object-base": "~2.2.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@arethetypeswrong/cli": "^0.15.2",
60
60
  "@biomejs/biome": "~1.8.3",
61
- "@fluid-internal/mocha-test-setup": "~2.1.0",
62
- "@fluid-private/test-dds-utils": "~2.1.0",
63
- "@fluid-tools/build-cli": "^0.41.0",
61
+ "@fluid-internal/mocha-test-setup": "~2.2.0",
62
+ "@fluid-private/test-dds-utils": "~2.2.0",
63
+ "@fluid-tools/build-cli": "^0.43.0",
64
64
  "@fluidframework/build-common": "^2.0.3",
65
- "@fluidframework/build-tools": "^0.41.0",
65
+ "@fluidframework/build-tools": "^0.43.0",
66
66
  "@fluidframework/eslint-config-fluid": "^5.3.0",
67
- "@fluidframework/test-runtime-utils": "~2.1.0",
67
+ "@fluidframework/test-runtime-utils": "~2.2.0",
68
68
  "@microsoft/api-extractor": "^7.45.1",
69
69
  "@types/mocha": "^9.1.1",
70
70
  "@types/node": "^18.19.0",
@@ -117,8 +117,8 @@
117
117
  "test": "npm run test:mocha",
118
118
  "test:coverage": "c8 npm test",
119
119
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
120
- "test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
121
- "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
120
+ "test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit",
121
+ "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
122
122
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
123
123
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../../common/build/build-common/src/cjs/package.json ./dist"
124
124
  }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluid-experimental/ot";
9
- export const pkgVersion = "2.1.0";
9
+ export const pkgVersion = "2.2.0";