Skip to content

Commit 71a734a

Browse files
committed
chore: 🤖 Updated module build configuration
1 parent 0ddddd1 commit 71a734a

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

‎examples/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"typescript": "^5.0.3",
2020
"vite": "^4.2.1",
2121
"zod": "^3.21.4",
22-
"@windingtree/sdk": "0.1.0-beta.9"
22+
"@windingtree/sdk": "0.1.0-beta.10"
2323
},
2424
"eslintConfig": {
2525
"extends": [

‎examples/client/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2177,10 +2177,10 @@
21772177
magic-string "^0.27.0"
21782178
react-refresh "^0.14.0"
21792179

2180-
"@windingtree/[email protected].9":
2181-
version "0.1.0-beta.9"
2182-
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.9.tgz#215fe4729d0bb7b777de449d9e3d4ce56241b432"
2183-
integrity sha512-L2RuVtCGcCuSAEcUjE25k2BaDx3SbZQJos/ncU9ncmilKFNuPbt+QAmxgveZVZRXCb5fInJyWa+V9bD9NvPAaw==
2180+
"@windingtree/[email protected].10":
2181+
version "0.1.0-beta.10"
2182+
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.10.tgz#f2092903077a597ffb3c46a6af1fda25b8586bea"
2183+
integrity sha512-9CsUr+njuL71L0eHX9GmNuaTgauGHqJzsky/annmW7WDa/GJ5cFI6mowGSMRHeCIAhtOZEtMQUAlWrHRgk1TBQ==
21842184
dependencies:
21852185
"@chainsafe/libp2p-gossipsub" "^6.2.0"
21862186
"@chainsafe/libp2p-noise" "^11.0.4"

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
],
2424
"license": "MIT",
2525
"type": "module",
26-
"types": "./lib/src/index.d.ts",
27-
"main": "./lib/src/index.js",
26+
"types": "./lib/index.d.ts",
27+
"main": "./lib/index.js",
2828
"files": [
2929
"lib/**/*",
3030
"!**/*.tsbuildinfo"

‎tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
"allowSyntheticDefaultImports": true,
1515
"resolveJsonModule": true,
1616
"noErrorTruncation": true,
17-
"incremental": true,
18-
"composite": true,
1917
"forceConsistentCasingInFileNames": true,
2018
"useUnknownInCatchVariables": true,
2119
"importsNotUsedAsValues": "remove",

0 commit comments

Comments
 (0)