@rotorsoft/act 0.40.0 → 0.41.0

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.
@@ -3879,7 +3879,7 @@ var envProxy = new Proxy({}, { get(_, p) {
3879
3879
  // ../../node_modules/.pnpm/vitest@4.1.6_@opentelemetry+api@1.9.0_@types+node@25.7.0_@vitest+coverage-v8@4.1.6_vite_582ee6038b40d7e1fe3c73876076a024/node_modules/vitest/dist/index.js
3880
3880
  var import_expect_type = __toESM(require_dist(), 1);
3881
3881
 
3882
- // src/lru-map.ts
3882
+ // src/internal/lru-map.ts
3883
3883
  var LruMap = class {
3884
3884
  constructor(_maxSize) {
3885
3885
  this._maxSize = _maxSize;