@@ -89,11 +89,11 @@ describe("installPluginWithOpenClaw", () => {
8989 const packageContext : PackageContext = {
9090 rootDir : "/tmp/installer" ,
9191 manifest : {
92- name : "@aitoearn/aitoearn- openclaw-cli" ,
93- version : "1.0.9 " ,
92+ name : "@aitoearn/openclaw-plugin -cli" ,
93+ version : "1.0.10 " ,
9494 } ,
9595 openclawCliPath : "/tmp/node_modules/openclaw/openclaw.mjs" ,
96- runtimeInstallSpec : "@aitoearn/openclaw-plugin@1.0.9 " ,
96+ runtimeInstallSpec : "@aitoearn/openclaw-plugin@1.0.10 " ,
9797 runtimeTrackSpec : "@aitoearn/openclaw-plugin" ,
9898 } ;
9999
@@ -104,8 +104,8 @@ describe("installPluginWithOpenClaw", () => {
104104 installs : {
105105 aitoearn : {
106106 source : "npm" ,
107- spec : "@aitoearn/openclaw-plugin@1.0.9 " ,
108- resolvedSpec : "@aitoearn/openclaw-plugin@1.0.9 " ,
107+ spec : "@aitoearn/openclaw-plugin@1.0.10 " ,
108+ resolvedSpec : "@aitoearn/openclaw-plugin@1.0.10 " ,
109109 } ,
110110 } ,
111111 } ,
@@ -133,7 +133,7 @@ describe("installPluginWithOpenClaw", () => {
133133 expect ( runOpenClaw ) . toHaveBeenCalledWith ( packageContext . openclawCliPath , [
134134 "plugins" ,
135135 "install" ,
136- "@aitoearn/openclaw-plugin@1.0.9 " ,
136+ "@aitoearn/openclaw-plugin@1.0.10 " ,
137137 ] ) ;
138138 expect ( writeConfig ) . toHaveBeenCalledWith (
139139 {
@@ -142,7 +142,7 @@ describe("installPluginWithOpenClaw", () => {
142142 aitoearn : {
143143 source : "npm" ,
144144 spec : "@aitoearn/openclaw-plugin" ,
145- resolvedSpec : "@aitoearn/openclaw-plugin@1.0.9 " ,
145+ resolvedSpec : "@aitoearn/openclaw-plugin@1.0.10 " ,
146146 } ,
147147 } ,
148148 } ,
@@ -198,8 +198,8 @@ describe("installPluginWithOpenClaw", () => {
198198 installs : {
199199 aitoearn : {
200200 source : "npm" ,
201- spec : "@aitoearn/openclaw-plugin@1.0.9 " ,
202- resolvedSpec : "@aitoearn/openclaw-plugin@1.0.9 " ,
201+ spec : "@aitoearn/openclaw-plugin@1.0.10 " ,
202+ resolvedSpec : "@aitoearn/openclaw-plugin@1.0.10 " ,
203203 } ,
204204 } ,
205205 } ,
@@ -238,7 +238,7 @@ describe("installPluginWithOpenClaw", () => {
238238 expect ( runOpenClaw ) . toHaveBeenCalledWith ( packageContext . openclawCliPath , [
239239 "plugins" ,
240240 "install" ,
241- "@aitoearn/openclaw-plugin@1.0.9 " ,
241+ "@aitoearn/openclaw-plugin@1.0.10 " ,
242242 ] ) ;
243243 expect ( rm ) . toHaveBeenCalledWith (
244244 "/tmp/.openclaw/extensions/aitoearn.legacy-backup-4321-12345" ,
@@ -251,7 +251,7 @@ describe("installPluginWithOpenClaw", () => {
251251 aitoearn : {
252252 source : "npm" ,
253253 spec : "@aitoearn/openclaw-plugin" ,
254- resolvedSpec : "@aitoearn/openclaw-plugin@1.0.9 " ,
254+ resolvedSpec : "@aitoearn/openclaw-plugin@1.0.10 " ,
255255 } ,
256256 } ,
257257 } ,
0 commit comments