@fluid-experimental/property-dds 2.74.0-368706 → 2.74.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 +4 -0
- package/eslint.config.mts +26 -0
- package/package.json +23 -22
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* GENERATED FILE - DO NOT EDIT DIRECTLY.
|
|
4
|
+
* To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
|
|
5
|
+
*/
|
|
6
|
+
import type { Linter } from "eslint";
|
|
7
|
+
import { minimalDeprecated } from "../../../../common/build/eslint-config-fluid/flat.mts";
|
|
8
|
+
|
|
9
|
+
const config: Linter.Config[] = [
|
|
10
|
+
...minimalDeprecated,
|
|
11
|
+
{
|
|
12
|
+
rules: {
|
|
13
|
+
"@typescript-eslint/strict-boolean-expressions": "off",
|
|
14
|
+
"tsdoc/syntax": "off",
|
|
15
|
+
"@fluid-internal/fluid/no-unchecked-record-access": "warn",
|
|
16
|
+
"depend/ban-dependencies": [
|
|
17
|
+
"error",
|
|
18
|
+
{
|
|
19
|
+
"allowed": ["axios", "lodash"],
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
|
|
26
|
+
export default config;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-dds",
|
|
3
|
-
"version": "2.74.0
|
|
3
|
+
"version": "2.74.0",
|
|
4
4
|
"description": "definition of the property distributed data store",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"main": "lib/index.js",
|
|
28
28
|
"types": "lib/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluid-experimental/property-changeset": "2.74.0
|
|
31
|
-
"@fluid-experimental/property-properties": "2.74.0
|
|
32
|
-
"@fluid-internal/client-utils": "2.74.0
|
|
33
|
-
"@fluidframework/container-definitions": "2.74.0
|
|
34
|
-
"@fluidframework/core-interfaces": "2.74.0
|
|
35
|
-
"@fluidframework/datastore-definitions": "2.74.0
|
|
36
|
-
"@fluidframework/driver-definitions": "2.74.0
|
|
37
|
-
"@fluidframework/runtime-definitions": "2.74.0
|
|
38
|
-
"@fluidframework/runtime-utils": "2.74.0
|
|
39
|
-
"@fluidframework/shared-object-base": "2.74.0
|
|
30
|
+
"@fluid-experimental/property-changeset": "~2.74.0",
|
|
31
|
+
"@fluid-experimental/property-properties": "~2.74.0",
|
|
32
|
+
"@fluid-internal/client-utils": "~2.74.0",
|
|
33
|
+
"@fluidframework/container-definitions": "~2.74.0",
|
|
34
|
+
"@fluidframework/core-interfaces": "~2.74.0",
|
|
35
|
+
"@fluidframework/datastore-definitions": "~2.74.0",
|
|
36
|
+
"@fluidframework/driver-definitions": "~2.74.0",
|
|
37
|
+
"@fluidframework/runtime-definitions": "~2.74.0",
|
|
38
|
+
"@fluidframework/runtime-utils": "~2.74.0",
|
|
39
|
+
"@fluidframework/shared-object-base": "~2.74.0",
|
|
40
40
|
"axios": "^1.8.4",
|
|
41
41
|
"buffer": "^6.0.3",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
@@ -48,19 +48,19 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
50
50
|
"@biomejs/biome": "~1.9.3",
|
|
51
|
-
"@fluid-experimental/property-common": "2.74.0
|
|
52
|
-
"@fluid-internal/mocha-test-setup": "2.74.0
|
|
53
|
-
"@fluid-private/test-drivers": "2.74.0
|
|
54
|
-
"@fluid-tools/build-cli": "^0.
|
|
51
|
+
"@fluid-experimental/property-common": "~2.74.0",
|
|
52
|
+
"@fluid-internal/mocha-test-setup": "~2.74.0",
|
|
53
|
+
"@fluid-private/test-drivers": "~2.74.0",
|
|
54
|
+
"@fluid-tools/build-cli": "^0.61.0",
|
|
55
55
|
"@fluidframework/build-common": "^2.0.3",
|
|
56
|
-
"@fluidframework/build-tools": "^0.
|
|
57
|
-
"@fluidframework/container-loader": "2.74.0
|
|
58
|
-
"@fluidframework/container-runtime": "2.74.0
|
|
59
|
-
"@fluidframework/local-driver": "2.74.0
|
|
60
|
-
"@fluidframework/sequence": "2.74.0
|
|
56
|
+
"@fluidframework/build-tools": "^0.61.0",
|
|
57
|
+
"@fluidframework/container-loader": "~2.74.0",
|
|
58
|
+
"@fluidframework/container-runtime": "~2.74.0",
|
|
59
|
+
"@fluidframework/local-driver": "~2.74.0",
|
|
60
|
+
"@fluidframework/sequence": "~2.74.0",
|
|
61
61
|
"@fluidframework/server-local-server": "^7.0.0",
|
|
62
|
-
"@fluidframework/test-runtime-utils": "2.74.0
|
|
63
|
-
"@fluidframework/test-utils": "2.74.0
|
|
62
|
+
"@fluidframework/test-runtime-utils": "~2.74.0",
|
|
63
|
+
"@fluidframework/test-utils": "~2.74.0",
|
|
64
64
|
"@microsoft/api-extractor": "7.52.11",
|
|
65
65
|
"@types/lodash": "^4.14.118",
|
|
66
66
|
"@types/mocha": "^10.0.10",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"easy-table": "^1.1.1",
|
|
72
72
|
"env-cmd": "^10.1.0",
|
|
73
73
|
"eslint": "~8.57.1",
|
|
74
|
+
"jiti": "^2.6.1",
|
|
74
75
|
"mocha": "^10.8.2",
|
|
75
76
|
"mocha-multi-reporters": "^1.5.1",
|
|
76
77
|
"rimraf": "^4.4.0",
|