@fluid-internal/client-utils 2.70.0-360753 → 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.
@@ -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 [global `performance` attribute](https://w3c.github.io/hr-time/#the-performance-attribute)
12
- * - [`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)
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 [global `performance` attribute](https://w3c.github.io/hr-time/#the-performance-attribute)
15
- * - [`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)
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 [global `performance` attribute](https://w3c.github.io/hr-time/#the-performance-attribute)\n * - [`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)\n *\n * @internal\n */\nexport const performanceNow: () => number = () => globalThis.performance.now();\n"]}
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 [global `performance` attribute](https://w3c.github.io/hr-time/#the-performance-attribute)
12
- * - [`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)
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 [global `performance` attribute](https://w3c.github.io/hr-time/#the-performance-attribute)
12
- * - [`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)
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 [global `performance` attribute](https://w3c.github.io/hr-time/#the-performance-attribute)\n * - [`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)\n *\n * @internal\n */\nexport const performanceNow: () => number = () => globalThis.performance.now();\n"]}
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-360753",
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-360753",
81
- "@fluidframework/core-utils": "2.70.0-360753",
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,15 +89,15 @@
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-360753",
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",
96
- "@fluidframework/eslint-config-fluid": "^6.0.0",
96
+ "@fluidframework/eslint-config-fluid": "^6.1.0",
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-360753",
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",
@@ -107,8 +107,8 @@
107
107
  "concurrently": "^8.2.1",
108
108
  "copyfiles": "^2.4.1",
109
109
  "cross-env": "^7.0.3",
110
- "eslint": "~8.55.0",
111
- "eslint-config-prettier": "~9.0.0",
110
+ "eslint": "~8.57.1",
111
+ "eslint-config-prettier": "~10.1.8",
112
112
  "jest": "^29.6.2",
113
113
  "jest-environment-puppeteer": "^10.1.3",
114
114
  "jest-junit": "^16.0.0",
@@ -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 [global `performance` attribute](https://w3c.github.io/hr-time/#the-performance-attribute)
13
- * - [`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)
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
  */