Skip to content

Commit

Permalink
Merge pull request #42 from 00labs/master
Browse files Browse the repository at this point in the history
Master merge back into develop
  • Loading branch information
mliu authored Dec 9, 2024
2 parents 40fd4aa + 73184c7 commit 8b4a114
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.14"
"version": "0.0.16"
}
20 changes: 10 additions & 10 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huma-finance/soroban-sdk",
"version": "0.0.15",
"version": "0.0.16",
"types": "./dist/index.d.ts",
"exports": {
".": {
Expand Down Expand Up @@ -32,15 +32,15 @@
"binding": "ts-node scripts/bindings.ts"
},
"dependencies": {
"@huma-finance/soroban-credit-manager": "^0.0.15",
"@huma-finance/soroban-credit-storage": "^0.0.15",
"@huma-finance/soroban-huma-config": "^0.0.15",
"@huma-finance/soroban-pool": "^0.0.15",
"@huma-finance/soroban-pool-credit": "^0.0.15",
"@huma-finance/soroban-pool-manager": "^0.0.15",
"@huma-finance/soroban-pool-storage": "^0.0.15",
"@huma-finance/soroban-sep41": "^0.0.15",
"@huma-finance/soroban-tranche-vault": "^0.0.15",
"@huma-finance/soroban-credit-manager": "^0.0.16",
"@huma-finance/soroban-credit-storage": "^0.0.16",
"@huma-finance/soroban-huma-config": "^0.0.16",
"@huma-finance/soroban-pool": "^0.0.16",
"@huma-finance/soroban-pool-credit": "^0.0.16",
"@huma-finance/soroban-pool-manager": "^0.0.16",
"@huma-finance/soroban-pool-storage": "^0.0.16",
"@huma-finance/soroban-sep41": "^0.0.16",
"@huma-finance/soroban-tranche-vault": "^0.0.16",
"@stellar/stellar-sdk": "^12.1.0",
"dotenv": "^16.0.3",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-creditManager/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-credit-manager",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-creditStorage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-credit-storage",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-humaConfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-huma-config",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-pool",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-poolCredit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-pool-credit",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-poolManager/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-pool-manager",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-poolStorage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-pool-storage",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-sep41/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-sep41",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tb-trancheVault/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"name": "@huma-finance/soroban-tranche-vault",
"exports": {
".": {
Expand Down

0 comments on commit 8b4a114

Please sign in to comment.