@blocklet/server-js 1.16.50 → 1.16.51-beta-20250905-023351-70af144b

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.
@@ -3805,6 +3805,16 @@
3805
3805
  "ofType": null
3806
3806
  },
3807
3807
  "defaultValue": null
3808
+ },
3809
+ {
3810
+ "name": "useCache",
3811
+ "description": null,
3812
+ "type": {
3813
+ "kind": "SCALAR",
3814
+ "name": "Boolean",
3815
+ "ofType": null
3816
+ },
3817
+ "defaultValue": null
3808
3818
  }
3809
3819
  ],
3810
3820
  "interfaces": null,
package/dist/types.js CHANGED
@@ -1006,6 +1006,7 @@
1006
1006
  * @property {boolean} attachRuntimeInfo
1007
1007
  * @property {boolean} getOptionalComponents
1008
1008
  * @property {string} domain
1009
+ * @property {boolean} useCache
1009
1010
  */
1010
1011
 
1011
1012
  /**