@fluidframework/devtools-core 2.74.0-365691 → 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/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.d.ts.map +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/eslint.config.mts +27 -0
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.d.ts.map +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +27 -26
- package/src/packageVersion.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/packageVersion.d.ts
CHANGED
|
@@ -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/devtools-core";
|
|
8
|
-
export declare const pkgVersion = "2.74.0
|
|
8
|
+
export declare const pkgVersion = "2.74.0";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,WAAW,CAAC"}
|
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 = "@fluidframework/devtools-core";
|
|
11
|
-
exports.pkgVersion = "2.74.0
|
|
11
|
+
exports.pkgVersion = "2.74.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,+BAA+B,CAAC;AAC1C,QAAA,UAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,+BAA+B,CAAC;AAC1C,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/devtools-core\";\nexport const pkgVersion = \"2.74.0\";\n"]}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 { strict } from "../../../../common/build/eslint-config-fluid/flat.mts";
|
|
8
|
+
|
|
9
|
+
const config: Linter.Config[] = [
|
|
10
|
+
...strict,
|
|
11
|
+
{
|
|
12
|
+
rules: {
|
|
13
|
+
"unicorn/no-nested-ternary": "off",
|
|
14
|
+
"@typescript-eslint/no-namespace": "off",
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
files: ["src/test/**"],
|
|
19
|
+
rules: {
|
|
20
|
+
"import-x/no-nodejs-modules": "off",
|
|
21
|
+
"unicorn/prefer-module": "off",
|
|
22
|
+
"@typescript-eslint/no-unused-expressions": "off",
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
export default config;
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -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/devtools-core";
|
|
8
|
-
export declare const pkgVersion = "2.74.0
|
|
8
|
+
export declare const pkgVersion = "2.74.0";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,WAAW,CAAC"}
|
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,+BAA+B,CAAC;AACvD,MAAM,CAAC,MAAM,UAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,+BAA+B,CAAC;AACvD,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/devtools-core\";\nexport const pkgVersion = \"2.74.0\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/devtools-core",
|
|
3
|
-
"version": "2.74.0
|
|
3
|
+
"version": "2.74.0",
|
|
4
4
|
"description": "Fluid Framework developer tools core functionality",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -77,37 +77,37 @@
|
|
|
77
77
|
"temp-directory": "nyc/.nyc_output"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@fluid-internal/client-utils": "2.74.0
|
|
81
|
-
"@fluidframework/aqueduct": "2.74.0
|
|
82
|
-
"@fluidframework/cell": "2.74.0
|
|
83
|
-
"@fluidframework/container-definitions": "2.74.0
|
|
84
|
-
"@fluidframework/container-loader": "2.74.0
|
|
85
|
-
"@fluidframework/container-runtime": "2.74.0
|
|
86
|
-
"@fluidframework/container-runtime-definitions": "2.74.0
|
|
87
|
-
"@fluidframework/core-interfaces": "2.74.0
|
|
88
|
-
"@fluidframework/core-utils": "2.74.0
|
|
89
|
-
"@fluidframework/counter": "2.74.0
|
|
90
|
-
"@fluidframework/datastore-definitions": "2.74.0
|
|
91
|
-
"@fluidframework/driver-definitions": "2.74.0
|
|
92
|
-
"@fluidframework/map": "2.74.0
|
|
93
|
-
"@fluidframework/matrix": "2.74.0
|
|
94
|
-
"@fluidframework/runtime-definitions": "2.74.0
|
|
95
|
-
"@fluidframework/sequence": "2.74.0
|
|
96
|
-
"@fluidframework/shared-object-base": "2.74.0
|
|
97
|
-
"@fluidframework/telemetry-utils": "2.74.0
|
|
98
|
-
"@fluidframework/tree": "2.74.0
|
|
80
|
+
"@fluid-internal/client-utils": "~2.74.0",
|
|
81
|
+
"@fluidframework/aqueduct": "~2.74.0",
|
|
82
|
+
"@fluidframework/cell": "~2.74.0",
|
|
83
|
+
"@fluidframework/container-definitions": "~2.74.0",
|
|
84
|
+
"@fluidframework/container-loader": "~2.74.0",
|
|
85
|
+
"@fluidframework/container-runtime": "~2.74.0",
|
|
86
|
+
"@fluidframework/container-runtime-definitions": "~2.74.0",
|
|
87
|
+
"@fluidframework/core-interfaces": "~2.74.0",
|
|
88
|
+
"@fluidframework/core-utils": "~2.74.0",
|
|
89
|
+
"@fluidframework/counter": "~2.74.0",
|
|
90
|
+
"@fluidframework/datastore-definitions": "~2.74.0",
|
|
91
|
+
"@fluidframework/driver-definitions": "~2.74.0",
|
|
92
|
+
"@fluidframework/map": "~2.74.0",
|
|
93
|
+
"@fluidframework/matrix": "~2.74.0",
|
|
94
|
+
"@fluidframework/runtime-definitions": "~2.74.0",
|
|
95
|
+
"@fluidframework/sequence": "~2.74.0",
|
|
96
|
+
"@fluidframework/shared-object-base": "~2.74.0",
|
|
97
|
+
"@fluidframework/telemetry-utils": "~2.74.0",
|
|
98
|
+
"@fluidframework/tree": "~2.74.0"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
102
102
|
"@biomejs/biome": "~1.9.3",
|
|
103
|
-
"@fluid-internal/mocha-test-setup": "2.74.0
|
|
104
|
-
"@fluid-tools/build-cli": "^0.
|
|
103
|
+
"@fluid-internal/mocha-test-setup": "~2.74.0",
|
|
104
|
+
"@fluid-tools/build-cli": "^0.61.0",
|
|
105
105
|
"@fluidframework/build-common": "^2.0.3",
|
|
106
|
-
"@fluidframework/build-tools": "^0.
|
|
106
|
+
"@fluidframework/build-tools": "^0.61.0",
|
|
107
107
|
"@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.73.0",
|
|
108
|
-
"@fluidframework/eslint-config-fluid": "2.74.0
|
|
109
|
-
"@fluidframework/id-compressor": "2.74.0
|
|
110
|
-
"@fluidframework/test-runtime-utils": "2.74.0
|
|
108
|
+
"@fluidframework/eslint-config-fluid": "~2.74.0",
|
|
109
|
+
"@fluidframework/id-compressor": "~2.74.0",
|
|
110
|
+
"@fluidframework/test-runtime-utils": "~2.74.0",
|
|
111
111
|
"@microsoft/api-extractor": "7.52.11",
|
|
112
112
|
"@types/chai": "^4.0.0",
|
|
113
113
|
"@types/mocha": "^10.0.10",
|
|
@@ -119,6 +119,7 @@
|
|
|
119
119
|
"eslint": "~8.57.1",
|
|
120
120
|
"eslint-config-prettier": "~10.1.8",
|
|
121
121
|
"eslint-plugin-chai-expect": "~3.0.0",
|
|
122
|
+
"jiti": "^2.6.1",
|
|
122
123
|
"mocha": "^10.8.2",
|
|
123
124
|
"mocha-multi-reporters": "^1.5.1",
|
|
124
125
|
"rimraf": "^4.4.0",
|
package/src/packageVersion.ts
CHANGED