@gajae-code/natives 0.11.9 → 0.11.10

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
@@ -484,7 +484,7 @@ export declare function __piNativesPublishOutcomeV1(): void
484
484
  * `packages/natives/native/index.js` (which derives the name from
485
485
  * `package.json#version`).
486
486
  */
487
- export declare function __piNativesV0_11_9(): void
487
+ export declare function __piNativesV0_11_10(): void
488
488
 
489
489
  /**
490
490
  * Apply conservative pre-execution rewrites to a bash command.
package/native/index.js CHANGED
@@ -30,7 +30,7 @@ export const Shell = nativeBindings.Shell;
30
30
 
31
31
  // functions
32
32
  export const __piNativesPublishOutcomeV1 = nativeBindings.__piNativesPublishOutcomeV1;
33
- export const __piNativesV0_11_9 = nativeBindings.__piNativesV0_11_9;
33
+ export const __piNativesV0_11_10 = nativeBindings.__piNativesV0_11_10;
34
34
  export const applyBashFixups = nativeBindings.applyBashFixups;
35
35
  export const applyOwnerOnlyFdSecurity = nativeBindings.applyOwnerOnlyFdSecurity;
36
36
  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.9",
3
+ "version": "0.11.10",
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.9",
65
- "@gajae-code/natives-darwin-x64": "0.11.9",
66
- "@gajae-code/natives-linux-arm64": "0.11.9",
67
- "@gajae-code/natives-linux-x64": "0.11.9",
68
- "@gajae-code/natives-win32-x64": "0.11.9"
64
+ "@gajae-code/natives-darwin-arm64": "0.11.10",
65
+ "@gajae-code/natives-darwin-x64": "0.11.10",
66
+ "@gajae-code/natives-linux-arm64": "0.11.10",
67
+ "@gajae-code/natives-linux-x64": "0.11.10",
68
+ "@gajae-code/natives-win32-x64": "0.11.10"
69
69
  },
70
70
  "exports": {
71
71
  ".": {