@oh-my-pi/pi-natives 18.1.13 → 18.1.14

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
@@ -648,7 +648,7 @@ export declare function __ompInstallTokioRuntime(): void
648
648
  * `packages/natives/native/index.js` (which derives the name from
649
649
  * `package.json#version`).
650
650
  */
651
- export declare function __piNativesV18_1_13(): void
651
+ export declare function __piNativesV18_1_14(): void
652
652
 
653
653
  /**
654
654
  * Apply ast-grep rewrite rules to matching files; honors `dryRun` and returns
package/native/index.js CHANGED
@@ -39,7 +39,7 @@ export const VcsRepo = nativeBindings.VcsRepo;
39
39
 
40
40
  // functions
41
41
  export const __ompInstallTokioRuntime = nativeBindings.__ompInstallTokioRuntime;
42
- export const __piNativesV18_1_13 = nativeBindings.__piNativesV18_1_13;
42
+ export const __piNativesV18_1_14 = nativeBindings.__piNativesV18_1_14;
43
43
  export const astEdit = nativeBindings.astEdit;
44
44
  export const astGrep = nativeBindings.astGrep;
45
45
  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.1.13",
3
+ "version": "18.1.14",
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",
@@ -98,11 +98,11 @@
98
98
  }
99
99
  },
100
100
  "optionalDependencies": {
101
- "@oh-my-pi/pi-natives-linux-x64": "18.1.13",
102
- "@oh-my-pi/pi-natives-linux-arm64": "18.1.13",
103
- "@oh-my-pi/pi-natives-darwin-x64": "18.1.13",
104
- "@oh-my-pi/pi-natives-darwin-arm64": "18.1.13",
105
- "@oh-my-pi/pi-natives-win32-x64": "18.1.13",
106
- "@oh-my-pi/pi-natives-win32-arm64": "18.1.13"
101
+ "@oh-my-pi/pi-natives-linux-x64": "18.1.14",
102
+ "@oh-my-pi/pi-natives-linux-arm64": "18.1.14",
103
+ "@oh-my-pi/pi-natives-darwin-x64": "18.1.14",
104
+ "@oh-my-pi/pi-natives-darwin-arm64": "18.1.14",
105
+ "@oh-my-pi/pi-natives-win32-x64": "18.1.14",
106
+ "@oh-my-pi/pi-natives-win32-arm64": "18.1.14"
107
107
  }
108
108
  }