@magento/peregrine 12.6.0-alpha.1 → 12.6.0-beta.2
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.
- package/README.md +1 -1
- package/docs/RestApi.md +2 -2
- package/docs/Router.md +1 -2
- package/lib/targets/HookInterceptorSet.js +1 -1
- package/lib/targets/peregrine-declare.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Documentation for Magento PWA Studio packages is located at [https://
|
|
1
|
+
Documentation for Magento PWA Studio packages is located at [https://developer.adobe.com/commerce/pwa-studio/](https://developer.adobe.com/commerce/pwa-studio/).
|
package/docs/RestApi.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# REST API Clients
|
|
2
2
|
|
|
3
|
-
Documentation has been moved to the [REST API
|
|
3
|
+
Documentation has been moved to the [Commerce REST API][] site.
|
|
4
4
|
|
|
5
|
-
[REST API
|
|
5
|
+
[Commerce REST API]: https://developer.adobe.com/commerce/webapi/rest/
|
package/docs/Router.md
CHANGED
|
@@ -14,7 +14,7 @@ class HookInterceptorSet extends Trackable {
|
|
|
14
14
|
/**
|
|
15
15
|
* Direct access to the array of all generated hooks. Used for retrieving all the transform requests.
|
|
16
16
|
* @type {TransformRequest[]}
|
|
17
|
-
* @see [TransformRequest]{@link https://
|
|
17
|
+
* @see [TransformRequest]{@link https://developer.adobe.com/commerce/pwa-studio/api/buildpack/transform-requests/}
|
|
18
18
|
*/
|
|
19
19
|
get allModules() {
|
|
20
20
|
return this._all;
|
|
@@ -70,7 +70,7 @@ module.exports = targets => {
|
|
|
70
70
|
*
|
|
71
71
|
* Interceptors of `hooks` should call `wrapWith` on the individual hooks in
|
|
72
72
|
* the provided [`HookInterceptorSet` object]{@link
|
|
73
|
-
*
|
|
73
|
+
* https://developer.adobe.com/commerce/pwa-studio/tutorials/targets/modify-talon-results/}.
|
|
74
74
|
*
|
|
75
75
|
* @callback hookInterceptFunction
|
|
76
76
|
* @param {HookInterceptorSet} hookInterceptors Registry of wrappable hook namespaces
|