@tothalex/nulljs 0.0.63 → 0.0.65

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.
Files changed (2) hide show
  1. package/dist/cli.js +4 -0
  2. 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.63",
4
+ "version": "0.0.65",
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.87",
22
- "@tothalex/nulljs-linux-arm64": "^0.0.87",
23
- "@tothalex/nulljs-linux-x64": "^0.0.87"
21
+ "@tothalex/nulljs-darwin-arm64": "^0.0.90",
22
+ "@tothalex/nulljs-linux-arm64": "^0.0.90",
23
+ "@tothalex/nulljs-linux-x64": "^0.0.90"
24
24
  },
25
25
  "files": [
26
26
  "dist"