Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
shan57blocks committed Jun 25, 2024
1 parent b87f7eb commit e4a15a6
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 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.12"
"version": "0.0.14"
}
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huma-finance/soroban-examples",
"version": "0.0.12",
"version": "0.0.14",
"description": "",
"private": true,
"main": "src/mintReceivable.js",
Expand Down
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.12",
"version": "0.0.14",
"types": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
Expand All @@ -27,15 +27,15 @@
"binding": "ts-node --project ./tsconfig.script.json scripts/bindings.ts"
},
"dependencies": {
"@huma-finance/soroban-credit-manager": "^0.0.12",
"@huma-finance/soroban-credit-storage": "^0.0.12",
"@huma-finance/soroban-huma-config": "^0.0.12",
"@huma-finance/soroban-pool": "^0.0.12",
"@huma-finance/soroban-pool-credit": "^0.0.12",
"@huma-finance/soroban-pool-manager": "^0.0.12",
"@huma-finance/soroban-pool-storage": "^0.0.12",
"@huma-finance/soroban-sep41": "^0.0.12",
"@huma-finance/soroban-tranche-vault": "^0.0.12",
"@huma-finance/soroban-credit-manager": "^0.0.14",
"@huma-finance/soroban-credit-storage": "^0.0.14",
"@huma-finance/soroban-huma-config": "^0.0.14",
"@huma-finance/soroban-pool": "^0.0.14",
"@huma-finance/soroban-pool-credit": "^0.0.14",
"@huma-finance/soroban-pool-manager": "^0.0.14",
"@huma-finance/soroban-pool-storage": "^0.0.14",
"@huma-finance/soroban-sep41": "^0.0.14",
"@huma-finance/soroban-tranche-vault": "^0.0.14",
"@stellar/stellar-sdk": "^12.0.0-rc.3",
"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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-credit-manager",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-credit-storage",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-huma-config",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-pool",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-pool-credit",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-pool-manager",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-pool-storage",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tb-sep41/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-sep41",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
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.12",
"version": "0.0.14",
"name": "@huma-finance/soroban-tranche-vault",
"dependencies": {
"@stellar/freighter-api": "2.0.0",
Expand Down

0 comments on commit e4a15a6

Please sign in to comment.