Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Dec 5, 2022
1 parent f7e07b3 commit 9ff07d6
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
5 changes: 3 additions & 2 deletions copado-function/dist/Commit.fn.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/*
* mcdev-copado v1.2.0 (built 2022-11-21T11:25:59.729Z)
* mcdev-copado v1.3.0 (built 2022-12-05T15:06:59.839Z)
* Function: Commit.fn.js
* Dependenies: mcdev@>=4.1.12, Copado Deployer@20.1
* Homepage: https://github.com/Accenture/sfmc-devtools-copado#readme
Expand All @@ -11,6 +11,7 @@
*/


"use strict";
var __getOwnPropNames = Object.getOwnPropertyNames;
var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
Expand Down Expand Up @@ -428,7 +429,7 @@ var Log = require_Log();
var Util = require_Util();
var Copado = require_Copado();
var Commit = require_Commit();
CONFIG.mcdevCopadoVersion = "1.2.0";
CONFIG.mcdevCopadoVersion = "1.3.0";
CONFIG.credentialNameSource = process.env.credentialNameSource;
CONFIG.credentialNameTarget = null;
CONFIG.credentials = process.env.credentials;
Expand Down
5 changes: 3 additions & 2 deletions copado-function/dist/Deploy.fn.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/*
* mcdev-copado v1.2.0 (built 2022-11-21T11:25:59.796Z)
* mcdev-copado v1.3.0 (built 2022-12-05T15:06:59.912Z)
* Function: Deploy.fn.js
* Dependenies: mcdev@>=4.1.12, Copado Deployer@20.1
* Homepage: https://github.com/Accenture/sfmc-devtools-copado#readme
Expand All @@ -11,6 +11,7 @@
*/


"use strict";
var __getOwnPropNames = Object.getOwnPropertyNames;
var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
Expand Down Expand Up @@ -430,7 +431,7 @@ var Log = require_Log();
var Util = require_Util();
var Copado = require_Copado();
var Commit = require_Commit();
CONFIG.mcdevCopadoVersion = "1.2.0";
CONFIG.mcdevCopadoVersion = "1.3.0";
CONFIG.credentialNameSource = process.env.credentialNameSource;
CONFIG.credentialNameTarget = process.env.credentialNameTarget;
CONFIG.credentials = process.env.credentials;
Expand Down
3 changes: 2 additions & 1 deletion copado-function/dist/Init.fn.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/*
* mcdev-copado v1.2.0 (built 2022-11-21T11:25:59.838Z)
* mcdev-copado v1.3.0 (built 2022-12-05T15:06:59.973Z)
* Function: Init.fn.js
* Dependenies: mcdev@>=4.1.12, Copado Deployer@20.1
* Homepage: https://github.com/Accenture/sfmc-devtools-copado#readme
Expand All @@ -11,6 +11,7 @@
*/


"use strict";
var __getOwnPropNames = Object.getOwnPropertyNames;
var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
Expand Down
4 changes: 2 additions & 2 deletions copado-function/dist/Retrieve.fn.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/*
* mcdev-copado v1.2.0 (built 2022-12-05T14:16:30.690Z)
* mcdev-copado v1.3.0 (built 2022-12-05T15:06:56.955Z)
* Function: Retrieve.fn.js
* Dependenies: mcdev@>=4.1.12, Copado Deployer@20.1
* Homepage: https://github.com/Accenture/sfmc-devtools-copado#readme
Expand Down Expand Up @@ -347,7 +347,7 @@ var CONFIG = require_Config();
var Log = require_Log();
var Util = require_Util();
var Copado = require_Copado();
CONFIG.mcdevCopadoVersion = "1.2.0";
CONFIG.mcdevCopadoVersion = "1.3.0";
CONFIG.credentialNameSource = process.env.credentialNameSource;
CONFIG.credentialNameTarget = null;
CONFIG.credentials = process.env.credentials;
Expand Down
10 changes: 8 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mcdev-copado",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"description": "Salesforce code & Copado functions that bring Accenture SFMC DevTools functionality to 'Copado Deployer' v20",
"author": "Accenture: joern.berkefeld, daniel.ventura, uwe.voellger, Copado: nahuel.rabe, david.venegas",
"license": "MIT",
Expand Down

0 comments on commit 9ff07d6

Please sign in to comment.