@drift-labs/jit-proxy 0.19.12 → 0.20.1
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/lib/types/jit_proxy.d.ts
CHANGED
package/lib/types/jit_proxy.js
CHANGED
package/package.json
CHANGED
package/src/types/jit_proxy.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type JitProxy = {
|
|
2
|
-
version: '0.
|
|
2
|
+
version: '0.20.0';
|
|
3
3
|
name: 'jit_proxy';
|
|
4
4
|
instructions: [
|
|
5
5
|
{
|
|
@@ -382,7 +382,7 @@ export type JitProxy = {
|
|
|
382
382
|
};
|
|
383
383
|
|
|
384
384
|
export const IDL: JitProxy = {
|
|
385
|
-
version: '0.
|
|
385
|
+
version: '0.20.0',
|
|
386
386
|
name: 'jit_proxy',
|
|
387
387
|
instructions: [
|
|
388
388
|
{
|