@mettlecast/domain-cli 0.2.88 → 0.2.89
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.
|
@@ -103,10 +103,10 @@ async function pinRootPackageVersions(projectRoot, manifest) {
|
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Regenerate lockfiles for root and infra/modules after version pinning.
|
|
106
|
-
* Runs `npm install --package-lock-only` (without modifying
|
|
107
|
-
* produce deterministic package-lock.json files that match
|
|
108
|
-
* versions. The `--package-lock`
|
|
109
|
-
*
|
|
106
|
+
* Runs `npm install --package-lock-only --package-lock` (without modifying
|
|
107
|
+
* package.json) to produce deterministic package-lock.json files that match
|
|
108
|
+
* the pinned exact versions. The explicit `--package-lock` ensures lockfiles
|
|
109
|
+
* are always generated regardless of .npmrc settings.
|
|
110
110
|
*
|
|
111
111
|
* @param projectRoot - Project root directory.
|
|
112
112
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mettlecast/domain-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.89",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-sdk/client-s3": "^3.0.0",
|
|
24
24
|
"@aws-sdk/client-sfn": "^3.0.0",
|
|
25
|
-
"@mettlecast/domain-cdk-packer": "0.2.
|
|
26
|
-
"@mettlecast/domain-runtime": "0.2.
|
|
25
|
+
"@mettlecast/domain-cdk-packer": "0.2.90",
|
|
26
|
+
"@mettlecast/domain-runtime": "0.2.89",
|
|
27
27
|
"commander": "^12.0.0",
|
|
28
28
|
"dotenv": "^16.0.0",
|
|
29
29
|
"fastify": "^5.0.0",
|
|
@@ -134,10 +134,10 @@ async function pinRootPackageVersions(
|
|
|
134
134
|
|
|
135
135
|
/**
|
|
136
136
|
* Regenerate lockfiles for root and infra/modules after version pinning.
|
|
137
|
-
* Runs `npm install --package-lock-only` (without modifying
|
|
138
|
-
* produce deterministic package-lock.json files that match
|
|
139
|
-
* versions. The `--package-lock`
|
|
140
|
-
*
|
|
137
|
+
* Runs `npm install --package-lock-only --package-lock` (without modifying
|
|
138
|
+
* package.json) to produce deterministic package-lock.json files that match
|
|
139
|
+
* the pinned exact versions. The explicit `--package-lock` ensures lockfiles
|
|
140
|
+
* are always generated regardless of .npmrc settings.
|
|
141
141
|
*
|
|
142
142
|
* @param projectRoot - Project root directory.
|
|
143
143
|
*/
|
package/toolchain-manifest.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"registrySchemaVersion": "1",
|
|
4
4
|
"packages": {
|
|
5
|
-
"domainCli": "0.2.
|
|
6
|
-
"domainCdkPacker": "0.2.
|
|
7
|
-
"domainRuntime": "0.2.
|
|
8
|
-
"eslintPluginDomainModule": "0.2.
|
|
5
|
+
"domainCli": "0.2.89",
|
|
6
|
+
"domainCdkPacker": "0.2.90",
|
|
7
|
+
"domainRuntime": "0.2.89",
|
|
8
|
+
"eslintPluginDomainModule": "0.2.89"
|
|
9
9
|
}
|
|
10
10
|
}
|