@shba007/unascii 1.0.1 → 1.0.2

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.
package/dist/cli.cjs CHANGED
@@ -14,7 +14,7 @@ const pathe__default = /*#__PURE__*/_interopDefaultCompat(pathe);
14
14
  const fsDriver__default = /*#__PURE__*/_interopDefaultCompat(fsDriver);
15
15
 
16
16
  const name = "@shba007/unascii";
17
- const version = "1.0.1";
17
+ const version = "1.0.2";
18
18
  const description = "Print any image in ascii anywhere (browser/cli)";
19
19
 
20
20
  const storage = unstorage.createStorage({
package/dist/cli.mjs CHANGED
@@ -7,7 +7,7 @@ import fsDriver from 'unstorage/drivers/fs';
7
7
  import { a as asciiPrint, i as isURL } from './shared/unascii.B-n97ykJ.mjs';
8
8
 
9
9
  const name = "@shba007/unascii";
10
- const version = "1.0.1";
10
+ const version = "1.0.2";
11
11
  const description = "Print any image in ascii anywhere (browser/cli)";
12
12
 
13
13
  const storage = createStorage({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shba007/unascii",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Print any image in ascii anywhere (browser/cli)",
5
5
  "author": "Shirsendu Bairagi <shirsendu2001@gmail.com>",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "pnpm": "^9.15.0 || ^10.2.0",
39
39
  "bun": "^1.2.9"
40
40
  },
41
- "packageManager": "bun@1.2.19",
41
+ "packageManager": "bun@1.2.21",
42
42
  "scripts": {
43
43
  "prepare": "husky || true",
44
44
  "dev": "dotenvx run -- vitest dev",
@@ -54,32 +54,32 @@
54
54
  "unascii": "bun bin/unascii.mjs"
55
55
  },
56
56
  "dependencies": {
57
- "canvas": "^3.1.2",
58
- "chalk": "^5.4.1",
57
+ "canvas": "^3.2.0",
58
+ "chalk": "^5.6.0",
59
59
  "citty": "^0.1.6",
60
60
  "consola": "^3.4.2",
61
61
  "pathe": "^2.0.3",
62
62
  "std-env": "^3.9.0",
63
- "unstorage": "^1.16.1"
63
+ "unstorage": "^1.17.1"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@commitlint/cli": "^19.8.1",
67
67
  "@commitlint/config-conventional": "^19.8.1",
68
- "@dotenvx/dotenvx": "^1.48.3",
69
- "@types/node": "^24.1.0",
68
+ "@dotenvx/dotenvx": "^1.49.0",
69
+ "@types/node": "^24.3.1",
70
70
  "@vitest/coverage-v8": "^3.2.4",
71
- "eslint": "^9.32.0",
71
+ "eslint": "^9.35.0",
72
72
  "eslint-config-unjs": "^0.5.0",
73
73
  "husky": "^9.1.7",
74
74
  "jiti": "^2.5.1",
75
75
  "prettier": "^3.6.2",
76
- "typescript": "^5.8.3",
76
+ "typescript": "^5.9.2",
77
77
  "unbuild": "3.5.0",
78
- "vitepress": "^1.6.3",
78
+ "vitepress": "^1.6.4",
79
79
  "vitest": "^3.2.4"
80
80
  },
81
81
  "trustedDependencies": [
82
82
  "canvas",
83
83
  "esbuild"
84
84
  ]
85
- }
85
+ }