diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8f4dbd0..b634f58 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,9 +1,9 @@ -name: CI Core +name: CD Core on: push: branches: - - master + - main jobs: build: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b65d57..a46ff3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI Core on: pull_request: branches: - - master + - main jobs: build: diff --git a/package.json b/package.json index 04e0874..2fd5a00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@secjs/core", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "author": "João Lenon", "repository": "https://github.com/SecJS/Core.git", @@ -13,8 +13,8 @@ "lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix" }, "devDependencies": { - "@secjs/exceptions": "1.0.1", - "@secjs/utils": "1.3.6", + "@secjs/exceptions": "1.0.3", + "@secjs/utils": "1.3.8", "@types/jest": "27.0.1", "@types/node": "14.17.0", "@typescript-eslint/eslint-plugin": "4.31.0",