@gxp-dev/tools 2.0.70 → 2.0.71
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/package.json
CHANGED
|
@@ -778,10 +778,6 @@ export const useGxpStore = defineStore("gxp-portal-app", () => {
|
|
|
778
778
|
findDependency,
|
|
779
779
|
|
|
780
780
|
// Update methods (for DevTools and programmatic updates)
|
|
781
|
-
updateString,
|
|
782
|
-
updateSetting,
|
|
783
|
-
updateAsset,
|
|
784
|
-
updateState,
|
|
785
781
|
addDevAsset,
|
|
786
782
|
|
|
787
783
|
// Socket methods
|