@types/office-js 1.0.510 → 1.0.511

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: Wed, 11 Jun 2025 22:36:18 GMT
11
+ * Last updated: Thu, 12 Jun 2025 21:33:34 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -24822,8 +24822,10 @@ declare namespace Excel {
24822
24822
  tooManyCells = "TooManyCells",
24823
24823
  /**
24824
24824
  * An error caused by a cell's formula evaluating to a lambda value. Displays as error type #CALC! in Excel.
24825
+ *
24826
+ * Warning: `lambdaInCell` was deprecated in ExcelApi 1.19.
24825
24827
  *
24826
- * @deprecated Deprecated since [Api set: ExcelApi 1.19].
24828
+ * @deprecated Deprecated since ExcelApi 1.19.
24827
24829
  *
24828
24830
  * @remarks
24829
24831
  * [Api set: ExcelApi 1.16]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.510",
3
+ "version": "1.0.511",
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": "f63caa5f383e29dbd9e47eea08941e5fab9881355b5ce09c86384a633ffc5f1d",
49
+ "typesPublisherContentHash": "474b74ab8da0d5816ee78d20713702ef8bd2c2c6391776fa803ad4bd7c6e9492",
50
50
  "typeScriptVersion": "5.1"
51
51
  }