@rotorsoft/act 1.0.0 → 1.1.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.
- package/dist/.tsbuildinfo +1 -1
- package/dist/@types/adapters/in-memory-store.d.ts +17 -1
- package/dist/@types/adapters/in-memory-store.d.ts.map +1 -1
- package/dist/@types/types/ports.d.ts +138 -0
- package/dist/@types/types/ports.d.ts.map +1 -1
- package/dist/{chunk-VC6MSVC3.js → chunk-TN4XS7WE.js} +82 -1
- package/dist/{chunk-VC6MSVC3.js.map → chunk-TN4XS7WE.js.map} +1 -1
- package/dist/index.cjs +81 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/test/index.cjs +83 -2
- package/dist/test/index.cjs.map +1 -1
- package/dist/test/index.js +3 -3
- package/dist/test/index.js.map +1 -1
- package/package.json +2 -2
package/dist/test/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
InMemoryCache,
|
|
3
3
|
InMemoryStore
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-TN4XS7WE.js";
|
|
5
5
|
import "../chunk-TZWDSNSN.js";
|
|
6
6
|
import {
|
|
7
7
|
__commonJS,
|
|
@@ -3801,7 +3801,7 @@ function manageArtifactAttachment(attachment) {
|
|
|
3801
3801
|
}
|
|
3802
3802
|
}
|
|
3803
3803
|
|
|
3804
|
-
// ../../node_modules/.pnpm/vite@7.3.3_@types+node@25.
|
|
3804
|
+
// ../../node_modules/.pnpm/vite@7.3.3_@types+node@25.9.1_jiti@2.6.1_lightningcss@1.32.0_terser@5.46.1_tsx@4.22.3_yaml@2.9.0/node_modules/vite/dist/node/module-runner.js
|
|
3805
3805
|
var SOURCEMAPPING_URL = "sourceMa";
|
|
3806
3806
|
SOURCEMAPPING_URL += "ppingURL";
|
|
3807
3807
|
var isWindows = typeof process < "u" && process.platform === "win32";
|
|
@@ -3846,7 +3846,7 @@ var envProxy = new Proxy({}, { get(_, p) {
|
|
|
3846
3846
|
throw Error(`[module runner] Dynamic access of "import.meta.env" is not supported. Please, use "import.meta.env.${String(p)}" instead.`);
|
|
3847
3847
|
} });
|
|
3848
3848
|
|
|
3849
|
-
// ../../node_modules/.pnpm/vitest@4.1.7_@opentelemetry+api@1.9.0_@types+node@25.
|
|
3849
|
+
// ../../node_modules/.pnpm/vitest@4.1.7_@opentelemetry+api@1.9.0_@types+node@25.9.1_@vitest+coverage-v8@4.1.7_vite_a8a01b4003196882187ed5d804d1f0c5/node_modules/vitest/dist/index.js
|
|
3850
3850
|
var import_expect_type = __toESM(require_dist(), 1);
|
|
3851
3851
|
|
|
3852
3852
|
// src/test/sandbox.ts
|