@stacksjs/error-handling 0.43.0 → 0.44.6

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -59,7 +59,7 @@ const command = 'rimraf ./pnpm-lock.yaml ./node_modules/ ./.stacks/**/node_modul
59
59
  const result = await runCommand(command, options)
60
60
 
61
61
  if (result.isOk()) {
62
- log.success('Cleaned up.')
62
+ log.success('Cleaned up')
63
63
  process.exit(ExitCode.Success)
64
64
  }
65
65
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/error-handling",
3
3
  "type": "module",
4
- "version": "0.43.0",
5
- "packageManager": "pnpm@7.17.1",
4
+ "version": "0.44.6",
5
+ "packageManager": "pnpm@7.18.2",
6
6
  "description": "Type safe error handling.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,16 +35,16 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.17.1"
38
+ "pnpm": ">=7.18.2"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@ow3/eslint-config": "^0.33.11",
42
- "neverthrow": "^5.1.0"
42
+ "neverthrow": "^6.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "mkdist": "^1.0.0",
46
- "typescript": "^4.9.3",
47
- "@stacksjs/testing": "0.43.0"
46
+ "typescript": "^4.9.4",
47
+ "@stacksjs/testing": "0.44.6"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "mkdist -d",