@p8ec/shared 1.1.6 → 1.1.7

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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@p8ec/shared",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "P(8) Global Shared Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  "build:esm": "tsc -p configs/tsconfig.esm.json",
16
16
  "build:cjs": "tsc -p configs/tsconfig.cjs.json && chmod -R +x dist/cjs/bin/*.js",
17
17
  "build:types": "tsc -p configs/tsconfig.types.json",
18
- "clean": "rimraf dist docs coverage",
19
- "reset": "npm run clean && rimraf node_modules && npm install",
18
+ "clean": "rm -rf dist docs coverage",
19
+ "reset": "npm run clean && rm -rf node_modules && npm install",
20
20
  "prepare": "husky install",
21
21
  "test": "jest --no-cache --runInBand",
22
22
  "test:cov": "jest --coverage --no-cache --runInBand",
@@ -33,16 +33,16 @@
33
33
  "module": "dist/esm/index.js",
34
34
  "types": "dist/types/index.d.ts",
35
35
  "devDependencies": {
36
- "@commitlint/cli": "^19.2.2",
36
+ "@commitlint/cli": "^19.3.0",
37
37
  "@commitlint/config-conventional": "^19.2.2",
38
38
  "@swc/cli": "^0.3.12",
39
- "@swc/core": "^1.4.16",
39
+ "@swc/core": "^1.5.27",
40
40
  "@swc/jest": "^0.2.36",
41
- "@types/jest": "^29.5.11",
41
+ "@types/jest": "^29.5.12",
42
42
  "husky": "^9.0.11",
43
43
  "jest": "^29.7.0",
44
- "lint-staged": "^15.2.0",
45
- "rimraf": "^5.0.5",
44
+ "lint-staged": "^15.2.5",
45
+ "rimraf": "^5.0.7",
46
46
  "ts-node": "^10.9.2",
47
47
  "typedoc": "^0.25.13",
48
48
  "typescript": "^5.4.5"
@@ -120,7 +120,7 @@
120
120
  "ferramenta": "^1.3.0",
121
121
  "@typescript-eslint/eslint-plugin": "^7.7.0",
122
122
  "@typescript-eslint/parser": "^7.7.0",
123
- "eslint": "^8.57.0",
123
+ "eslint": "^8 || ^9",
124
124
  "eslint-config-prettier": "^9.1.0",
125
125
  "eslint-plugin-header": "^3.1.1",
126
126
  "eslint-plugin-prettier": "^5.1.0",