Skip to content

Commit

Permalink
unglob the files config (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek authored Jan 4, 2024
1 parent 112d650 commit 2fc4e97
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "The core package for the Connect SDK, used in conjunction with 1 or more of the chain packages",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion core/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"files": [
"dist/**/*"
"dist"
],
"dependencies": {
"@scure/base": "^1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion core/definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"files": [
"dist/**/*"
"dist"
],
"scripts": {
"test": "jest --config ../../jest.config.ts __tests__/*.ts",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "The core package for the Connect SDK, used in conjunction with 1 or more of the chain packages",
"files": [
"dist/**/*",
"dist",
"src/**/*"
],
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"sync": "tsx syncVersion.ts && npm install && npm run build",
"publish": "npm publish --access public --tag $TAG --workspace core --workspace connect --workspace platforms --workspace platforms/evm/protocols --workspace platforms/solana/protocols --workspace platforms/cosmwasm/protocols --workspace platforms/algorand/protocols",
"pub:beta": "TAG=beta npm run publish",
"pub:beta:dryrun": "TAG=beta npm run publish --dry-run",
"pub:latest": "TAG=latest npm run publish",
"test:tilt": "jest --verbose --config ./jest.config.ts --roots ./__tests__/tilt"
},
Expand Down
2 changes: 1 addition & 1 deletion platforms/algorand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Algorand, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/algorand/protocols/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Algorand, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/algorand/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Algorand, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Solana, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/aptos/protocols/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Solana, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*",
"dist",
"src/**/*"
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion platforms/aptos/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Solana, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*",
"dist",
"src/**/*"
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion platforms/cosmwasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/cosmwasm/protocols/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/cosmwasm/protocols/ibc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/cosmwasm/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/evm/protocols/cctp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/evm/protocols/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/evm/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Solana, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/solana/protocols/cctp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Solana, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/solana/protocols/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Solana, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion platforms/solana/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"description": "SDK for Solana, used in conjunction with @wormhole-foundation/connect-sdk",
"files": [
"dist/**/*"
"dist"
],
"keywords": [
"wormhole",
Expand Down
2 changes: 1 addition & 1 deletion tokenRegistry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"files": [
"dist/**/*"
"dist"
],
"scripts": {
"test": "jest --config ../jest.config.ts __tests__/*.ts",
Expand Down

0 comments on commit 2fc4e97

Please sign in to comment.