@deleted-ai/deleted 0.1.339 → 0.1.341

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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deleted-ai/deleted",
3
- "version": "0.1.339",
3
+ "version": "0.1.341",
4
4
  "description": "Deleted AI CLI wrapper — downloads the linux-arm64 native binary on install",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "_comment": "Placeholder in git; scripts/publish-deleted-npm.sh stamps version, gitSha, and tarballSha256 at publish. Install fails closed while tarballSha256 is the zero sentinel.",
3
- "version": "0.1.339",
4
- "gitSha": "4184913",
3
+ "version": "0.1.341",
4
+ "gitSha": "5e48d46",
5
5
  "repo": "cdlconsultants/deleted-ai",
6
6
  "tarballPrefix": "deleted-linux-arm64",
7
7
  "releaseTagPrefix": "npm-v",
8
- "tarballSha256": "d6e6d4baea2ce0c5fbf40cb39a84438f717d1c4d5621a9fe810ca2f89efe1f4f"
8
+ "tarballSha256": "9f4f407a5dff07bcf96eb8e2c6e996eee6b07b3b0db357855c1d6dc680e1b7cc"
9
9
  }