@gajae-code/natives 0.11.5 → 0.11.6

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/native/index.d.ts CHANGED
@@ -1,12 +1,5 @@
1
1
  /* auto-generated by NAPI-RS */
2
2
  /* eslint-disable */
3
- /**
4
- * macOS computer-use controller.
5
- *
6
- * This declaration and the named JS export are available on every platform so
7
- * consumers can import them portably; the native controller itself is built
8
- * only on macOS.
9
- */
10
3
  export declare class ComputerController {
11
4
  constructor()
12
5
  screenshot(): ComputerScreenshot
@@ -477,7 +470,7 @@ export declare class Shell {
477
470
  * `packages/natives/native/index.js` (which derives the name from
478
471
  * `package.json#version`).
479
472
  */
480
- export declare function __piNativesV0_11_5(): void
473
+ export declare function __piNativesV0_11_6(): void
481
474
 
482
475
  /**
483
476
  * Apply conservative pre-execution rewrites to a bash command.
package/native/index.js CHANGED
@@ -29,7 +29,7 @@ export const RecoveryFsRoot = nativeBindings.RecoveryFsRoot;
29
29
  export const Shell = nativeBindings.Shell;
30
30
 
31
31
  // functions
32
- export const __piNativesV0_11_5 = nativeBindings.__piNativesV0_11_5;
32
+ export const __piNativesV0_11_6 = nativeBindings.__piNativesV0_11_6;
33
33
  export const applyBashFixups = nativeBindings.applyBashFixups;
34
34
  export const applyOwnerOnlyFdSecurity = nativeBindings.applyOwnerOnlyFdSecurity;
35
35
  export const applyOwnerOnlyPathSecurity = nativeBindings.applyOwnerOnlyPathSecurity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gajae-code/natives",
3
- "version": "0.11.5",
3
+ "version": "0.11.6",
4
4
  "description": "Native Rust bindings for grep, clipboard, image processing, syntax highlighting, PTY, and shell operations via N-API",
5
5
  "type": "module",
6
6
  "homepage": "https://gajae-code.com",
@@ -61,11 +61,11 @@
61
61
  "README.md"
62
62
  ],
63
63
  "optionalDependencies": {
64
- "@gajae-code/natives-darwin-arm64": "0.11.5",
65
- "@gajae-code/natives-darwin-x64": "0.11.5",
66
- "@gajae-code/natives-linux-arm64": "0.11.5",
67
- "@gajae-code/natives-linux-x64": "0.11.5",
68
- "@gajae-code/natives-win32-x64": "0.11.5"
64
+ "@gajae-code/natives-darwin-arm64": "0.11.6",
65
+ "@gajae-code/natives-darwin-x64": "0.11.6",
66
+ "@gajae-code/natives-linux-arm64": "0.11.6",
67
+ "@gajae-code/natives-linux-x64": "0.11.6",
68
+ "@gajae-code/natives-win32-x64": "0.11.6"
69
69
  },
70
70
  "exports": {
71
71
  ".": {