@props-labs/mesh-os 0.1.14 → 0.1.15
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/core/client.js +1 -1
- package/package.json +1 -1
package/dist/core/client.js
CHANGED
@@ -12,7 +12,7 @@ const chalk_1 = __importDefault(require("chalk"));
|
|
12
12
|
const boxen_1 = __importDefault(require("boxen"));
|
13
13
|
const taxonomy_1 = require("./taxonomy");
|
14
14
|
// Constants
|
15
|
-
const SLUG_PATTERN = /^[a-
|
15
|
+
const SLUG_PATTERN = /^[a-zA-Z0-9][a-zA-Z0-9_-]*[a-zA-Z0-9]$/;
|
16
16
|
/**
|
17
17
|
* GraphQL error class.
|
18
18
|
*/
|