woodsportal-client-sdk 4.0.8-dev.6 → 4.0.8-dev.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 +2 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "woodsportal-client-sdk",
3
- "version": "4.0.8-dev.6",
3
+ "version": "4.0.8-dev.7",
4
4
  "packageManager": "pnpm@10.12.1",
5
5
  "description": "Official TypeScript/JavaScript SDK for WoodsPortal API - Authentication, user management, pipelines, and more",
6
6
  "type": "module",
@@ -72,17 +72,10 @@
72
72
  "check:exports": "publint run --pack npm && pnpm run check:types-pack",
73
73
  "check:deps": "depcruise src/main --config .dependency-cruiser.cjs",
74
74
  "check:knip": "knip",
75
- "verify": "pnpm run type-check && pnpm run lint && pnpm run format:check && pnpm test && pnpm run build && pnpm run size:check && pnpm run check:exports && pnpm run check:deps",
75
+ "verify": "pnpm run type-check && pnpm run lint && pnpm test && pnpm run build && pnpm run size:check && pnpm run check:exports && pnpm run check:deps",
76
76
  "verify:full": "pnpm run verify && pnpm run test:consumer",
77
- "prepare": "husky",
78
77
  "prepublishOnly": "pnpm run build && pnpm run type-check && pnpm run test:consumer"
79
78
  },
80
- "lint-staged": {
81
- "src/**/*.ts": [
82
- "prettier --write",
83
- "eslint --fix"
84
- ]
85
- },
86
79
  "files": [
87
80
  "dist",
88
81
  "README.md",
@@ -134,10 +127,8 @@
134
127
  "dependency-cruiser": "^16.10.0",
135
128
  "eslint": "^9.18.0",
136
129
  "eslint-config-prettier": "^10.0.1",
137
- "husky": "^9.1.7",
138
130
  "jsdom": "^26.0.0",
139
131
  "knip": "^5.46.0",
140
- "lint-staged": "^15.4.3",
141
132
  "nodemon": "^3.1.11",
142
133
  "prettier": "^3.7.4",
143
134
  "publint": "^0.3.0",