diff --git a/.changeset/brave-chefs-end.md b/.changeset/brave-chefs-end.md new file mode 100644 index 00000000..b9907dc3 --- /dev/null +++ b/.changeset/brave-chefs-end.md @@ -0,0 +1,9 @@ +--- +"@moonbeam-network/xcm-builder": patch +"@moonbeam-network/xcm-config": patch +"@moonbeam-network/xcm-types": patch +"@moonbeam-network/mrl": patch +"@moonbeam-network/xcm-sdk": patch +--- + +Lint fixes diff --git a/.changeset/config.json b/.changeset/config.json index 57763fca..c7a635f5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["sdk-simple", "mrl-simple"] + "ignore": ["sdk-simple", "mrl-simple", "scripts"] } diff --git a/examples/sdk-simple/package.json b/examples/sdk-simple/package.json index 2f01b454..55bf5b7d 100644 --- a/examples/sdk-simple/package.json +++ b/examples/sdk-simple/package.json @@ -1,6 +1,6 @@ { "name": "sdk-simple", - "version": "3.0.0", + "version": "1.0.0", "private": true, "license": "UNLICENSED", "type": "module", diff --git a/packages/builder/package.json b/packages/builder/package.json index 116d1899..5d65cd29 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -16,20 +16,14 @@ "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, - "keywords": [ - "moonbeam", - "moonriver", - "xcm" - ], + "keywords": ["moonbeam", "moonriver", "xcm"], "author": "moonbeam-foundation", "license": "MIT", "bugs": { "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": [ - "build" - ], + "files": ["build"], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/packages/config/package.json b/packages/config/package.json index 6a8dbc34..d040af5d 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -16,20 +16,14 @@ "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, - "keywords": [ - "moonbeam", - "moonriver", - "xcm" - ], + "keywords": ["moonbeam", "moonriver", "xcm"], "author": "moonbeam-foundation", "license": "MIT", "bugs": { "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": [ - "build" - ], + "files": ["build"], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/packages/mrl/package.json b/packages/mrl/package.json index 203f9ef2..73392ea6 100644 --- a/packages/mrl/package.json +++ b/packages/mrl/package.json @@ -16,20 +16,14 @@ "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, - "keywords": [ - "moonbeam", - "moonriver", - "mrl" - ], + "keywords": ["moonbeam", "moonriver", "mrl"], "author": "moonbeam-foundation", "license": "MIT", "bugs": { "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": [ - "build" - ], + "files": ["build"], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index c999dc10..c0f1e879 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -29,9 +29,7 @@ "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": [ - "build" - ], + "files": ["build"], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/packages/types/package.json b/packages/types/package.json index eb99e5d3..194bba34 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -15,20 +15,14 @@ "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, - "keywords": [ - "moonbeam", - "moonriver", - "xcm" - ], + "keywords": ["moonbeam", "moonriver", "xcm"], "author": "moonbeam-foundation", "license": "MIT", "bugs": { "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": [ - "build" - ], + "files": ["build"], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3f343498..1e61d4e0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,4 @@ packages: - 'packages/**' - 'examples/**' - - 'scripts/**' + - 'scripts' diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md deleted file mode 100644 index 1621bee0..00000000 --- a/scripts/CHANGELOG.md +++ /dev/null @@ -1,33 +0,0 @@ -# scripts - -## 3.0.4 - -### Patch Changes - -- Updated dependencies [[`ff0177f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/ff0177f7993ce365e28083d7d54abf4030160bd4)]: - - @moonbeam-network/xcm-types@3.0.5 - - @moonbeam-network/xcm-config@3.0.5 - -## 3.0.3 - -### Patch Changes - -- Updated dependencies [[`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94)]: - - @moonbeam-network/xcm-config@3.0.4 - - @moonbeam-network/xcm-types@3.0.4 - -## 3.0.2 - -### Patch Changes - -- Updated dependencies [[`81c13dc`](https://github.com/moonbeam-foundation/xcm-sdk/commit/81c13dc45e4f15ef9a311ef0c9f449224b88e535)]: - - @moonbeam-network/xcm-config@3.0.3 - - @moonbeam-network/xcm-types@3.0.3 - -## 3.0.1 - -### Patch Changes - -- Updated dependencies [[`691c44e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/691c44eb3ee0929f0666c148bf3816c74e2688a7)]: - - @moonbeam-network/xcm-config@3.0.2 - - @moonbeam-network/xcm-types@3.0.2 diff --git a/scripts/package.json b/scripts/package.json index ed115545..657471b6 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,10 +1,10 @@ { "name": "scripts", - "version": "3.0.4", + "version": "1.0.0", "scripts": {}, "private": true, "license": "UNLICENSED", - "description": "", + "type": "module", "dependencies": { "@moonbeam-network/xcm-config": "workspace:*", "@moonbeam-network/xcm-types": "workspace:*",