@tothalex/nulljs 0.0.62 → 0.0.64
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/cli.js +5 -0
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -353,6 +353,7 @@ var init_external = __esm(() => {
|
|
|
353
353
|
"cloud/postgres",
|
|
354
354
|
"cloud/secret",
|
|
355
355
|
"cloud/uuid",
|
|
356
|
+
"cloud/got",
|
|
356
357
|
"assert",
|
|
357
358
|
"buffer",
|
|
358
359
|
"crypto",
|
|
@@ -1762,6 +1763,9 @@ var init_assets = () => {};
|
|
|
1762
1763
|
// ../../packages/api/actions/activity.ts
|
|
1763
1764
|
var init_activity = () => {};
|
|
1764
1765
|
|
|
1766
|
+
// ../../packages/api/actions/metrics.ts
|
|
1767
|
+
var init_metrics = () => {};
|
|
1768
|
+
|
|
1765
1769
|
// ../../packages/api/actions/index.ts
|
|
1766
1770
|
var init_actions = __esm(() => {
|
|
1767
1771
|
init_deployments();
|
|
@@ -1769,6 +1773,7 @@ var init_actions = __esm(() => {
|
|
|
1769
1773
|
init_logs3();
|
|
1770
1774
|
init_assets();
|
|
1771
1775
|
init_activity();
|
|
1776
|
+
init_metrics();
|
|
1772
1777
|
});
|
|
1773
1778
|
|
|
1774
1779
|
// ../../packages/api/index.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tothalex/nulljs",
|
|
3
3
|
"module": "dist/index.js",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.64",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"nulljs": "./dist/cli.js"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"typescript": "^5"
|
|
19
19
|
},
|
|
20
20
|
"optionalDependencies": {
|
|
21
|
-
"@tothalex/nulljs-darwin-arm64": "^0.0.
|
|
22
|
-
"@tothalex/nulljs-linux-arm64": "^0.0.
|
|
23
|
-
"@tothalex/nulljs-linux-x64": "^0.0.
|
|
21
|
+
"@tothalex/nulljs-darwin-arm64": "^0.0.88",
|
|
22
|
+
"@tothalex/nulljs-linux-arm64": "^0.0.88",
|
|
23
|
+
"@tothalex/nulljs-linux-x64": "^0.0.88"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"dist"
|