@platformatic/config
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -162,3 +162,3 @@ 'use strict' | ||
const url = new URL(this.current.$schema) | ||
const res = url.pathname.match(/^\/schemas\/v(\d+\.\d+\.\d+)\/(.*)$/) | ||
const res = url.pathname.match(/^\/schemas\/v(\d+\.\d+\.\d+)(?:-\w+\.\d+)?\/(.*)$/) | ||
version = res[1] | ||
@@ -165,0 +165,0 @@ } |
{ | ||
"name": "@platformatic/config", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
"undici": "^6.9.0", | ||
"@platformatic/utils": "2.0.0-alpha.1" | ||
"@platformatic/utils": "2.0.0-alpha.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
43038
+ Added@platformatic/utils@2.0.0-alpha.2(transitive)
- Removed@platformatic/utils@2.0.0-alpha.1(transitive)