@gabrielrufino/cerebrum 2.1.4 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ on:
11
11
  jobs:
12
12
  node-pkg-cd:
13
13
  name: Node package CD
14
- runs-on: ubuntu-latest
14
+ runs-on: ubuntu-slim
15
15
  steps:
16
16
  - uses: actalog/check-ci@main
17
17
  - uses: actions/checkout@v4
@@ -10,7 +10,7 @@ permissions:
10
10
  jobs:
11
11
  node-ci:
12
12
  name: Node CI
13
- runs-on: ubuntu-latest
13
+ runs-on: ubuntu-slim
14
14
  steps:
15
15
  - uses: actions/checkout@v4
16
16
  - uses: actalog/node-ci@v3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gabrielrufino/cerebrum",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Algorithms made in TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -16,15 +16,15 @@
16
16
  "author": "Gabriel Rufino <contato@gabrielrufino.com>",
17
17
  "license": "UNLICENSED",
18
18
  "devDependencies": {
19
- "@antfu/eslint-config": "^4.19.0",
20
- "@commitlint/cli": "^19.8.1",
21
- "@commitlint/config-conventional": "^19.8.1",
22
- "@faker-js/faker": "^8.4.1",
23
- "@vitest/coverage-v8": "^3.2.4",
24
- "eslint": "^9.39.1",
19
+ "@antfu/eslint-config": "^6.7.3",
20
+ "@commitlint/cli": "^20.3.0",
21
+ "@commitlint/config-conventional": "^20.3.0",
22
+ "@faker-js/faker": "^10.1.0",
23
+ "@vitest/coverage-v8": "^4.0.16",
24
+ "eslint": "^9.39.2",
25
25
  "husky": "^9.1.7",
26
26
  "typescript": "^5.9.3",
27
- "vitest": "^3.0.5"
27
+ "vitest": "^4.0.16"
28
28
  },
29
29
  "funding": [
30
30
  {