@oh-my-pi/pi-natives 17.2.2 → 17.2.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 +1 -1
- package/native/index.js +1 -1
- package/package.json +6 -6
package/native/index.d.ts
CHANGED
|
@@ -246,7 +246,7 @@ export declare function __ompInstallTokioRuntime(): void
|
|
|
246
246
|
* `packages/natives/native/index.js` (which derives the name from
|
|
247
247
|
* `package.json#version`).
|
|
248
248
|
*/
|
|
249
|
-
export declare function
|
|
249
|
+
export declare function __piNativesV17_2_4(): void
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* Apply ast-grep rewrite rules to matching files; honors `dryRun` and returns
|
package/native/index.js
CHANGED
|
@@ -28,7 +28,7 @@ export const Shell = nativeBindings.Shell;
|
|
|
28
28
|
|
|
29
29
|
// functions
|
|
30
30
|
export const __ompInstallTokioRuntime = nativeBindings.__ompInstallTokioRuntime;
|
|
31
|
-
export const
|
|
31
|
+
export const __piNativesV17_2_4 = nativeBindings.__piNativesV17_2_4;
|
|
32
32
|
export const astEdit = nativeBindings.astEdit;
|
|
33
33
|
export const astGrep = nativeBindings.astGrep;
|
|
34
34
|
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.
|
|
3
|
+
"version": "17.2.4",
|
|
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",
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"optionalDependencies": {
|
|
77
|
-
"@oh-my-pi/pi-natives-linux-x64": "17.2.
|
|
78
|
-
"@oh-my-pi/pi-natives-linux-arm64": "17.2.
|
|
79
|
-
"@oh-my-pi/pi-natives-darwin-x64": "17.2.
|
|
80
|
-
"@oh-my-pi/pi-natives-darwin-arm64": "17.2.
|
|
81
|
-
"@oh-my-pi/pi-natives-win32-x64": "17.2.
|
|
77
|
+
"@oh-my-pi/pi-natives-linux-x64": "17.2.4",
|
|
78
|
+
"@oh-my-pi/pi-natives-linux-arm64": "17.2.4",
|
|
79
|
+
"@oh-my-pi/pi-natives-darwin-x64": "17.2.4",
|
|
80
|
+
"@oh-my-pi/pi-natives-darwin-arm64": "17.2.4",
|
|
81
|
+
"@oh-my-pi/pi-natives-win32-x64": "17.2.4"
|
|
82
82
|
}
|
|
83
83
|
}
|