@reliverse/relinka 1.2.1 → 1.2.3

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 +12 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reliverse/relinka",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "author": "blefnk",
5
5
  "type": "module",
6
6
  "description": "@reliverse/relinka is a powerful logger for your terminal.",
@@ -11,10 +11,10 @@
11
11
  "build:jsr": "bun build.optim.ts --jsr",
12
12
  "build:npm": "unbuild && bun build.optim.ts",
13
13
  "build": "redrun build:jsr build:npm optimize",
14
- "pub:jsr": "bun build:jsr && bunx jsr publish --allow-slow-types --allow-dirty",
15
- "pub:npm": "bun build:npm && bun publish",
16
- "pub:dry": "bun pub:jsr --dry-run",
17
- "pub": "redrun pub:jsr pub:npm",
14
+ "pub:jsr": "bun build.publish.ts --jsr",
15
+ "pub:npm": "bun build.publish.ts",
16
+ "pub:dry": "bun build.publish.ts --dry-run",
17
+ "pub": "redrun pub:npm pub:jsr",
18
18
  "typecheck": "tsc --noEmit",
19
19
  "lint": "eslint --cache --fix .",
20
20
  "lint:i": "eslint --inspect-config",
@@ -67,10 +67,9 @@
67
67
  "is-unicode-supported": "^2.1.0",
68
68
  "kleur": "^4.1.5",
69
69
  "log-update": "^6.1.0",
70
- "magic-regexp": "^0.8.0",
71
70
  "mute-stream": "^2.0.0",
72
71
  "node-emoji": "^2.1.3",
73
- "nypm": "^0.3.12",
72
+ "nypm": "^0.4.0",
74
73
  "ora": "^8.1.1",
75
74
  "pathe": "^1.1.2",
76
75
  "picocolors": "^1.1.1",
@@ -88,7 +87,7 @@
88
87
  "devDependencies": {
89
88
  "@arethetypeswrong/cli": "^0.17.0",
90
89
  "@biomejs/biome": "1.9.4",
91
- "@cspell/dict-npm": "^5.1.13",
90
+ "@cspell/dict-npm": "^5.1.14",
92
91
  "@eslint/js": "^9.15.0",
93
92
  "@types/ansi-diff-stream": "^1.2.3",
94
93
  "@types/bun": "^1.1.14",
@@ -103,19 +102,21 @@
103
102
  "@types/strip-comments": "^2.0.4",
104
103
  "@types/window-size": "^1.1.4",
105
104
  "bumpp": "^9.8.1",
105
+ "c12": "^2.0.1",
106
106
  "eslint": "^9.15.0",
107
107
  "eslint-plugin-perfectionist": "^4.1.2",
108
+ "execa": "^9.5.1",
108
109
  "jiti": "^2.4.0",
109
- "knip": "^5.38.0",
110
+ "knip": "^5.38.1",
110
111
  "mock-stdin": "^1.0.0",
111
112
  "printj": "^1.3.1",
112
- "putout": "^36.13.1",
113
+ "putout": "^36.14.0",
113
114
  "redrun": "^11.0.5",
114
115
  "sentencer": "^0.2.1",
115
116
  "strip-comments": "^2.0.1",
116
117
  "typescript": "^5.7.2",
117
118
  "typescript-eslint": "^8.16.0",
118
119
  "unbuild": "^2.0.0",
119
- "vitest": "^2.1.5"
120
+ "vitest": "^2.1.6"
120
121
  }
121
122
  }