@zuplo/runtime 6.57.12 → 6.57.14

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.
@@ -9084,7 +9084,7 @@ export declare interface ZuploContext extends EventTarget {
9084
9084
  * If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.
9085
9085
  *
9086
9086
  * The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.
9087
- * @deprecated This will be removed in the future. Use hooks instead. See {@link https://zuplo.com/docs/articles/runtime-extensions}
9087
+ * @deprecated This will be removed in the future. Use hooks instead. See {@link https://zuplo.com/docs/programmable-api/runtime-extensions}
9088
9088
  */
9089
9089
  addEventListener<Type extends keyof Record<string, Event>>(
9090
9090
  type: Type,
@@ -9092,7 +9092,7 @@ export declare interface ZuploContext extends EventTarget {
9092
9092
  options?: AddEventListenerOptions | boolean
9093
9093
  ): void;
9094
9094
  /**
9095
- * @deprecated This will be removed in the future. See {@link https://zuplo.com/docs/articles/runtime-extensions}
9095
+ * @deprecated This will be removed in the future. See {@link https://zuplo.com/docs/programmable-api/runtime-extensions}
9096
9096
  */
9097
9097
  removeEventListener<Type extends keyof Record<string, Event>>(
9098
9098
  type: Type,
@@ -1593,7 +1593,7 @@ declare interface ZuploContext extends EventTarget {
1593
1593
  * If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.
1594
1594
  *
1595
1595
  * The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.
1596
- * @deprecated This will be removed in the future. Use hooks instead. See {@link https://zuplo.com/docs/articles/runtime-extensions}
1596
+ * @deprecated This will be removed in the future. Use hooks instead. See {@link https://zuplo.com/docs/programmable-api/runtime-extensions}
1597
1597
  */
1598
1598
  addEventListener<Type extends keyof Record<string, Event>>(
1599
1599
  type: Type,
@@ -1601,7 +1601,7 @@ declare interface ZuploContext extends EventTarget {
1601
1601
  options?: AddEventListenerOptions | boolean
1602
1602
  ): void;
1603
1603
  /**
1604
- * @deprecated This will be removed in the future. See {@link https://zuplo.com/docs/articles/runtime-extensions}
1604
+ * @deprecated This will be removed in the future. See {@link https://zuplo.com/docs/programmable-api/runtime-extensions}
1605
1605
  */
1606
1606
  removeEventListener<Type extends keyof Record<string, Event>>(
1607
1607
  type: Type,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.57.12",
4
+ "version": "6.57.14",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {