@types/office-js 1.0.570 → 1.0.572

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: Thu, 12 Feb 2026 16:16:09 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -293,9 +293,10 @@ 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.
297
- *
298
296
  * Checks if the specified requirement set is supported by the Office application.
297
+ *
298
+ * @deprecated This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
299
+ *
299
300
  * @param name - Set name; e.g., "MatrixBindings".
300
301
  * @param minVersion - The minimum required version; e.g., "1.4".
301
302
  */
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.572",
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": "640c50829f7a135ac8a1de95ded073b5f7617208358b5739b74f936dfbde4922",
50
50
  "typeScriptVersion": "5.2"
51
51
  }