@oh-my-pi/pi-natives 17.2.13 → 17.2.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
@@ -279,7 +279,7 @@ export declare function __ompInstallTokioRuntime(): void
279
279
  * `packages/natives/native/index.js` (which derives the name from
280
280
  * `package.json#version`).
281
281
  */
282
- export declare function __piNativesV17_2_13(): void
282
+ export declare function __piNativesV17_2_14(): void
283
283
 
284
284
  /**
285
285
  * Apply ast-grep rewrite rules to matching files; honors `dryRun` and returns
package/native/index.js CHANGED
@@ -29,7 +29,7 @@ export const Shell = nativeBindings.Shell;
29
29
 
30
30
  // functions
31
31
  export const __ompInstallTokioRuntime = nativeBindings.__ompInstallTokioRuntime;
32
- export const __piNativesV17_2_13 = nativeBindings.__piNativesV17_2_13;
32
+ export const __piNativesV17_2_14 = nativeBindings.__piNativesV17_2_14;
33
33
  export const astEdit = nativeBindings.astEdit;
34
34
  export const astGrep = nativeBindings.astGrep;
35
35
  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": "17.2.13",
3
+ "version": "17.2.14",
4
4
  "description": "Native Rust bindings for 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",
@@ -80,10 +80,10 @@
80
80
  }
81
81
  },
82
82
  "optionalDependencies": {
83
- "@oh-my-pi/pi-natives-linux-x64": "17.2.13",
84
- "@oh-my-pi/pi-natives-linux-arm64": "17.2.13",
85
- "@oh-my-pi/pi-natives-darwin-x64": "17.2.13",
86
- "@oh-my-pi/pi-natives-darwin-arm64": "17.2.13",
87
- "@oh-my-pi/pi-natives-win32-x64": "17.2.13"
83
+ "@oh-my-pi/pi-natives-linux-x64": "17.2.14",
84
+ "@oh-my-pi/pi-natives-linux-arm64": "17.2.14",
85
+ "@oh-my-pi/pi-natives-darwin-x64": "17.2.14",
86
+ "@oh-my-pi/pi-natives-darwin-arm64": "17.2.14",
87
+ "@oh-my-pi/pi-natives-win32-x64": "17.2.14"
88
88
  }
89
89
  }