@props-labs/mesh-os 0.1.13 → 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 -2
- 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
|
*/
|
@@ -769,7 +769,6 @@ class MeshOS {
|
|
769
769
|
agent_id
|
770
770
|
content
|
771
771
|
metadata
|
772
|
-
embedding
|
773
772
|
created_at
|
774
773
|
updated_at
|
775
774
|
expires_at
|