@types/office-js 1.0.570 → 1.0.571

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.
office-js/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for office-js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 02 Feb 2026 23:47:21 GMT
11
+ * Last updated: Tue, 10 Feb 2026 21:13:36 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -293,7 +293,7 @@ declare namespace Office {
293
293
  */
294
294
  function initialize(reason: InitializationReason): void;
295
295
  /**
296
- * **WARNING**: This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
296
+ * @deprecated This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
297
297
  *
298
298
  * Checks if the specified requirement set is supported by the Office application.
299
299
  * @param name - Set name; e.g., "MatrixBindings".
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.570",
3
+ "version": "1.0.571",
4
4
  "description": "TypeScript definitions for office-js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "c9da67838d0c597c47ee0d5fd5d2562c8a54e5780e3993b4ddeb6cdbbb76e512",
49
+ "typesPublisherContentHash": "d4e91d1678b07ee2a0e2f1b6ef3a7db6c706eb65fd564a50ae2a1fb92780aea5",
50
50
  "typeScriptVersion": "5.2"
51
51
  }