@agentxm/workspace-state 0.28.8 → 0.28.10
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.
|
@@ -103,7 +103,7 @@ const insertionIndexFor = (priorWasCanonical, path, properties) => {
|
|
|
103
103
|
export const renderExistingSettings = (priorText, prior, target, canonicalContent, applyPatch = applyJsonPatchToText) => {
|
|
104
104
|
const patch = JsonPatch.get(prior, target);
|
|
105
105
|
if (patch.length === 0) {
|
|
106
|
-
return { content:
|
|
106
|
+
return { content: priorText };
|
|
107
107
|
}
|
|
108
108
|
const priorWasCanonical = hasCanonicalTopLevelOrder(prior);
|
|
109
109
|
const edited = applyPatch(priorText, prior, patch, {
|
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"url": "https://github.com/agentxm/axm/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@agentxm/extension-model": "^0.28.
|
|
8
|
-
"@agentxm/registry-protocol": "^0.28.
|
|
7
|
+
"@agentxm/extension-model": "^0.28.10",
|
|
8
|
+
"@agentxm/registry-protocol": "^0.28.10",
|
|
9
9
|
"effect": "4.0.0-rc.112",
|
|
10
10
|
"jsonc-parser": "^3.3.1",
|
|
11
11
|
"semver": "^7.8.5",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
},
|
|
56
56
|
"sideEffects": false,
|
|
57
57
|
"type": "module",
|
|
58
|
-
"version": "0.28.
|
|
58
|
+
"version": "0.28.10"
|
|
59
59
|
}
|