@buildwithtrace/sdk 0.1.1 → 0.1.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.
package/dist/index.js CHANGED
@@ -691,7 +691,7 @@ var import_posthog_node = require("posthog-node");
691
691
  // src/_build_config.ts
692
692
  var BUILD_POSTHOG_KEY = "phc_YbXW9ynLyGf9qHVxOY87InoZNSRikTCQ14GDJOZtSxX";
693
693
  var BUILD_POSTHOG_HOST = "https://us.i.posthog.com";
694
- var BUILD_SDK_VERSION = "0.1.1";
694
+ var BUILD_SDK_VERSION = "0.1.2";
695
695
 
696
696
  // src/analytics.ts
697
697
  var DEFAULT_HOST = "https://us.i.posthog.com";
package/dist/index.mjs CHANGED
@@ -654,7 +654,7 @@ import { PostHog } from "posthog-node";
654
654
  // src/_build_config.ts
655
655
  var BUILD_POSTHOG_KEY = "phc_YbXW9ynLyGf9qHVxOY87InoZNSRikTCQ14GDJOZtSxX";
656
656
  var BUILD_POSTHOG_HOST = "https://us.i.posthog.com";
657
- var BUILD_SDK_VERSION = "0.1.1";
657
+ var BUILD_SDK_VERSION = "0.1.2";
658
658
 
659
659
  // src/analytics.ts
660
660
  var DEFAULT_HOST = "https://us.i.posthog.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buildwithtrace/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "TypeScript SDK for Trace — AI-powered PCB & schematic design",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,6 +31,10 @@
31
31
  "type": "git",
32
32
  "url": "https://github.com/buildwithtrace/sdk-node"
33
33
  },
34
+ "homepage": "https://buildwithtrace.com",
35
+ "bugs": {
36
+ "url": "https://buildwithtrace.com"
37
+ },
34
38
  "devDependencies": {
35
39
  "@types/node": "^25.9.2",
36
40
  "tsup": "^8.0.0",