@luigi-project/client 2.2.2-dev.202307200031 → 2.2.2-dev.202307210030

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.
@@ -111,7 +111,7 @@ export declare interface UxManager {
111
111
  * @param {string} [settings.buttonDismiss="No"] the label for the modal dismiss button
112
112
  * @returns {promise} which is resolved when accepting the confirmation modal and rejected when dismissing it
113
113
  * @example
114
- * import LuigiClient from '@kyma-project/luigi-client';
114
+ * import LuigiClient from '@luigi-project/client';
115
115
  * const settings = {
116
116
  * header: "Confirmation",
117
117
  * body: "Are you sure you want to do this?",
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "micro-frontends",
18
18
  "microfrontends"
19
19
  ],
20
- "version": "2.2.2-dev.202307200031"
20
+ "version": "2.2.2-dev.202307210030"
21
21
  }