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 +1 -0
- package/bin/index.js +5 -5
- package/package.json +1 -1
- package/workspace/_package.json +2 -2
- package/workspace/_pnpm-workspace.yaml +1 -1
package/CHANGELOG.md
CHANGED
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
|
|
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
|
-
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
8
|
}
|
|
9
9
|
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function
|
|
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
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
15
|
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function
|
|
16
|
+
}) : function(o, v) {
|
|
17
17
|
o["default"] = v;
|
|
18
18
|
});
|
|
19
19
|
var __importStar = (this && this.__importStar) || function (mod) {
|
package/package.json
CHANGED
package/workspace/_package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"pnpm": {
|
|
16
16
|
"overrides": {
|
|
17
|
-
"@types/node": "=
|
|
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.
|
|
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": "
|
|
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
|