@hasna/domains 0.0.42 → 0.0.43

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.
@@ -1,4 +1,4 @@
1
- export declare const KIT_VERSION = "0.13.3";
1
+ export declare const KIT_VERSION = "0.13.4";
2
2
  export * from "./backend.js";
3
3
  export * from "./tls.js";
4
4
  export * from "./query.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/domains",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "Domain portfolio, registrar, marketplace, and DNS management for AI agents — CLI + MCP + HTTP API + SDK, local SQLite or cloud Postgres",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -62,7 +62,7 @@
62
62
  "prepublishOnly": "bun run build",
63
63
  "postinstall": "mkdir -p $HOME/.hasna/domains 2>/dev/null || true",
64
64
  "prepack": "bun run build && bun run artifact-scan",
65
- "artifact-scan": "bun pm pack --ignore-scripts --quiet --filename \"$PWD/domains-artifact-scan.tgz\" && bunx @hasna/contracts@0.13.3 artifact-scan domains-artifact-scan.tgz; rc=$?; rm -f \"$PWD/domains-artifact-scan.tgz\"; exit $rc"
65
+ "artifact-scan": "bun pm pack --ignore-scripts --quiet --filename \"$PWD/domains-artifact-scan.tgz\" && bunx @hasna/contracts@0.13.4 artifact-scan domains-artifact-scan.tgz; rc=$?; rm -f \"$PWD/domains-artifact-scan.tgz\"; exit $rc"
66
66
  },
67
67
  "keywords": [
68
68
  "domains",
@@ -97,7 +97,7 @@
97
97
  "@aws-sdk/client-route-53": "^3.1067.0",
98
98
  "@aws-sdk/client-route-53-domains": "^3.1067.0",
99
99
  "@aws-sdk/credential-provider-ini": "3.972.53",
100
- "@hasna/contracts": "0.13.3",
100
+ "@hasna/contracts": "0.13.4",
101
101
  "@modelcontextprotocol/sdk": "^1.29.0",
102
102
  "chalk": "^5.4.1",
103
103
  "commander": "^13.1.0",