Skip to content

Commit

Permalink
Updated Package
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-truitt committed May 3, 2024
1 parent 25d161f commit 04d6eca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
15 changes: 12 additions & 3 deletions clients/rwa-token-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"name": "@bridgesplit/rwa-token-sdk",
"version": "0.0.0",
"version": "0.0.2",
"description": "RWA Token SDK for the development of permissioned tokens on SVM blockchains.",
"homepage": "https://github.com/bridgesplit/rwa-token#readme",
"main": "dist/src/index",
"types": "dist/src/index",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"test": "vitest run --testTimeout=120000",
"lint": "eslint . --ext .ts"
"lint": "eslint . --ext .ts",
"build": "tsc"
},
"repository": {
"type": "git",
Expand All @@ -29,7 +38,7 @@
"eslint-config-xo": "^0.44.0",
"eslint-config-xo-typescript": "^3.0.0",
"typedoc": "^0.25.13",
"typescript": ">=5.0.0",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"author": "Standard Labs, Inc.",
Expand Down
3 changes: 2 additions & 1 deletion clients/rwa-token-sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"target": "ES2015",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "build",
"outDir": "dist",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
Expand Down
8 changes: 4 additions & 4 deletions clients/rwa-token-sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2009,10 +2009,10 @@ typedoc@^0.25.13:
minimatch "^9.0.3"
shiki "^0.14.7"

typescript@>=5.0.0:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
typescript@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

ufo@^1.3.2:
version "1.4.0"
Expand Down

0 comments on commit 04d6eca

Please sign in to comment.