@pinta-ai/pinta-gemini 0.1.0 → 0.2.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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -402,7 +402,7 @@ function redact(input, opts = {}) {
|
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
// src/core/otlp.ts
|
|
405
|
-
var PLUGIN_VERSION = "0.
|
|
405
|
+
var PLUGIN_VERSION = "0.2.0";
|
|
406
406
|
var CROCKFORD = "0123456789ABCDEFGHJKMNPQRSTVWXYZ";
|
|
407
407
|
function ulidToTraceId(ulid) {
|
|
408
408
|
if (ulid.length !== 26) throw new Error(`ulidToTraceId: expected 26 chars, got ${ulid.length}`);
|
package/package.json
CHANGED