@distilled.cloud/axiom 0.12.7 → 0.13.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.
@@ -0,0 +1,2 @@
1
+ export * from "./operations/v1-edge-ingest/index.ts";
2
+ //# sourceMappingURL=edge-ingest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edge-ingest.d.ts","sourceRoot":"","sources":["../src/edge-ingest.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./operations/v1-edge-ingest/index.js";
2
+ //# sourceMappingURL=edge-ingest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edge-ingest.js","sourceRoot":"","sources":["../src/edge-ingest.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./operations/v1-edge-query/index.ts";
2
+ //# sourceMappingURL=edge-query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edge-query.d.ts","sourceRoot":"","sources":["../src/edge-query.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./operations/v1-edge-query/index.js";
2
+ //# sourceMappingURL=edge-query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edge-query.js","sourceRoot":"","sources":["../src/edge-query.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
package/lib/index.d.ts CHANGED
@@ -1,9 +1,14 @@
1
1
  /**
2
2
  * Axiom SDK for Effect
3
3
  *
4
+ * The package root re-exports the v2 (control-plane) operations. The v1 edge
5
+ * APIs are available under their own subpath imports:
6
+ *
4
7
  * @example
5
8
  * \`\`\`ts
6
- * import * as Axiom from "@distilled.cloud/axiom";
9
+ * import * as Operations from "@distilled.cloud/axiom";
10
+ * import * as EdgeIngest from "@distilled.cloud/axiom/edge-ingest";
11
+ * import * as EdgeQuery from "@distilled.cloud/axiom/edge-query";
7
12
  * \`\`\`
8
13
  */
9
14
  export * from "./credentials.ts";
@@ -13,4 +18,5 @@ export * as Retry from "./retry.ts";
13
18
  export { API } from "./client.ts";
14
19
  export * from "./errors.ts";
15
20
  export { SensitiveString, SensitiveNullableString } from "./sensitive.ts";
21
+ export * from "./operations/index.ts";
16
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,kBAAkB,CAAC;AACjC,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,cAAc,kBAAkB,CAAC;AACjC,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAC1E,cAAc,uBAAuB,CAAC"}
package/lib/index.js CHANGED
@@ -1,9 +1,14 @@
1
1
  /**
2
2
  * Axiom SDK for Effect
3
3
  *
4
+ * The package root re-exports the v2 (control-plane) operations. The v1 edge
5
+ * APIs are available under their own subpath imports:
6
+ *
4
7
  * @example
5
8
  * \`\`\`ts
6
- * import * as Axiom from "@distilled.cloud/axiom";
9
+ * import * as Operations from "@distilled.cloud/axiom";
10
+ * import * as EdgeIngest from "@distilled.cloud/axiom/edge-ingest";
11
+ * import * as EdgeQuery from "@distilled.cloud/axiom/edge-query";
7
12
  * \`\`\`
8
13
  */
9
14
  export * from "./credentials.js";
@@ -13,4 +18,5 @@ export * as Retry from "./retry.js";
13
18
  export { API } from "./client.js";
14
19
  export * from "./errors.js";
15
20
  export { SensitiveString, SensitiveNullableString } from "./sensitive.js";
21
+ export * from "./operations/index.js";
16
22
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,kBAAkB,CAAC;AACjC,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,cAAc,kBAAkB,CAAC;AACjC,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAC1E,cAAc,uBAAuB,CAAC"}
@@ -1,4 +1,2 @@
1
1
  export * from "./v2/index.ts";
2
- export * from "./v1-edge-ingest/index.ts";
3
- export * from "./v1-edge-query/index.ts";
4
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -1,4 +1,2 @@
1
1
  export * from "./v2/index.js";
2
- export * from "./v1-edge-ingest/index.js";
3
- export * from "./v1-edge-query/index.js";
4
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@distilled.cloud/axiom",
3
- "version": "0.12.7",
3
+ "version": "0.13.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/alchemy-run/distilled",
@@ -39,10 +39,15 @@
39
39
  "bun": "./src/errors.ts",
40
40
  "default": "./lib/errors.js"
41
41
  },
42
- "./Operations": {
43
- "types": "./lib/operations/index.d.ts",
44
- "bun": "./src/operations/index.ts",
45
- "default": "./lib/operations/index.js"
42
+ "./edge-ingest": {
43
+ "types": "./lib/edge-ingest.d.ts",
44
+ "bun": "./src/edge-ingest.ts",
45
+ "default": "./lib/edge-ingest.js"
46
+ },
47
+ "./edge-query": {
48
+ "types": "./lib/edge-query.d.ts",
49
+ "bun": "./src/edge-query.ts",
50
+ "default": "./lib/edge-query.js"
46
51
  },
47
52
  "./Retry": {
48
53
  "types": "./lib/retry.d.ts",
@@ -73,8 +78,8 @@
73
78
  "specs:update": "git -C specs/docs fetch && git -C specs/docs checkout main && git -C specs/docs pull"
74
79
  },
75
80
  "dependencies": {
76
- "@distilled.cloud/core": "0.12.7",
77
- "effect": "4.0.0-beta.48"
81
+ "@distilled.cloud/core": "0.13.0",
82
+ "effect": "4.0.0-beta.58"
78
83
  },
79
84
  "devDependencies": {
80
85
  "@types/bun": "^1.3.0",
@@ -83,6 +88,6 @@
83
88
  "vitest": "^3.2.3"
84
89
  },
85
90
  "peerDependencies": {
86
- "effect": "4.0.0-beta.48"
91
+ "effect": "4.0.0-beta.58"
87
92
  }
88
93
  }
@@ -0,0 +1 @@
1
+ export * from "./operations/v1-edge-ingest/index.ts";
@@ -0,0 +1 @@
1
+ export * from "./operations/v1-edge-query/index.ts";
package/src/index.ts CHANGED
@@ -1,9 +1,14 @@
1
1
  /**
2
2
  * Axiom SDK for Effect
3
3
  *
4
+ * The package root re-exports the v2 (control-plane) operations. The v1 edge
5
+ * APIs are available under their own subpath imports:
6
+ *
4
7
  * @example
5
8
  * \`\`\`ts
6
- * import * as Axiom from "@distilled.cloud/axiom";
9
+ * import * as Operations from "@distilled.cloud/axiom";
10
+ * import * as EdgeIngest from "@distilled.cloud/axiom/edge-ingest";
11
+ * import * as EdgeQuery from "@distilled.cloud/axiom/edge-query";
7
12
  * \`\`\`
8
13
  */
9
14
  export * from "./credentials.ts";
@@ -13,3 +18,4 @@ export * as Retry from "./retry.ts";
13
18
  export { API } from "./client.ts";
14
19
  export * from "./errors.ts";
15
20
  export { SensitiveString, SensitiveNullableString } from "./sensitive.ts";
21
+ export * from "./operations/index.ts";
@@ -1,3 +1 @@
1
1
  export * from "./v2/index.ts";
2
- export * from "./v1-edge-ingest/index.ts";
3
- export * from "./v1-edge-query/index.ts";