@gscdump/sdk 0.28.2 → 0.29.0

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.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { __exportAll, __reExport } from "./_chunks/chunk.mjs";
1
+ import { __exportAll, __reExport } from "./_chunks/rolldown-runtime.mjs";
2
2
  import { query_exports } from "./query.mjs";
3
3
  import { analyticsEndpointSchemas, analyticsRoutes } from "@gscdump/contracts/analytics";
4
4
  import { err, ok, unwrapResult } from "gscdump/result";
@@ -1559,7 +1559,7 @@ function createPartnerRealtimeClient(options) {
1559
1559
  };
1560
1560
  }
1561
1561
  const createGscdumpRealtimeClient = createPartnerRealtimeClient;
1562
- const KNOWN_SITE_TYPES = new Set([
1562
+ const KNOWN_SITE_TYPES = /* @__PURE__ */ new Set([
1563
1563
  "saas",
1564
1564
  "ecommerce",
1565
1565
  "docs",
package/dist/query.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { __exportAll, __reExport } from "./_chunks/chunk.mjs";
1
+ import { __exportAll, __reExport } from "./_chunks/rolldown-runtime.mjs";
2
2
  export * from "gscdump/query";
3
3
  var query_exports = /* @__PURE__ */ __exportAll({});
4
4
  import * as import_gscdump_query from "gscdump/query";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gscdump/sdk",
3
3
  "type": "module",
4
- "version": "0.28.2",
4
+ "version": "0.29.0",
5
5
  "description": "Consumer SDK for hosted gscdump.com integrations.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -44,10 +44,10 @@
44
44
  "date-fns": "^4.4.0",
45
45
  "ofetch": "^1.5.1",
46
46
  "zod": "^4.4.3",
47
- "@gscdump/analysis": "0.28.2",
48
- "@gscdump/contracts": "0.28.2",
49
- "@gscdump/engine": "0.28.2",
50
- "gscdump": "0.28.2"
47
+ "@gscdump/analysis": "0.29.0",
48
+ "@gscdump/contracts": "0.29.0",
49
+ "@gscdump/engine": "0.29.0",
50
+ "gscdump": "0.29.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "typescript": "^6.0.3",