relaxnative 0.1.1 → 0.1.2

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/cli.js CHANGED
@@ -10,12 +10,12 @@ import {
10
10
  removePackage,
11
11
  runNativeTests,
12
12
  updateIndex
13
- } from "./chunk-5QC7YU3I.js";
13
+ } from "./chunk-ZTBXEEMF.js";
14
14
  import {
15
15
  detectCompilers,
16
16
  getCacheRoot
17
- } from "./chunk-O4ZLYK3D.js";
18
- import "./chunk-RP7PBEUQ.js";
17
+ } from "./chunk-GVGWP3E2.js";
18
+ import "./chunk-CRQZJC5B.js";
19
19
  import "./chunk-LLZ4I4OR.js";
20
20
  import "./chunk-MLKGABMK.js";
21
21
 
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  runNativeTests,
25
25
  trustPolicy,
26
26
  updateIndex
27
- } from "./chunk-5QC7YU3I.js";
27
+ } from "./chunk-ZTBXEEMF.js";
28
28
  import {
29
29
  alloc,
30
30
  allocRaw,
@@ -37,8 +37,8 @@ import {
37
37
  loadNativeDevHot,
38
38
  loadNativeWithBindings,
39
39
  memory_exports
40
- } from "./chunk-O4ZLYK3D.js";
41
- import "./chunk-RP7PBEUQ.js";
40
+ } from "./chunk-GVGWP3E2.js";
41
+ import "./chunk-CRQZJC5B.js";
42
42
  import {
43
43
  InvalidFreeError,
44
44
  MemoryError,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  alloc,
3
3
  loadNative
4
- } from "../chunk-O4ZLYK3D.js";
5
- import "../chunk-RP7PBEUQ.js";
4
+ } from "../chunk-GVGWP3E2.js";
5
+ import "../chunk-CRQZJC5B.js";
6
6
  import "../chunk-LLZ4I4OR.js";
7
7
  import "../chunk-MLKGABMK.js";
8
8
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  wrapFunctions
3
- } from "../chunk-RP7PBEUQ.js";
3
+ } from "../chunk-CRQZJC5B.js";
4
4
  import {
5
5
  loadFfi
6
6
  } from "../chunk-LLZ4I4OR.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relaxnative",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Zero-config native C/C++/Rust execution for Node.js",
6
6
  "license": "MIT",
@@ -37,9 +37,9 @@
37
37
  ],
38
38
  "scripts": {
39
39
  "build": "tsup src/index.ts src/cli.ts src/worker/workerEntry.ts src/worker/processEntry.ts src/esmLoader.ts src/memory/memory.selftest.ts --format esm --dts",
40
- "test": "vitest --run --pool=forks --maxWorkers=1",
41
- "test:inband": "vitest --run --pool=forks --maxWorkers=1",
42
- "test:native": "vitest --run --pool=forks --maxWorkers=1 src/memory/memory.test.ts",
40
+ "test": "vitest --run --pool=threads --maxWorkers=1",
41
+ "test:inband": "vitest --run --pool=threads --maxWorkers=1",
42
+ "test:native": "vitest --run --pool=threads --maxWorkers=1 src/memory/memory.test.ts",
43
43
  "selftest:memory": "npm run build && node dist/memory/memory.selftest.js",
44
44
  "prepack": "npm run build",
45
45
  "release:beta": "npm publish --tag beta",