@jup-ag/lend 0.1.7 → 0.1.9

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.
@@ -6,7 +6,7 @@ import BN from 'bn.js';
6
6
  const address = "jupr81YtYssSyPt8jbnGuiWon5f6x9TcDEFxYe3Bdzi";
7
7
  const metadata = {
8
8
  name: "vaults",
9
- version: "0.1.0",
9
+ version: "0.1.2",
10
10
  spec: "0.1.0",
11
11
  description: "Created with Anchor"
12
12
  };
@@ -4119,6 +4119,9 @@ const types = [
4119
4119
  },
4120
4120
  {
4121
4121
  name: "JupLend"
4122
+ },
4123
+ {
4124
+ name: "ChainlinkDataStreams"
4122
4125
  }
4123
4126
  ]
4124
4127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/lend",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "type": "module",