relaxnative 0.1.5 → 0.1.7

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,13 +10,13 @@ import {
10
10
  removePackage,
11
11
  runNativeTests,
12
12
  updateIndex
13
- } from "./chunk-SOYA3COP.js";
13
+ } from "./chunk-BAKGWHBY.js";
14
14
  import {
15
15
  detectCompilers,
16
16
  getCacheRoot
17
- } from "./chunk-5OGJZMKW.js";
17
+ } from "./chunk-PWGX6ZOM.js";
18
18
  import "./chunk-HBO7F7P4.js";
19
- import "./chunk-GKVUUIR2.js";
19
+ import "./chunk-GAHPTYUE.js";
20
20
  import "./chunk-MLKGABMK.js";
21
21
 
22
22
  // src/cli.ts
package/dist/index.js CHANGED
@@ -24,20 +24,18 @@ import {
24
24
  runNativeTests,
25
25
  trustPolicy,
26
26
  updateIndex
27
- } from "./chunk-SOYA3COP.js";
27
+ } from "./chunk-BAKGWHBY.js";
28
28
  import {
29
29
  alloc,
30
- allocRaw,
31
30
  compileNative,
32
31
  compileWithCache,
33
32
  detectCompilers,
34
33
  free,
35
- freeRaw,
36
34
  loadNative,
37
35
  loadNativeDevHot,
38
36
  loadNativeWithBindings,
39
37
  memory_exports
40
- } from "./chunk-5OGJZMKW.js";
38
+ } from "./chunk-PWGX6ZOM.js";
41
39
  import "./chunk-HBO7F7P4.js";
42
40
  import {
43
41
  InvalidFreeError,
@@ -45,8 +43,10 @@ import {
45
43
  NativeBuffer,
46
44
  NativePointer,
47
45
  NullPointerError,
48
- UseAfterFreeError
49
- } from "./chunk-GKVUUIR2.js";
46
+ UseAfterFreeError,
47
+ allocRaw,
48
+ freeRaw
49
+ } from "./chunk-GAHPTYUE.js";
50
50
  import "./chunk-MLKGABMK.js";
51
51
 
52
52
  // src/registry/loadRegistry.ts
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  alloc,
3
3
  loadNative
4
- } from "../chunk-5OGJZMKW.js";
4
+ } from "../chunk-PWGX6ZOM.js";
5
5
  import "../chunk-HBO7F7P4.js";
6
- import "../chunk-GKVUUIR2.js";
6
+ import "../chunk-GAHPTYUE.js";
7
7
  import "../chunk-MLKGABMK.js";
8
8
 
9
9
  // src/memory/memory.selftest.ts
@@ -3,7 +3,7 @@ import {
3
3
  } from "../chunk-HBO7F7P4.js";
4
4
  import {
5
5
  loadFfi
6
- } from "../chunk-GKVUUIR2.js";
6
+ } from "../chunk-GAHPTYUE.js";
7
7
  import "../chunk-MLKGABMK.js";
8
8
 
9
9
  // src/worker/safetyGuards.ts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  loadFfi
3
- } from "../chunk-GKVUUIR2.js";
3
+ } from "../chunk-GAHPTYUE.js";
4
4
  import "../chunk-MLKGABMK.js";
5
5
 
6
6
  // src/worker/workerEntry.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relaxnative",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "description": "Zero-config native C/C++/Rust execution for Node.js",
6
6
  "license": "MIT",