@deleted-ai/deleted 0.1.345 → 0.1.347

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.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deleted-ai/deleted",
3
- "version": "0.1.345",
3
+ "version": "0.1.347",
4
4
  "description": "Deleted AI CLI wrapper — installs the native binary for this Linux host (arm64 or x64)",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "_comment": "Placeholder in git; scripts/publish-deleted-npm.sh stamps version, gitSha, and a tarballSha256 per target at publish. Install fails closed while a target's tarballSha256 is the zero sentinel.",
3
- "version": "0.1.345",
4
- "gitSha": "538b5d8",
3
+ "version": "0.1.347",
4
+ "gitSha": "6dd6600",
5
5
  "repo": "cdlconsultants/deleted-ai",
6
6
  "releaseTagPrefix": "npm-v",
7
7
  "targets": {
8
8
  "linux-arm64": {
9
- "tarballSha256": "08c52ff34bb47fa7a428826c428018eb77888e41c442387770b66cc06bca4423"
9
+ "tarballSha256": "82de96f010da1d84447d4e32a95d7ecd61f5d30d97ad3850a7090def5a111e28"
10
10
  },
11
11
  "linux-x64": {
12
- "tarballSha256": "047517ccc1f9df1ae44af04a974d3441e44bcf15448517f008c227cb911b2f0c"
12
+ "tarballSha256": "b8aa1dfb260ef3ed3cd958f1969f90739eca9c0bbd5a911c834c6aa82006bf6c"
13
13
  }
14
14
  }
15
15
  }