@effected/lockfiles 0.1.5 → 0.1.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effected/lockfiles",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "description": "Pure lockfile parsing for bun, npm, pnpm and yarn Berry into one unified Effect schema model, with pure integrity checking against workspace manifests.",
6
6
  "keywords": [
@@ -40,10 +40,10 @@
40
40
  "./package.json": "./package.json"
41
41
  },
42
42
  "peerDependencies": {
43
- "@effected/jsonc": "0.4.0",
44
- "@effected/npm": "0.2.1",
45
- "@effected/semver": "0.1.1",
46
- "@effected/yaml": "0.4.0",
43
+ "@effected/jsonc": "0.5.0",
44
+ "@effected/npm": "0.2.2",
45
+ "@effected/semver": "0.2.0",
46
+ "@effected/yaml": "0.5.0",
47
47
  "effect": "4.0.0-beta.99"
48
48
  },
49
49
  "engines": {