Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Jan 31, 2024
1 parent 72440b2 commit e2f4f21
Show file tree
Hide file tree
Showing 20 changed files with 94 additions and 66 deletions.
57 changes: 29 additions & 28 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
]
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"lint": {
"cache": true,
Expand All @@ -28,34 +23,20 @@
},
"@nx/vite:test": {
"cache": true,
"inputs": [
"default",
"^production"
]
"inputs": ["default", "^production"]
},
"@nx/jest:jest": {
"@nx/eslint:lint": {
"cache": true,
"inputs": [
"default",
"^production",
"{workspaceRoot}/jest.preset.js"
],
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
"{workspaceRoot}/.eslintrc.json",
"{workspaceRoot}/.eslintignore",
"{workspaceRoot}/eslint.config.js"
]
}
},
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": [
"default",
"!{projectRoot}/.eslintrc.json",
Expand All @@ -71,5 +52,25 @@
"{workspaceRoot}/.github/dependabot.yml"
]
},
"release": {
"projectsRelationship": "fixed",
"projects": ["packages/*"],
"changelog": {
"workspaceChangelog": false,
"projectChangelogs": {
"createRelease": "github"
}
},
"version": {
"generatorOptions": {
"currentVersionResolver": "git-tag",
"specifierSource": "conventional-commits"
}
},
"git": {
"commit": true,
"tag": true
}
},
"nxCloudAccessToken": "Y2YxODE0MzktNGEyNS00YWIxLThkMTItNTlkYWY1MDQwMDdifHJlYWQtd3JpdGU="
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,39 +38,39 @@
},
"devDependencies": {
"@libp2p/interface": "1.1.2",
"@nx/devkit": "17.2.8",
"@nx/esbuild": "^17.3.0",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "^17.3.0",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/node": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/workspace": "17.2.8",
"@nx/devkit": "17.3.0",
"@nx/esbuild": "17.3.0",
"@nx/eslint": "17.3.0",
"@nx/eslint-plugin": "17.3.0",
"@nx/jest": "17.3.0",
"@nx/js": "17.3.0",
"@nx/node": "17.3.0",
"@nx/vite": "17.3.0",
"@nx/workspace": "17.3.0",
"@swc-node/register": "~1.6.8",
"@swc/core": "~1.3.107",
"@types/jest": "^29.5.11",
"@types/node": "18.16.9",
"@types/node": "18.19.10",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.7",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"babel-jest": "^29.7.0",
"esbuild": "^0.19.12",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"ngx-deploy-npm": "8.0.0",
"nx": "17.2.8",
"nx": "17.3.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.2",
"ts-node": "10.9.1",
"tsx": "^4.7.0",
"typescript": "~5.2.2",
"typescript": "5.3.3",
"verdaccio": "^5.29.0",
"vite": "^5.0.12",
"vitest": "~0.34.6"
"vitest": "1.2.2"
}
}
3 changes: 3 additions & 0 deletions packages/brain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for brain to align it with other projects, there were no code changes.
2 changes: 1 addition & 1 deletion packages/brain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soketi/brain",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for cli to align it with other projects, there were no code changes.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@soketi/cli",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@soketi/server": "0.1.1",
"@soketi/server": "0.1.2",
"yargs": "*"
},
"type": "module",
Expand Down
3 changes: 3 additions & 0 deletions packages/connections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for connections to align it with other projects, there were no code changes.
4 changes: 2 additions & 2 deletions packages/connections/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@soketi/connections",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"tslib": "^2.3.0",
"@soketi/utils": "0.1.1"
"@soketi/utils": "0.1.2"
},
"type": "module",
"main": "./src/index.js",
Expand Down
3 changes: 3 additions & 0 deletions packages/gossiper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for gossiper to align it with other projects, there were no code changes.
4 changes: 2 additions & 2 deletions packages/gossiper/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@soketi/gossiper",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@soketi/connections": "0.1.1",
"@soketi/connections": "0.1.2",
"tslib": "^2.3.0"
},
"type": "module",
Expand Down
3 changes: 3 additions & 0 deletions packages/p2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for p2p to align it with other projects, there were no code changes.
6 changes: 3 additions & 3 deletions packages/p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soketi/p2p",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@chainsafe/libp2p-noise": "*",
"@chainsafe/libp2p-gossipsub": "*",
Expand All @@ -18,8 +18,8 @@
"@libp2p/prometheus-metrics": "*",
"@libp2p/perf": "*",
"@libp2p/pnet": "*",
"@soketi/connections": "0.1.1",
"@soketi/gossiper": "0.1.1",
"@soketi/connections": "0.1.2",
"@soketi/gossiper": "0.1.2",
"blockstore-core": "*",
"datastore-core": "*",
"helia": "*",
Expand Down
3 changes: 3 additions & 0 deletions packages/protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for protocols to align it with other projects, there were no code changes.
2 changes: 1 addition & 1 deletion packages/protocols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soketi/protocols",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for routing to align it with other projects, there were no code changes.
4 changes: 2 additions & 2 deletions packages/routing/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@soketi/routing",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"tslib": "^2.3.0",
"@soketi/connections": "0.1.1"
"@soketi/connections": "0.1.2"
},
"type": "module",
"main": "./src/index.js",
Expand Down
3 changes: 3 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for server to align it with other projects, there were no code changes.
14 changes: 7 additions & 7 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@soketi/server",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"tslib": "^2.3.0",
"@soketi/gossiper": "0.1.1",
"@soketi/connections": "0.1.1",
"@soketi/brain": "0.1.1",
"@soketi/p2p": "0.1.1",
"@soketi/routing": "0.1.1",
"@soketi/utils": "0.1.1",
"@soketi/gossiper": "0.1.2",
"@soketi/connections": "0.1.2",
"@soketi/brain": "0.1.2",
"@soketi/p2p": "0.1.2",
"@soketi/routing": "0.1.2",
"@soketi/utils": "0.1.2",
"uWebSockets.js": "*"
},
"type": "module",
Expand Down
3 changes: 3 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.2 (2024-01-30)

This was a version bump only for utils to align it with other projects, there were no code changes.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soketi/utils",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit e2f4f21

Please sign in to comment.