@replayio/replay
Advanced tools
Comparing version 0.19.3 to 0.19.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const superstruct_1 = require("superstruct"); | ||
const isUuid = require("is-uuid"); | ||
const env_1 = require("../env"); | ||
@@ -66,3 +65,3 @@ const testError = (0, superstruct_1.object)({ | ||
run: (0, superstruct_1.defaulted)((0, superstruct_1.object)({ | ||
id: (0, superstruct_1.defaulted)((0, superstruct_1.define)("uuid", (v) => isUuid.v4(v)), (0, env_1.firstEnvValueOf)("REPLAY_METADATA_TEST_RUN_ID", "RECORD_REPLAY_METADATA_TEST_RUN_ID", "RECORD_REPLAY_TEST_RUN_ID")), | ||
id: (0, superstruct_1.defaulted)((0, superstruct_1.string)(), (0, env_1.firstEnvValueOf)("REPLAY_METADATA_TEST_RUN_ID", "RECORD_REPLAY_METADATA_TEST_RUN_ID", "RECORD_REPLAY_TEST_RUN_ID")), | ||
title: (0, superstruct_1.optional)((0, superstruct_1.defaulted)((0, superstruct_1.string)(), (0, env_1.firstEnvValueOf)("REPLAY_METADATA_TEST_RUN_TITLE", "RECORD_REPLAY_METADATA_TEST_RUN_TITLE"))), | ||
@@ -69,0 +68,0 @@ mode: (0, superstruct_1.optional)((0, superstruct_1.defaulted)((0, superstruct_1.string)(), (0, env_1.firstEnvValueOf)("REPLAY_METADATA_TEST_RUN_MODE", "RECORD_REPLAY_METADATA_TEST_RUN_MODE"))), |
{ | ||
"name": "@replayio/replay", | ||
"version": "0.19.3", | ||
"version": "0.19.4", | ||
"description": "CLI tool for uploading and managing recordings", | ||
@@ -42,3 +42,3 @@ "bin": { | ||
}, | ||
"gitHead": "c55989289ea2a99852dfa3ddef72c2191e7bc334", | ||
"gitHead": "4cfc2c04a51df3f74f4b005416c4382495ed21af", | ||
"devDependencies": { | ||
@@ -45,0 +45,0 @@ "@types/debug": "^4.1.7", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
478148
8805