diff --git a/packages/core/package.json b/packages/core/package.json index 059d50fb2..c92297329 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dxatscale/sfpowerscripts.core", - "version": "36.0.15", + "version": "36.0.16", "description": "Core Module used by sfpowerscripts", "main": "lib/index", "types": "lib/index", diff --git a/packages/sfpowerscripts-cli/package.json b/packages/sfpowerscripts-cli/package.json index b66f3386c..4b040e257 100644 --- a/packages/sfpowerscripts-cli/package.json +++ b/packages/sfpowerscripts-cli/package.json @@ -1,7 +1,7 @@ { "name": "@dxatscale/sfpowerscripts", "description": "DX@Scale Toolkit", - "version": "24.4.3", + "version": "24.4.4", "license": "MIT", "author": "dxatscale", "release": "August 23", @@ -13,7 +13,7 @@ "dependencies": { "@dxatscale/sfdx-process-wrapper": "^1.0.2", "@dxatscale/sfp-logger": "^2.1.2", - "@dxatscale/sfpowerscripts.core": "36.0.15", + "@dxatscale/sfpowerscripts.core": "^36.0.16", "@dxatscale/sfprofiles": "2.0.7", "@oclif/core": "2.11.8", "@oclif/plugin-help": "5.2.17", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd66cc522..137983426 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -322,7 +322,7 @@ importers: specifier: ^2.1.2 version: link:../sfplogger '@dxatscale/sfpowerscripts.core': - specifier: 36.0.15 + specifier: ^36.0.16 version: link:../core '@dxatscale/sfprofiles': specifier: 2.0.7 @@ -9287,7 +9287,7 @@ packages: pretty-format: 29.6.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.7.0(@types/node@20.4.4)(typescript@5.0.2) + ts-node: 10.7.0(@types/node@14.14.7)(typescript@5.0.2) transitivePeerDependencies: - supports-color dev: true