@tothalex/nulljs 0.0.63 → 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 +4 -0
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -1763,6 +1763,9 @@ var init_assets = () => {};
|
|
|
1763
1763
|
// ../../packages/api/actions/activity.ts
|
|
1764
1764
|
var init_activity = () => {};
|
|
1765
1765
|
|
|
1766
|
+
// ../../packages/api/actions/metrics.ts
|
|
1767
|
+
var init_metrics = () => {};
|
|
1768
|
+
|
|
1766
1769
|
// ../../packages/api/actions/index.ts
|
|
1767
1770
|
var init_actions = __esm(() => {
|
|
1768
1771
|
init_deployments();
|
|
@@ -1770,6 +1773,7 @@ var init_actions = __esm(() => {
|
|
|
1770
1773
|
init_logs3();
|
|
1771
1774
|
init_assets();
|
|
1772
1775
|
init_activity();
|
|
1776
|
+
init_metrics();
|
|
1773
1777
|
});
|
|
1774
1778
|
|
|
1775
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"
|