@rasputin-ai/core 0.1.3 → 0.1.4

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
@@ -369,7 +369,7 @@ var resolveSourceMaps = async (frames) => {
369
369
 
370
370
  // src/sdk-meta.ts
371
371
  var SDK_NAME = "@rasputin-ai/core";
372
- var SDK_VERSION = "0.1.3";
372
+ var SDK_VERSION = "0.1.4";
373
373
 
374
374
  // src/suppression/identity-needs-message-template.ts
375
375
  var identityNeedsMessageTemplate = (type, code) => {
@@ -1,4 +1,4 @@
1
1
  /** Generated by packages/sdk/scripts/generate-sdk-meta.ts — do not edit. */
2
2
  export declare const SDK_NAME = "@rasputin-ai/core";
3
- export declare const SDK_VERSION = "0.1.3";
3
+ export declare const SDK_VERSION = "0.1.4";
4
4
  //# sourceMappingURL=sdk-meta.d.ts.map
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@rasputin-ai/core",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Core error capture, stack parsing, and ingest transport for Rasputin AI.",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
8
- "bun": "./src/index.ts",
9
8
  "types": "./dist/index.d.ts",
10
9
  "import": "./dist/index.js",
11
10
  "default": "./dist/index.js"