diff --git a/packages/core/package.json b/packages/core/package.json index 6330dcb6..068e39d9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -58,7 +58,7 @@ "vite": "^5.3.5 || ^7.0.0" }, "dependencies": { - "@jamx/logger": "^0.1.0", + "@jamx/logger": "^0.3.0", "@tsconfig/svelte": "^5.0.2", "cheerio": "^1.0.0", "devalue": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 666ebdde..cc72c4ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -429,8 +429,8 @@ importers: packages/core: dependencies: '@jamx/logger': - specifier: ^0.1.0 - version: 0.1.0 + specifier: ^0.3.0 + version: 0.3.0 '@tsconfig/svelte': specifier: ^5.0.2 version: 5.0.8 @@ -1430,8 +1430,8 @@ packages: '@types/node': optional: true - '@jamx/logger@0.1.0': - resolution: {integrity: sha512-ySdY+98kFAAfOP41hsG1yXxTv3elmv+CpZ+fVDgK9PeAJewkCb76mInF0bhW9xMaf4WrY8VJkq3sK3FHjH665g==} + '@jamx/logger@0.3.0': + resolution: {integrity: sha512-OFkSPx0AvLU0LFWb7MEYeLPMm5pxTCdv66t5WHT02oppQiZNIQqzCsdChLF37F17QjHUv2Bu9xNxdk7iWR0lbw==} engines: {node: '>=18'} '@jridgewell/gen-mapping@0.3.13': @@ -1508,6 +1508,9 @@ packages: '@octokit/types@17.0.0': resolution: {integrity: sha512-ByP1v7YL5SMveFPP7+sj0/ZuWCOOg/Chs4NafOMpq6WNIM/hdGY0S7C0TCGDBWu1aGmOxmUIhMx3cO+IdwYZ1Q==} + '@paydirt/fmt@0.3.1': + resolution: {integrity: sha512-senJIDjZwkSjoTlTT9JgQUsQVVn+GTZBfAwBHBSwItoYAab2yweZcTM1mxKMz57+IHaaZFRPhqNZXuNVaLsuLQ==} + '@playwright/test@1.58.2': resolution: {integrity: sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==} engines: {node: '>=18'} @@ -4301,7 +4304,9 @@ snapshots: optionalDependencies: '@types/node': 24.13.3 - '@jamx/logger@0.1.0': {} + '@jamx/logger@0.3.0': + dependencies: + '@paydirt/fmt': 0.3.1 '@jridgewell/gen-mapping@0.3.13': dependencies: @@ -4401,6 +4406,8 @@ snapshots: dependencies: '@octokit/openapi-types': 28.0.0 + '@paydirt/fmt@0.3.1': {} + '@playwright/test@1.58.2': dependencies: playwright: 1.58.2