@rasputin-ai/core 0.1.2 → 0.1.3
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/README.md +3 -0
- package/dist/index.js +1 -1
- package/dist/sdk-meta.d.ts +1 -1
- package/package.json +2 -1
package/README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
# Rasputin AI SDK — Core
|
|
2
|
+
|
|
3
|
+
Low-level error capture, stack parsing, source maps, and ingest transport. Most applications should use [`@rasputin-ai/node`](https://www.npmjs.com/package/@rasputin-ai/node) or [`@rasputin-ai/elysia`](https://www.npmjs.com/package/@rasputin-ai/elysia) instead.
|
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.
|
|
372
|
+
var SDK_VERSION = "0.1.3";
|
|
373
373
|
|
|
374
374
|
// src/suppression/identity-needs-message-template.ts
|
|
375
375
|
var identityNeedsMessageTemplate = (type, code) => {
|
package/dist/sdk-meta.d.ts
CHANGED