Merge pull request #998 from waku-org/chore/fix-releasing

This commit is contained in:
fryorcraken.eth 2022-11-04 10:59:07 +11:00 committed by GitHub
commit fa53d3c3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 5 deletions

36
package-lock.json generated
View File

@ -16,6 +16,7 @@
"@semantic-release/npm": "^9.0.1", "@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3", "@semantic-release/release-notes-generator": "^10.0.3",
"@size-limit/preset-big-lib": "^8.1.0", "@size-limit/preset-big-lib": "^8.1.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"husky": "^8.0.1", "husky": "^8.0.1",
"lerna": "^6.0.1", "lerna": "^6.0.1",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
@ -7196,6 +7197,20 @@
"node": ">=10" "node": ">=10"
} }
}, },
"node_modules/conventional-changelog-conventionalcommits": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz",
"integrity": "sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==",
"dev": true,
"dependencies": {
"compare-func": "^2.0.0",
"lodash": "^4.17.15",
"q": "^1.5.1"
},
"engines": {
"node": ">=10"
}
},
"node_modules/conventional-changelog-core": { "node_modules/conventional-changelog-core": {
"version": "4.2.4", "version": "4.2.4",
"resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz", "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz",
@ -22491,7 +22506,7 @@
}, },
"packages/core": { "packages/core": {
"name": "@waku/core", "name": "@waku/core",
"version": "0.0.1", "version": "0.0.2",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@chainsafe/libp2p-gossipsub": "^4.1.1", "@chainsafe/libp2p-gossipsub": "^4.1.1",
@ -22509,8 +22524,8 @@
"@libp2p/websockets": "^3.0.3", "@libp2p/websockets": "^3.0.3",
"@multiformats/multiaddr": "^11.0.6", "@multiformats/multiaddr": "^11.0.6",
"@noble/secp256k1": "^1.3.4", "@noble/secp256k1": "^1.3.4",
"@waku/byte-utils": "*", "@waku/byte-utils": "0.0.1",
"@waku/interfaces": "*", "@waku/interfaces": "0.0.1",
"debug": "^4.3.4", "debug": "^4.3.4",
"it-all": "^1.0.6", "it-all": "^1.0.6",
"it-length-prefixed": "^8.0.2", "it-length-prefixed": "^8.0.2",
@ -27325,8 +27340,8 @@
"@types/uuid": "^8.3.0", "@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.8.1",
"@waku/byte-utils": "*", "@waku/byte-utils": "0.0.1",
"@waku/interfaces": "*", "@waku/interfaces": "0.0.1",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
"chai": "^4.3.4", "chai": "^4.3.4",
"cspell": "^5.14.0", "cspell": "^5.14.0",
@ -28991,6 +29006,17 @@
"q": "^1.5.1" "q": "^1.5.1"
} }
}, },
"conventional-changelog-conventionalcommits": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz",
"integrity": "sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==",
"dev": true,
"requires": {
"compare-func": "^2.0.0",
"lodash": "^4.17.15",
"q": "^1.5.1"
}
},
"conventional-changelog-core": { "conventional-changelog-core": {
"version": "4.2.4", "version": "4.2.4",
"resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz", "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz",

View File

@ -27,6 +27,7 @@
"@semantic-release/npm": "^9.0.1", "@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3", "@semantic-release/release-notes-generator": "^10.0.3",
"@size-limit/preset-big-lib": "^8.1.0", "@size-limit/preset-big-lib": "^8.1.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"husky": "^8.0.1", "husky": "^8.0.1",
"lerna": "^6.0.1", "lerna": "^6.0.1",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",