@pithosai/pithosai 1.0.1 → 1.0.2
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/cosai.cjs +70 -70
- package/dist/heartbeat.cjs +70 -70
- package/dist/mktai.cjs +70 -70
- package/dist/pithosai.cjs +70 -70
- package/dist/pmsai.cjs +70 -70
- package/dist/qasai.cjs +70 -70
- package/dist/rdsai.cjs +70 -70
- package/dist/wrsai.cjs +70 -70
- package/package.json +1 -1
- package/shims/package-root.cjs +1 -1
package/package.json
CHANGED
package/shims/package-root.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Resolves the npm package install root (directory containing package.json
|
|
4
|
+
* Resolves the npm package install root (directory containing this package's package.json).
|
|
5
5
|
* Parent of shims/ — keeps dist/*.cjs able to locate assets with `join(__dirname, "..", "shims", ...)` → `require(this)`.
|
|
6
6
|
*/
|
|
7
7
|
const path = require("node:path");
|