data-path 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -6
package/README.md CHANGED
@@ -67,7 +67,7 @@ It also ships an [Agent Skills](https://agentskills.io/) – compatible skill. I
67
67
  npx ctx7 skills install /sergeyshmakov/data-path data-path
68
68
  ```
69
69
 
70
- The skill lives in `skills/data-path/SKILL.md`.
70
+ The skill lives in [skills/data-path/SKILL.md](skills/data-path/SKILL.md).
71
71
 
72
72
  ## 💡 Philosophy
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "data-path",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A simple, modern, zero-dependency, and fully type-safe library for building, comparing, and manipulating object property paths using TypeScript lambda expressions.",
5
5
  "license": "ISC",
6
6
  "type": "commonjs",
@@ -61,11 +61,6 @@
61
61
  "peerDependencies": {
62
62
  "typescript": ">=5.0.0"
63
63
  },
64
- "peerDependenciesMeta": {
65
- "typescript": {
66
- "optional": true
67
- }
68
- },
69
64
  "engines": {
70
65
  "node": ">=20.0.0"
71
66
  },