init-workspace-cervvaljs 0.3.5-beta.1 → 0.3.5-beta.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/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
1
  ## 0.3.4 2025-01-08
2
2
  - node 24.12.0
3
3
  - pnpm 10.27.0
4
+ - overrides @types/node version to 24.10.4
4
5
  ## 0.3.2 2025-12-15
5
6
  - use npm to update pnpm
6
7
  - overrides @types/node version to 20.14.6
package/bin/index.js CHANGED
@@ -1,19 +1,19 @@
1
1
  #!/usr/bin/env node
2
2
  "use strict";
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function (o, m, k, k2) {
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
6
6
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function () { return m[k]; } };
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
8
  }
9
9
  Object.defineProperty(o, k2, desc);
10
- }) : (function (o, m, k, k2) {
10
+ }) : (function(o, m, k, k2) {
11
11
  if (k2 === undefined) k2 = k;
12
12
  o[k2] = m[k];
13
13
  }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function (o, v) {
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
15
  Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function (o, v) {
16
+ }) : function(o, v) {
17
17
  o["default"] = v;
18
18
  });
19
19
  var __importStar = (this && this.__importStar) || function (mod) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "init-workspace-cervvaljs",
3
- "version": "0.3.5-beta.1",
3
+ "version": "0.3.5-beta.2",
4
4
  "description": "Cervval.js Init Workspace Command Line Interface",
5
5
  "author": "Cervval",
6
6
  "license": "CC-BY-NC-ND-4.0",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "pnpm": {
16
16
  "overrides": {
17
- "@types/node": "=20.14.6"
17
+ "@types/node": "=24.10.4"
18
18
  }
19
19
  },
20
20
  "devDependencies": {
@@ -37,5 +37,5 @@
37
37
  "eslint-plugin-mocha": "=11.1.0",
38
38
  "eslint-plugin-promise": "=7.2.1"
39
39
  },
40
- "version": "0.3.5-beta.1"
40
+ "version": "0.3.5-beta.2"
41
41
  }
@@ -16,7 +16,7 @@ onlyBuiltDependencies:
16
16
  - ts-patch
17
17
 
18
18
  overrides:
19
- "@types/node": "20.14.6"
19
+ "@types/node": "24.10.4"
20
20
 
21
21
  # To reduce the risk of installing compromised packages, you can delay the installation of newly published versions.
22
22
  # Delay: duration in minutes