@better-openclaw/core 1.0.9 → 1.0.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.
- package/dist/bare-metal-partition.test.mjs +1 -1
- package/dist/composer.snapshot.test.mjs +1 -1
- package/dist/composer.test.mjs +1 -1
- package/dist/generate.test.mjs +1 -1
- package/dist/generators/bare-metal-install.test.mjs +1 -1
- package/dist/generators/traefik.test.mjs +1 -1
- package/dist/migrations.test.mjs +1 -1
- package/dist/presets/registry.test.mjs +1 -1
- package/dist/resolver.test.mjs +1 -1
- package/dist/schema.test.mjs +1 -1
- package/dist/services/registry.test.mjs +1 -1
- package/dist/skills/registry.d.mts.map +1 -1
- package/dist/skills/registry.mjs +454 -6
- package/dist/skills/registry.mjs.map +1 -1
- package/dist/validator.test.mjs +1 -1
- package/dist/version-manager.test.mjs +1 -1
- package/dist/{vi.2VT5v0um-Qk6MgAnK.mjs → vi.2VT5v0um-YSByewHe.mjs} +5 -5
- package/dist/{vi.2VT5v0um-Qk6MgAnK.mjs.map → vi.2VT5v0um-YSByewHe.mjs.map} +1 -1
- package/package.json +1 -1
- package/src/skills/registry.ts +352 -6
|
@@ -9184,7 +9184,7 @@ function manageArtifactAttachment(attachment) {
|
|
|
9184
9184
|
}
|
|
9185
9185
|
|
|
9186
9186
|
//#endregion
|
|
9187
|
-
//#region node_modules/.pnpm/vitest@4.0.18_@types+node@25.
|
|
9187
|
+
//#region node_modules/.pnpm/vitest@4.0.18_@types+node@25.3.0_yaml@2.8.2/node_modules/vitest/dist/chunks/utils.DvEY5TfP.js
|
|
9188
9188
|
const NAME_WORKER_STATE = "__vitest_worker__";
|
|
9189
9189
|
function getWorkerState() {
|
|
9190
9190
|
const workerState = globalThis[NAME_WORKER_STATE];
|
|
@@ -10296,11 +10296,11 @@ var SnapshotClient = class {
|
|
|
10296
10296
|
};
|
|
10297
10297
|
|
|
10298
10298
|
//#endregion
|
|
10299
|
-
//#region node_modules/.pnpm/vitest@4.0.18_@types+node@25.
|
|
10299
|
+
//#region node_modules/.pnpm/vitest@4.0.18_@types+node@25.3.0_yaml@2.8.2/node_modules/vitest/dist/chunks/_commonjsHelpers.D26ty3Ew.js
|
|
10300
10300
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
10301
10301
|
|
|
10302
10302
|
//#endregion
|
|
10303
|
-
//#region node_modules/.pnpm/vitest@4.0.18_@types+node@25.
|
|
10303
|
+
//#region node_modules/.pnpm/vitest@4.0.18_@types+node@25.3.0_yaml@2.8.2/node_modules/vitest/dist/chunks/date.Bq6ZW5rf.js
|
|
10304
10304
|
const RealDate = Date;
|
|
10305
10305
|
let now = null;
|
|
10306
10306
|
var MockDate = class MockDate extends RealDate {
|
|
@@ -10349,7 +10349,7 @@ function resetDate() {
|
|
|
10349
10349
|
}
|
|
10350
10350
|
|
|
10351
10351
|
//#endregion
|
|
10352
|
-
//#region node_modules/.pnpm/vitest@4.0.18_@types+node@25.
|
|
10352
|
+
//#region node_modules/.pnpm/vitest@4.0.18_@types+node@25.3.0_yaml@2.8.2/node_modules/vitest/dist/chunks/vi.2VT5v0um.js
|
|
10353
10353
|
const unsupported = [
|
|
10354
10354
|
"matchSnapshot",
|
|
10355
10355
|
"toMatchSnapshot",
|
|
@@ -12913,4 +12913,4 @@ function getImporter(name) {
|
|
|
12913
12913
|
|
|
12914
12914
|
//#endregion
|
|
12915
12915
|
export { describe as n, it as r, globalExpect as t };
|
|
12916
|
-
//# sourceMappingURL=vi.2VT5v0um-
|
|
12916
|
+
//# sourceMappingURL=vi.2VT5v0um-YSByewHe.mjs.map
|