@bonniernews/fake-tool-api
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -15,3 +15,3 @@ import nock from "nock"; | ||
const putContentRegex = /^\/([\w-]+)\/([\w-]+)\??([^&]*)$/; | ||
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i; | ||
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89abcd][0-9a-f]{3}-[0-9a-f]{12}$/i; | ||
const versionsRegex = /^\/([\w-]+)\/([\w-]+)\/versions$/; | ||
@@ -18,0 +18,0 @@ const versionRegex = /^\/([\w-]+)\/([\w-]+)\/versions\/\d+$/; |
{ | ||
"name": "@bonniernews/fake-tool-api", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Mocked Bonnier News tool api, for use in automated tests", |
21375