@talesofai/neta-skills 0.16.6 → 0.16.7
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/CHANGELOG.md +6 -0
- package/bin/utils/config.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/bin/utils/config.js
CHANGED
|
@@ -4,7 +4,7 @@ import { resolve } from "node:path";
|
|
|
4
4
|
import envPaths from "env-paths";
|
|
5
5
|
import { IS_DEV } from "./env.js";
|
|
6
6
|
import { logger } from "./logger.js";
|
|
7
|
-
const paths = envPaths("neta
|
|
7
|
+
const paths = envPaths("neta", {
|
|
8
8
|
suffix: IS_DEV ? "dev" : "",
|
|
9
9
|
});
|
|
10
10
|
const CONFIG_DIR = process.env["NETA_CONFIG_DIR"] ?? paths.config;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talesofai/neta-skills",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.7",
|
|
4
4
|
"description": "Neta API pi coding agent skills for interacting with Neta API to generate images, videos, songs, and manage characters/elements.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|