Skip to content

Conversation

@sirily11
Copy link
Contributor

@sirily11 sirily11 commented May 8, 2022

Update dependencies for main

For commit [0c4475c]

Package Package Path Current Version New Version
@etherdata-blockchain/common package.json ^4.2.2 ^4.3.0
@etherdata-blockchain/docker-plan package.json ^4.2.2 ^4.3.0
@etherdata-blockchain/ip package.json ^4.2.2 ^4.3.0
@etherdata-blockchain/logger package.json ^4.2.2 ^4.3.0

Suggested updates

package.json

{
  "name": "node-iac",
  "version": "3.1.1",
  "main": "src/app.ts'",
  "license": "MIT",
  "scripts": {
    "start": "ts-node src/app.ts",
    "lint": "eslint src/*.ts",
    "prod": "node dist/index.js",
    "compile": "wireit",
    "build": "wireit",
    "docker": "docker buildx build  -t sirily11/etd-admin-node --platform linux/arm64,linux/amd64 --push . ",
    "test": "wireit",
    "it": "ts-node src/tests/integration_tests/run.ts",
    "release": "release-it --no-requireCleanWorkingDir"
  },
  "wireit": {
    "compile": {
      "command": "tsc"
    },
    "build": {
      "command": "ncc build build/app.js -o dist",
      "dependencies": [
        "compile"
      ]
    },
    "test": {
      "command": "jest --forceExit --coverage"
    }
  },
  "dependencies": {
    "@etherdata-blockchain/common": "^4.3.0",
    "@etherdata-blockchain/docker-plan": "^4.3.0",
    "@etherdata-blockchain/ip": "^4.3.0",
    "@etherdata-blockchain/logger": "^4.3.0",
    "@types/dockerode": "^3.3.9",
    "@types/jsonwebtoken": "^8.5.8",
    "@types/node": "^17.0.31",
    "@types/node-cron": "^3.0.1",
    "@vercel/ncc": "^0.33.4",
    "axios": "^0.27.2",
    "axios-retry": "^3.2.5",
    "chalk": "^5.0.1",
    "dockerode": "^3.3.1",
    "dotenv": "^16.0.0",
    "http-method-enum": "^1.0.0",
    "http-status-codes": "^2.2.0",
    "internal-ip": "^7.0.0",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.29.3",
    "node-cron": "^3.0.0",
    "typescript": "^4.6.4",
    "web3": "^1.7.3",
    "web3-eth-admin": "^1.0.0-beta.55",
    "wireit": "^0.4.0"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^5.0.0",
    "@types/chai": "^4.3.1",
    "@types/jest": "^27.5.0",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "chai": "^4.3.6",
    "eslint": "^8.15.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "jest": "^28.1.0",
    "nock": "^13.2.4",
    "prettier": "^2.6.2",
    "release-it": "^15.0.0",
    "ts-jest": "^28.0.1",
    "ts-node": "^10.7.0"
  },
  "repository": "https://github.com/etherdata-blockchain/etd-local-admin-node.git",
  "author": "sirily11 <sirily1997@gmail.com>"
}

@github-actions github-actions bot added the bug Something isn't working label May 8, 2022
@sirily11
Copy link
Contributor Author

sirily11 commented Jan 13, 2026

Update dependencies for main

For commit [2a67ae3]

Package Package Path Current Version New Version
@types/node package.json ^25.0.8 ^25.0.9

Suggested updates

package.json

{
  "name": "node-iac",
  "version": "3.1.1",
  "main": "src/app.ts'",
  "license": "MIT",
  "scripts": {
    "start": "ts-node src/app.ts",
    "lint": "eslint src/*.ts",
    "prod": "node dist/index.js",
    "compile": "wireit",
    "build": "wireit",
    "docker": "docker buildx build  -t sirily11/etd-admin-node --platform linux/arm64,linux/amd64 --push . ",
    "test": "wireit",
    "it": "ts-node src/tests/integration_tests/run.ts",
    "release": "release-it --no-requireCleanWorkingDir"
  },
  "wireit": {
    "compile": {
      "command": "tsc"
    },
    "build": {
      "command": "ncc build build/app.js -o dist",
      "dependencies": [
        "compile"
      ]
    },
    "test": {
      "command": "jest --forceExit --coverage"
    }
  },
  "dependencies": {
    "@etherdata-blockchain/common": "^5.0.3",
    "@etherdata-blockchain/docker-plan": "^5.0.3",
    "@etherdata-blockchain/ip": "^5.0.3",
    "@etherdata-blockchain/logger": "^5.0.3",
    "@types/dockerode": "^4.0.0",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^25.0.9",
    "@types/node-cron": "^3.0.11",
    "@vercel/ncc": "^0.38.4",
    "axios": "^1.13.2",
    "axios-retry": "^4.5.0",
    "chalk": "^5.6.2",
    "dockerode": "^4.0.9",
    "dotenv": "^17.2.3",
    "http-method-enum": "^1.0.0",
    "http-status-codes": "^2.3.0",
    "internal-ip": "^8.0.1",
    "jsonwebtoken": "^9.0.3",
    "moment": "^2.30.1",
    "node-cron": "^4.2.1",
    "typescript": "^5.9.3",
    "web3": "^4.16.0",
    "web3-eth-admin": "^1.0.0-beta.55",
    "wireit": "^0.14.12"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^10.0.4",
    "@types/chai": "^5.2.3",
    "@types/jest": "^30.0.0",
    "@typescript-eslint/eslint-plugin": "^8.53.0",
    "@typescript-eslint/parser": "^8.53.0",
    "chai": "^6.2.2",
    "eslint": "^9.39.2",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.32.0",
    "jest": "^30.2.0",
    "nock": "^14.0.10",
    "prettier": "^3.8.0",
    "release-it": "^19.2.3",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2"
  },
  "repository": "https://github.com/etherdata-blockchain/etd-local-admin-node.git",
  "author": "sirily11 <sirily1997@gmail.com>"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants