@fluid-experimental/attributor 2.1.0-276326 → 2.1.0-281041
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/README.md +3 -1
- package/package.json +22 -22
package/README.md
CHANGED
|
@@ -9,10 +9,12 @@ This package contains definitions and implementations for framework-provided att
|
|
|
9
9
|
|
|
10
10
|
## Using Fluid Framework libraries
|
|
11
11
|
|
|
12
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
12
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
13
13
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
14
14
|
library consumers should always prefer `^`.
|
|
15
15
|
|
|
16
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
17
|
+
|
|
16
18
|
<!-- prettier-ignore-end -->
|
|
17
19
|
|
|
18
20
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/attributor",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-281041",
|
|
4
4
|
"description": "Operation attributor",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,31 +47,31 @@
|
|
|
47
47
|
"temp-directory": "nyc/.nyc_output"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluid-internal/client-utils": "2.1.0-
|
|
51
|
-
"@fluidframework/container-definitions": "2.1.0-
|
|
52
|
-
"@fluidframework/container-runtime": "2.1.0-
|
|
53
|
-
"@fluidframework/container-runtime-definitions": "2.1.0-
|
|
54
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
55
|
-
"@fluidframework/core-utils": "2.1.0-
|
|
56
|
-
"@fluidframework/datastore-definitions": "2.1.0-
|
|
57
|
-
"@fluidframework/driver-definitions": "2.1.0-
|
|
58
|
-
"@fluidframework/runtime-definitions": "2.1.0-
|
|
59
|
-
"@fluidframework/runtime-utils": "2.1.0-
|
|
60
|
-
"@fluidframework/telemetry-utils": "2.1.0-
|
|
50
|
+
"@fluid-internal/client-utils": "2.1.0-281041",
|
|
51
|
+
"@fluidframework/container-definitions": "2.1.0-281041",
|
|
52
|
+
"@fluidframework/container-runtime": "2.1.0-281041",
|
|
53
|
+
"@fluidframework/container-runtime-definitions": "2.1.0-281041",
|
|
54
|
+
"@fluidframework/core-interfaces": "2.1.0-281041",
|
|
55
|
+
"@fluidframework/core-utils": "2.1.0-281041",
|
|
56
|
+
"@fluidframework/datastore-definitions": "2.1.0-281041",
|
|
57
|
+
"@fluidframework/driver-definitions": "2.1.0-281041",
|
|
58
|
+
"@fluidframework/runtime-definitions": "2.1.0-281041",
|
|
59
|
+
"@fluidframework/runtime-utils": "2.1.0-281041",
|
|
60
|
+
"@fluidframework/telemetry-utils": "2.1.0-281041",
|
|
61
61
|
"lz4js": "^0.2.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
65
|
-
"@biomejs/biome": "
|
|
66
|
-
"@fluid-internal/mocha-test-setup": "2.1.0-
|
|
67
|
-
"@fluid-private/stochastic-test-utils": "2.1.0-
|
|
68
|
-
"@fluid-tools/build-cli": "^0.
|
|
65
|
+
"@biomejs/biome": "~1.8.3",
|
|
66
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-281041",
|
|
67
|
+
"@fluid-private/stochastic-test-utils": "2.1.0-281041",
|
|
68
|
+
"@fluid-tools/build-cli": "^0.40.0",
|
|
69
69
|
"@fluidframework/build-common": "^2.0.3",
|
|
70
|
-
"@fluidframework/build-tools": "^0.
|
|
70
|
+
"@fluidframework/build-tools": "^0.40.0",
|
|
71
71
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
72
|
-
"@fluidframework/merge-tree": "2.1.0-
|
|
73
|
-
"@fluidframework/sequence": "2.1.0-
|
|
74
|
-
"@fluidframework/test-runtime-utils": "2.1.0-
|
|
72
|
+
"@fluidframework/merge-tree": "2.1.0-281041",
|
|
73
|
+
"@fluidframework/sequence": "2.1.0-281041",
|
|
74
|
+
"@fluidframework/test-runtime-utils": "2.1.0-281041",
|
|
75
75
|
"@microsoft/api-extractor": "^7.45.1",
|
|
76
76
|
"@types/mocha": "^9.1.1",
|
|
77
77
|
"@types/node": "^18.19.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
103
103
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
104
104
|
"check:are-the-types-wrong": "attw --pack .",
|
|
105
|
-
"check:biome": "biome check .
|
|
105
|
+
"check:biome": "biome check .",
|
|
106
106
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
107
107
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
108
108
|
"check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"eslint": "eslint --format stylish src",
|
|
115
115
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
116
116
|
"format": "npm run format:biome",
|
|
117
|
-
"format:biome": "biome check . --
|
|
117
|
+
"format:biome": "biome check . --write",
|
|
118
118
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
119
119
|
"lint": "fluid-build . --task lint",
|
|
120
120
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|