@happyvertical/utils 0.77.0 → 0.78.1
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/AGENT.md +1 -1
- package/metadata.json +2 -2
- package/package.json +3 -3
package/AGENT.md
CHANGED
|
@@ -7,7 +7,7 @@ Foundation utilities for ID generation, date parsing, URL handling, string conve
|
|
|
7
7
|
## Package Map
|
|
8
8
|
- Package: `@happyvertical/utils`
|
|
9
9
|
- Hierarchy path: `@happyvertical/sdk > packages > utils`
|
|
10
|
-
- Workspace position: `
|
|
10
|
+
- Workspace position: `29 of 31` local packages
|
|
11
11
|
- Internal dependencies: none
|
|
12
12
|
- Internal dependents: `@happyvertical/accounting`, `@happyvertical/ai`, `@happyvertical/analytics`, `@happyvertical/auth`, `@happyvertical/cache`, `@happyvertical/comfyui`, `@happyvertical/directory`, `@happyvertical/documents`, `@happyvertical/email`, `@happyvertical/encryption`, `@happyvertical/files`, `@happyvertical/geo`, `@happyvertical/jobs`, `@happyvertical/logger`, `@happyvertical/messages`, `@happyvertical/sdk-mcp`, `@happyvertical/secrets`, `@happyvertical/social`, `@happyvertical/sql`, `@happyvertical/translator`, `@happyvertical/video`, `@happyvertical/weather`
|
|
13
13
|
- Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
|
package/metadata.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"name": "@happyvertical/utils",
|
|
3
3
|
"path": "packages/utils",
|
|
4
4
|
"position": {
|
|
5
|
-
"index":
|
|
6
|
-
"count":
|
|
5
|
+
"index": 29,
|
|
6
|
+
"count": 31
|
|
7
7
|
},
|
|
8
8
|
"description": "Foundation utilities for ID generation, date parsing, URL handling, string conversion, error handling, and logging",
|
|
9
9
|
"provides": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/utils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.78.1",
|
|
4
4
|
"description": "Foundation utilities for ID generation, date parsing, URL handling, string conversion, error handling, and logging",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"homepage": "https://github.com/happyvertical/sdk/tree/main/packages/utils#readme",
|
|
59
59
|
"license": "MIT",
|
|
60
60
|
"scripts": {
|
|
61
|
-
"test": "
|
|
62
|
-
"test:watch": "
|
|
61
|
+
"test": "vitest --config ../../vitest.package.config.ts run",
|
|
62
|
+
"test:watch": "vitest --config ../../vitest.package.config.ts",
|
|
63
63
|
"build": "vite build",
|
|
64
64
|
"build:watch": "vite build --watch",
|
|
65
65
|
"docs": "typedoc --plugin typedoc-plugin-markdown --out docs --entryPoints ./src/index.ts --tsconfig ./tsconfig.json --excludePrivate --excludeInternal --hideGenerator --fileExtension .md --readme none --categorizeByGroup false --includeVersion false --hidePageHeader --hidePageTitle false --outputFileStrategy modules",
|