@adviser/cement 0.2.20 → 0.2.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adviser/cement",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "better try/catch/finally handling",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -38,6 +38,7 @@
38
38
  "@typescript-eslint/eslint-plugin": "^8.2.0",
39
39
  "@typescript-eslint/parser": "^8.2.0",
40
40
  "@vitest/browser": "^2.0.5",
41
+ "ts-essentials": "^10.0.2",
41
42
  "eslint": "^9.8.0",
42
43
  "prettier": "^3.2.5",
43
44
  "tsup": "^8.1.0",
@@ -46,15 +47,11 @@
46
47
  "typescript-eslint": "^8.2.0",
47
48
  "vite-tsconfig-paths": "^5.0.1",
48
49
  "vitest": "^2.0.5",
49
- "wdio-safaridriver-service": "^2.1.1",
50
50
  "webdriverio": "^9.0.7"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=16"
54
54
  },
55
- "dependencies": {
56
- "ts-essentials": "^10.0.2"
57
- },
58
55
  "scripts": {
59
56
  "clean": "rm -rf dist node_modules",
60
57
  "build": "pnpm run build:tsc; pnpm run build:js",