@fluid-internal/client-utils 2.70.0-361092 → 2.70.0-361248
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/performanceIsomorphic.d.ts +2 -2
- package/dist/performanceIsomorphic.js +2 -2
- package/dist/performanceIsomorphic.js.map +1 -1
- package/lib/performanceIsomorphic.d.ts +2 -2
- package/lib/performanceIsomorphic.js +2 -2
- package/lib/performanceIsomorphic.js.map +1 -1
- package/package.json +5 -5
- package/src/performanceIsomorphic.ts +2 -2
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* @remarks
|
|
9
9
|
*
|
|
10
10
|
* The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.
|
|
11
|
-
* - The
|
|
12
|
-
* -
|
|
11
|
+
* - The {@link https://w3c.github.io/hr-time/#the-performance-attribute | global `performance` attribute}
|
|
12
|
+
* - {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis | `globalThis`}
|
|
13
13
|
*
|
|
14
14
|
* @internal
|
|
15
15
|
*/
|
|
@@ -11,8 +11,8 @@ exports.performanceNow = void 0;
|
|
|
11
11
|
* @remarks
|
|
12
12
|
*
|
|
13
13
|
* The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.
|
|
14
|
-
* - The
|
|
15
|
-
* -
|
|
14
|
+
* - The {@link https://w3c.github.io/hr-time/#the-performance-attribute | global `performance` attribute}
|
|
15
|
+
* - {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis | `globalThis`}
|
|
16
16
|
*
|
|
17
17
|
* @internal
|
|
18
18
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"performanceIsomorphic.js","sourceRoot":"","sources":["../src/performanceIsomorphic.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;;;;;;;;GAUG;AACI,MAAM,cAAc,GAAiB,GAAG,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC;AAAlE,QAAA,cAAc,kBAAoD","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * Exposes `Performance.now()` in both Node and browser environments.\n *\n * @remarks\n *\n * The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.\n * - The
|
|
1
|
+
{"version":3,"file":"performanceIsomorphic.js","sourceRoot":"","sources":["../src/performanceIsomorphic.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;;;;;;;;GAUG;AACI,MAAM,cAAc,GAAiB,GAAG,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC;AAAlE,QAAA,cAAc,kBAAoD","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * Exposes `Performance.now()` in both Node and browser environments.\n *\n * @remarks\n *\n * The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.\n * - The {@link https://w3c.github.io/hr-time/#the-performance-attribute | global `performance` attribute}\n * - {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis | `globalThis`}\n *\n * @internal\n */\nexport const performanceNow: () => number = () => globalThis.performance.now();\n"]}
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* @remarks
|
|
9
9
|
*
|
|
10
10
|
* The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.
|
|
11
|
-
* - The
|
|
12
|
-
* -
|
|
11
|
+
* - The {@link https://w3c.github.io/hr-time/#the-performance-attribute | global `performance` attribute}
|
|
12
|
+
* - {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis | `globalThis`}
|
|
13
13
|
*
|
|
14
14
|
* @internal
|
|
15
15
|
*/
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* @remarks
|
|
9
9
|
*
|
|
10
10
|
* The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.
|
|
11
|
-
* - The
|
|
12
|
-
* -
|
|
11
|
+
* - The {@link https://w3c.github.io/hr-time/#the-performance-attribute | global `performance` attribute}
|
|
12
|
+
* - {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis | `globalThis`}
|
|
13
13
|
*
|
|
14
14
|
* @internal
|
|
15
15
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"performanceIsomorphic.js","sourceRoot":"","sources":["../src/performanceIsomorphic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,cAAc,GAAiB,GAAG,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * Exposes `Performance.now()` in both Node and browser environments.\n *\n * @remarks\n *\n * The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.\n * - The
|
|
1
|
+
{"version":3,"file":"performanceIsomorphic.js","sourceRoot":"","sources":["../src/performanceIsomorphic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,cAAc,GAAiB,GAAG,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * Exposes `Performance.now()` in both Node and browser environments.\n *\n * @remarks\n *\n * The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.\n * - The {@link https://w3c.github.io/hr-time/#the-performance-attribute | global `performance` attribute}\n * - {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis | `globalThis`}\n *\n * @internal\n */\nexport const performanceNow: () => number = () => globalThis.performance.now();\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/client-utils",
|
|
3
|
-
"version": "2.70.0-
|
|
3
|
+
"version": "2.70.0-361248",
|
|
4
4
|
"description": "Not intended for use outside the Fluid Framework.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"temp-directory": "nyc/.nyc_output"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@fluidframework/core-interfaces": "2.70.0-
|
|
81
|
-
"@fluidframework/core-utils": "2.70.0-
|
|
80
|
+
"@fluidframework/core-interfaces": "2.70.0-361248",
|
|
81
|
+
"@fluidframework/core-utils": "2.70.0-361248",
|
|
82
82
|
"@types/events_pkg": "npm:@types/events@^3.0.0",
|
|
83
83
|
"base64-js": "^1.5.1",
|
|
84
84
|
"buffer": "^6.0.3",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
90
90
|
"@biomejs/biome": "~1.9.3",
|
|
91
91
|
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.63.0",
|
|
92
|
-
"@fluid-internal/mocha-test-setup": "2.70.0-
|
|
92
|
+
"@fluid-internal/mocha-test-setup": "2.70.0-361248",
|
|
93
93
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
94
94
|
"@fluidframework/build-common": "^2.0.3",
|
|
95
95
|
"@fluidframework/build-tools": "^0.58.3",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@microsoft/api-extractor": "7.52.11",
|
|
98
98
|
"@types/base64-js": "^1.3.0",
|
|
99
99
|
"@types/jest": "29.5.3",
|
|
100
|
-
"@types/jest-environment-puppeteer": "2.70.0-
|
|
100
|
+
"@types/jest-environment-puppeteer": "2.70.0-361248",
|
|
101
101
|
"@types/mocha": "^10.0.10",
|
|
102
102
|
"@types/node": "^18.19.0",
|
|
103
103
|
"@types/rewire": "^2.5.28",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* @remarks
|
|
10
10
|
*
|
|
11
11
|
* The performance API is available as an attribute on the `WindowOrWorkerGlobalScope` object which `globalThis` points to.
|
|
12
|
-
* - The
|
|
13
|
-
* -
|
|
12
|
+
* - The {@link https://w3c.github.io/hr-time/#the-performance-attribute | global `performance` attribute}
|
|
13
|
+
* - {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis | `globalThis`}
|
|
14
14
|
*
|
|
15
15
|
* @internal
|
|
16
16
|
*/
|