@fluidframework/tool-utils 2.0.0-rc.4.0.8 → 2.0.0-rc.4.0.9
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/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/tool-utils";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-rc.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.4.0.9";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
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/tool-utils";
|
|
11
|
-
exports.pkgVersion = "2.0.0-rc.4.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-rc.4.0.9";
|
|
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,4BAA4B,CAAC;AACvC,QAAA,UAAU,GAAG,gBAAgB,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/tool-utils\";\nexport const pkgVersion = \"2.0.0-rc.4.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,4BAA4B,CAAC;AACvC,QAAA,UAAU,GAAG,gBAAgB,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/tool-utils\";\nexport const pkgVersion = \"2.0.0-rc.4.0.9\";\n"]}
|
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/tool-utils";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-rc.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.4.0.9";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
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,4BAA4B,CAAC;AACpD,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,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/tool-utils\";\nexport const pkgVersion = \"2.0.0-rc.4.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,4BAA4B,CAAC;AACpD,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,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/tool-utils\";\nexport const pkgVersion = \"2.0.0-rc.4.0.9\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tool-utils",
|
|
3
|
-
"version": "2.0.0-rc.4.0.
|
|
3
|
+
"version": "2.0.0-rc.4.0.9",
|
|
4
4
|
"description": "Common utilities for Fluid tools",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -14,12 +14,20 @@
|
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
|
+
"trimmedAPI": {
|
|
18
|
+
"import": {
|
|
19
|
+
"types": "./lib/public.d.ts"
|
|
20
|
+
},
|
|
21
|
+
"require": {
|
|
22
|
+
"types": "./dist/public.d.ts"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
17
25
|
"import": {
|
|
18
|
-
"types": "./lib/
|
|
26
|
+
"types": "./lib/index.d.ts",
|
|
19
27
|
"default": "./lib/index.js"
|
|
20
28
|
},
|
|
21
29
|
"require": {
|
|
22
|
-
"types": "./dist/
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
23
31
|
"default": "./dist/index.js"
|
|
24
32
|
}
|
|
25
33
|
},
|
|
@@ -35,7 +43,7 @@
|
|
|
35
43
|
}
|
|
36
44
|
},
|
|
37
45
|
"main": "lib/index.js",
|
|
38
|
-
"types": "lib/
|
|
46
|
+
"types": "lib/index.d.ts",
|
|
39
47
|
"c8": {
|
|
40
48
|
"all": true,
|
|
41
49
|
"cache-dir": "nyc/.cache",
|
|
@@ -57,9 +65,9 @@
|
|
|
57
65
|
"temp-directory": "nyc/.nyc_output"
|
|
58
66
|
},
|
|
59
67
|
"dependencies": {
|
|
60
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.4.0.
|
|
61
|
-
"@fluidframework/driver-utils": ">=2.0.0-rc.4.0.
|
|
62
|
-
"@fluidframework/odsp-doclib-utils": ">=2.0.0-rc.4.0.
|
|
68
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.4.0.9 <2.0.0-rc.4.1.0",
|
|
69
|
+
"@fluidframework/driver-utils": ">=2.0.0-rc.4.0.9 <2.0.0-rc.4.1.0",
|
|
70
|
+
"@fluidframework/odsp-doclib-utils": ">=2.0.0-rc.4.0.9 <2.0.0-rc.4.1.0",
|
|
63
71
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
64
72
|
"async-mutex": "^0.3.1",
|
|
65
73
|
"debug": "^4.3.4",
|
|
@@ -69,7 +77,7 @@
|
|
|
69
77
|
"devDependencies": {
|
|
70
78
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
71
79
|
"@biomejs/biome": "^1.6.2",
|
|
72
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.4.0.
|
|
80
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.4.0.9 <2.0.0-rc.4.1.0",
|
|
73
81
|
"@fluid-tools/build-cli": "^0.38.0",
|
|
74
82
|
"@fluidframework/build-common": "^2.0.3",
|
|
75
83
|
"@fluidframework/build-tools": "^0.38.0",
|
|
@@ -91,6 +99,7 @@
|
|
|
91
99
|
"rimraf": "^4.4.0",
|
|
92
100
|
"typescript": "~5.1.6"
|
|
93
101
|
},
|
|
102
|
+
"exportsComments": "The 'trimmedAPI' export condition is set as a workaround for 'flub generate entrypoints', which expects `exports` to contain an entry for all entrypoints. The custom condition effectively hides the public entrypoint unless the 'trimmedAPI' condition is set manually.",
|
|
94
103
|
"typeValidation": {
|
|
95
104
|
"broken": {}
|
|
96
105
|
},
|
package/src/packageVersion.ts
CHANGED