@oh-my-pi/pi-natives 18.0.3 → 18.0.4

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
@@ -339,7 +339,7 @@ export declare function __ompInstallTokioRuntime(): void
339
339
  * `packages/natives/native/index.js` (which derives the name from
340
340
  * `package.json#version`).
341
341
  */
342
- export declare function __piNativesV18_0_3(): void
342
+ export declare function __piNativesV18_0_4(): void
343
343
 
344
344
  /**
345
345
  * Apply ast-grep rewrite rules to matching files; honors `dryRun` and returns
package/native/index.js CHANGED
@@ -32,7 +32,7 @@ export const TtyWriter = nativeBindings.TtyWriter;
32
32
 
33
33
  // functions
34
34
  export const __ompInstallTokioRuntime = nativeBindings.__ompInstallTokioRuntime;
35
- export const __piNativesV18_0_3 = nativeBindings.__piNativesV18_0_3;
35
+ export const __piNativesV18_0_4 = nativeBindings.__piNativesV18_0_4;
36
36
  export const astEdit = nativeBindings.astEdit;
37
37
  export const astGrep = nativeBindings.astGrep;
38
38
  export const astMatch = nativeBindings.astMatch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-pi/pi-natives",
3
- "version": "18.0.3",
3
+ "version": "18.0.4",
4
4
  "description": "Native Rust bindings for PDF conversion, audio, WebRTC, grep, clipboard, image processing, syntax highlighting, PTY, and shell operations via N-API",
5
5
  "type": "module",
6
6
  "homepage": "https://omp.sh",
@@ -92,10 +92,10 @@
92
92
  }
93
93
  },
94
94
  "optionalDependencies": {
95
- "@oh-my-pi/pi-natives-linux-x64": "18.0.3",
96
- "@oh-my-pi/pi-natives-linux-arm64": "18.0.3",
97
- "@oh-my-pi/pi-natives-darwin-x64": "18.0.3",
98
- "@oh-my-pi/pi-natives-darwin-arm64": "18.0.3",
99
- "@oh-my-pi/pi-natives-win32-x64": "18.0.3"
95
+ "@oh-my-pi/pi-natives-linux-x64": "18.0.4",
96
+ "@oh-my-pi/pi-natives-linux-arm64": "18.0.4",
97
+ "@oh-my-pi/pi-natives-darwin-x64": "18.0.4",
98
+ "@oh-my-pi/pi-natives-darwin-arm64": "18.0.4",
99
+ "@oh-my-pi/pi-natives-win32-x64": "18.0.4"
100
100
  }
101
101
  }