@fluid-experimental/ot 2.1.1 → 2.2.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 +4 -0
- package/README.md +2 -2
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +15 -15
- package/src/packageVersion.ts +1 -1
package/CHANGELOG.md
CHANGED
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 (
|
|
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 (
|
|
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. -->
|
package/dist/packageVersion.d.ts
CHANGED
package/dist/packageVersion.js
CHANGED
|
@@ -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.
|
|
11
|
+
exports.pkgVersion = "2.2.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,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
|
+
{"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.1\";\n"]}
|
package/lib/packageVersion.d.ts
CHANGED
package/lib/packageVersion.js
CHANGED
|
@@ -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
|
+
{"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.1\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/ot",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.1",
|
|
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.
|
|
51
|
-
"@fluidframework/core-interfaces": "~2.
|
|
52
|
-
"@fluidframework/core-utils": "~2.
|
|
53
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
54
|
-
"@fluidframework/driver-definitions": "~2.
|
|
55
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
56
|
-
"@fluidframework/shared-object-base": "~2.
|
|
50
|
+
"@fluid-internal/client-utils": "~2.2.1",
|
|
51
|
+
"@fluidframework/core-interfaces": "~2.2.1",
|
|
52
|
+
"@fluidframework/core-utils": "~2.2.1",
|
|
53
|
+
"@fluidframework/datastore-definitions": "~2.2.1",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.2.1",
|
|
55
|
+
"@fluidframework/runtime-definitions": "~2.2.1",
|
|
56
|
+
"@fluidframework/shared-object-base": "~2.2.1"
|
|
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.
|
|
62
|
-
"@fluid-private/test-dds-utils": "~2.
|
|
63
|
-
"@fluid-tools/build-cli": "^0.
|
|
61
|
+
"@fluid-internal/mocha-test-setup": "~2.2.1",
|
|
62
|
+
"@fluid-private/test-dds-utils": "~2.2.1",
|
|
63
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
64
64
|
"@fluidframework/build-common": "^2.0.3",
|
|
65
|
-
"@fluidframework/build-tools": "^0.
|
|
65
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
66
66
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
67
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
67
|
+
"@fluidframework/test-runtime-utils": "~2.2.1",
|
|
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
|
|
121
|
-
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit
|
|
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
|
}
|
package/src/packageVersion.ts
CHANGED