Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes it able to treat permissionSets and to work when there is no Base #1

Open
wants to merge 198 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
198 commits
Select commit Hold shift + click to select a range
090846b
Move configs to separate folder
Dhanielk Mar 13, 2017
2b68c76
Move cores to separate folders
Dhanielk Mar 13, 2017
4644ee6
Generic merge driver
Dhanielk Mar 13, 2017
5ab1570
Add support for permission sets
Dhanielk Mar 13, 2017
7d26139
Updated readme.md
Dhanielk Mar 13, 2017
3547539
Added based on…
Dhanielk Mar 13, 2017
08bceb0
Test
Dhanielk Mar 13, 2017
547d630
Set theme jekyll-theme-cayman
Dhanielk Mar 13, 2017
01a94a8
Set theme jekyll-theme-cayman
Dhanielk Mar 13, 2017
86d5542
Let’s do it directly on master >3<
Dhanielk Mar 13, 2017
4839e17
Fix path and variable
Dhanielk Mar 13, 2017
701fa17
Custom labels support
Dhanielk Mar 13, 2017
2020c85
Update README.md
Dhanielk Mar 13, 2017
1c1134f
Update _config.yml
Dhanielk Mar 14, 2017
a51bf28
Update README.md
Dhanielk Mar 14, 2017
4759f26
Wrong order fix
Dhanielk Mar 14, 2017
43d8f4c
Fixed path issues
Dhanielk Mar 14, 2017
b73012b
Added one new checkpoint
Dhanielk Mar 14, 2017
aea636c
Update sfdc_merge.groovy
buggyb12 Apr 25, 2017
c601f54
Merge pull request #1 from buggyb12/patch-1
Dhanielk Apr 25, 2017
5acdda1
Clean on value from XML parser
Dhanielk Apr 25, 2017
bcbb426
Makes it able to treat permissionSets and to work when there is no Base
kgossent-hrz May 17, 2019
9cae223
Update merge config file with API45 parts
kgossent-hrz May 21, 2019
398397c
Make the dealing with multiple metadata types generic for the code to…
kgossent-hrz May 22, 2019
2755981
Merge KevinGossentCap-master
jayree Sep 27, 2019
ec76f79
feat!: Enhancements for VSCode
jayree Sep 27, 2019
b3e20ba
feat: add node.js package and installer framework
jayree Oct 15, 2019
f6219de
chore: update readme
jayree Oct 16, 2019
b525c45
feat: migrate from groovy to node.js script
jayree Oct 26, 2019
ad1ce85
chore: add test and update readme
jayree Oct 27, 2019
4ee37f8
Set theme jekyll-theme-cayman
jayree Oct 27, 2019
a037632
fix: fix undefined xml tag
jayree Nov 1, 2019
b75257e
fix: update dependencies
jayree Nov 15, 2019
5cbde3b
chore: rename class
jayree Nov 19, 2019
8c4dc8e
chore: rename command
jayree Nov 19, 2019
1429e2f
chore(release): 0.1.0
jayree Nov 19, 2019
c673f7b
chore: update readme
jayree Nov 19, 2019
a3813fc
feat: auto install if yarn or npm is used
jayree Nov 22, 2019
c75d43e
chore: update gitignore
jayree Nov 22, 2019
62805aa
chore(release): 0.1.1
jayree Nov 22, 2019
b03b4b6
feat: convert to typescript and oclif
jayree Jan 22, 2020
a03593f
chore(release): 0.1.2
jayree Jan 22, 2020
6402862
Merge pull request #1 from jayree/master
KevinGossentCap Jan 23, 2020
2d6a035
Put xml renderOpts for strict exact output than a Salesforce retrieve
kgossent-hrz Jan 23, 2020
b77d7b2
Adding some conf missing
kgossent-hrz Jan 23, 2020
a30a1cc
fix: Put xml renderOpts for strict exact output than a Salesforce ret…
kgossent-hrz Jan 23, 2020
cc81e8f
fix: Adding some conf missing
kgossent-hrz Jan 23, 2020
d766a38
chore(release): 0.1.3
jayree Jan 29, 2020
9478df5
chore: update README.md
jayree Jan 29, 2020
3b49d3d
fix: merge of customlabels
jayree Feb 6, 2020
2b61c04
chore(release): 0.1.4
jayree Feb 6, 2020
d61a57f
chore: update README.md
jayree Feb 6, 2020
848ef28
Merge branch 'master' of https://github.com/jayree/sfdx-md-merge-driv…
kgossent-hrz Feb 18, 2020
b293352
Merge branch 'jayree-master'
kgossent-hrz Feb 18, 2020
9a11b4c
fix: update dependencies
jayree Feb 21, 2020
9167937
Merge pull request #3 from jayree/master
KevinGossentCap Feb 28, 2020
7c89e90
fix: update dependencies
jayree Feb 21, 2020
94ca204
Init of basic join command
KevinGossentCap Mar 30, 2020
33bc0e1
Init of multiple input args with flags
KevinGossentCap Mar 30, 2020
a9a20ad
Modify oclif.manifest
KevinGossentCap Mar 30, 2020
3a12f67
check inputs for join
KevinGossentCap Mar 30, 2020
51fe416
Add dependency event-stream for max optimized file dealing
KevinGossentCap Mar 31, 2020
9d47ec7
Make finding metadataType work even if there are empty files listed f…
KevinGossentCap Apr 1, 2020
06140d9
Correction pour identification du metadataType
KevinGossentCap Apr 2, 2020
9427c65
Adding get config for metadataType of files to join
KevinGossentCap Apr 2, 2020
94d10ea
Finish
KevinGossentCap Apr 3, 2020
b264a53
Put verbose treatment in utils
KevinGossentCap Apr 6, 2020
73d21df
Merge branch 'feature/join'
KevinGossentCap Apr 6, 2020
38ab5a5
Merge branch 'master' into feature/join
KevinGossentCap Apr 6, 2020
3a8ba2b
put joiners into utils
KevinGossentCap Apr 6, 2020
ed73b69
Merge branch 'feature/join'
KevinGossentCap Apr 6, 2020
011855d
add eslint rule for compatibility with husky compile result
KevinGossentCap Apr 6, 2020
93e8f3a
split file read
KevinGossentCap Apr 6, 2020
d994d12
add a final output
KevinGossentCap Apr 6, 2020
815c4a7
Test real unit test
KevinGossentCap Apr 6, 2020
b1671fe
test my own fork before personal publish
KevinGossentCap Apr 7, 2020
821de5a
put back original package name
KevinGossentCap Apr 7, 2020
b5cd1bb
migrate to OS independant unix commands
KevinGossentCap Apr 7, 2020
316220d
try back forked module
KevinGossentCap Apr 7, 2020
70153ae
try correction of npx command parameters
KevinGossentCap Apr 7, 2020
5308213
correction of install command
KevinGossentCap Apr 7, 2020
10e560d
correction forgot tsc is part of typescript and try npx in one go
KevinGossentCap Apr 7, 2020
9ad52e8
split again npx
KevinGossentCap Apr 7, 2020
bda9a7e
specific fork commit
KevinGossentCap Apr 7, 2020
d0e15bc
Make tests work even on windows
KevinGossentCap Apr 7, 2020
f7b8917
test render unix instruction plateform independant
KevinGossentCap Apr 7, 2020
f768a9a
migrate to OS independant unix commands
KevinGossentCap Apr 7, 2020
a70adcc
try correction of npx command parameters
KevinGossentCap Apr 7, 2020
53a5550
correction forgot tsc is part of typescript and try npx in one go
KevinGossentCap Apr 7, 2020
016bf82
Make tests work even on windows
KevinGossentCap Apr 7, 2020
87ec2c8
Merge pull request #4 from KevinGossentCap/feature/windows_Compat
KevinGossentCap Apr 7, 2020
a56b5e2
Add layout to test files for testing exclusivekeys
KevinGossentCap Apr 7, 2020
e1bb836
better dealing with bad file input and putting it in new helper
KevinGossentCap Apr 7, 2020
77a2e25
remove comments
KevinGossentCap Apr 7, 2020
6343c42
finished join test with a lot more coverage
KevinGossentCap Apr 7, 2020
2dec9f0
Add layout to test files for testing exclusivekeys
KevinGossentCap Apr 7, 2020
8bb2e18
better dealing with bad file input and putting it in new helper
KevinGossentCap Apr 7, 2020
0959c56
remove comments
KevinGossentCap Apr 7, 2020
f2b20b2
finished join test with a lot more coverage
KevinGossentCap Apr 7, 2020
e7e1443
Merge pull request #5 from KevinGossentCap/feature/better_start_files
KevinGossentCap Apr 7, 2020
263b0f0
Migrate mocka option to non deprecated option file
KevinGossentCap Apr 8, 2020
3be5a58
remove specific timeouts because it is now default
KevinGossentCap Apr 8, 2020
3aa0a1a
removing unneeded path and shell usage for windows compatibility usage
KevinGossentCap Apr 8, 2020
5567c1a
come back to normal install from npm
KevinGossentCap Apr 8, 2020
d162183
Migrate mocka option to non deprecated option file
KevinGossentCap Apr 8, 2020
0bf6cd5
remove specific timeouts because it is now default
KevinGossentCap Apr 8, 2020
38f1f36
removing unneeded path and shell usage for windows compatibility usage
KevinGossentCap Apr 8, 2020
b786ec4
Merge pull request #6 from KevinGossentCap/feature/Mocka_treat_deprec…
KevinGossentCap Apr 8, 2020
7da2bb1
add big profile
KevinGossentCap Apr 8, 2020
e81e0ea
bump version for publish
KevinGossentCap Apr 9, 2020
b794817
remove comments in tests
KevinGossentCap Apr 9, 2020
c3e3a73
Add tests for big profile test with timings
KevinGossentCap Apr 9, 2020
e641f9b
Start rework of join to highly improve performance which should be eq…
KevinGossentCap Apr 9, 2020
d0ebb6c
Make getting metadaType completely generic
KevinGossentCap Apr 9, 2020
a383305
make the match regex a const to create it only once
KevinGossentCap Apr 9, 2020
89dda05
correction of join test of big file
KevinGossentCap Apr 9, 2020
39d054a
change config object format
KevinGossentCap Apr 9, 2020
079fdb2
rework reading and parsing input files
KevinGossentCap Apr 9, 2020
3c6ed55
update node version
KevinGossentCap Apr 9, 2020
644a115
Add new step in get files to get them keyed by unique key to have bes…
KevinGossentCap Apr 9, 2020
5eb8a8e
do both old unkeyed and new keyed joins for time testing
KevinGossentCap Apr 9, 2020
5719068
put back right indent for input test files
KevinGossentCap Apr 9, 2020
b08def8
change to not remove $ property
KevinGossentCap Apr 9, 2020
3397df4
Final join by keyed files
KevinGossentCap Apr 9, 2020
52d21f3
v0.1.7
KevinGossentCap Apr 9, 2020
fd3d251
oclif manifest of bumped version
KevinGossentCap Apr 9, 2020
c60735a
Merge branch 'feature/test_perf_gros_fichier' into publish
KevinGossentCap Apr 9, 2020
3fbd3d5
Merge branch 'feature/test_perf_gros_fichier' into publish
KevinGossentCap Apr 9, 2020
38c5c91
Remove commented code and orphan functions
KevinGossentCap Apr 9, 2020
8ae98aa
bump version for publish
KevinGossentCap Apr 9, 2020
44df831
version bump post publish
KevinGossentCap Apr 9, 2020
2675cb6
Remove commented code and orphan functions
KevinGossentCap Apr 9, 2020
6eb7b26
Adding multiple medataTypes conf for at least join
KevinGossentCap Apr 9, 2020
37545a3
Adding multiple medataTypes conf for at least join
KevinGossentCap Apr 9, 2020
3261431
Forgot version for package type
KevinGossentCap Apr 10, 2020
7a0be10
v0.1.10
KevinGossentCap Apr 10, 2020
f94d85c
v0.1.11
KevinGossentCap Apr 10, 2020
7ea8163
Forgot version for package type
KevinGossentCap Apr 10, 2020
3f26f17
v0.1.12
KevinGossentCap Apr 10, 2020
a91ee42
Remove auto install of driver on package install
KevinGossentCap Apr 10, 2020
ff2aadf
v0.1.13
KevinGossentCap Apr 10, 2020
f2935a0
Treat each element type in a metadataType in parallel
KevinGossentCap Apr 14, 2020
3c72f3b
Removing unneeded comments
KevinGossentCap Apr 14, 2020
0243412
save properly reordered big profile
KevinGossentCap Apr 14, 2020
8fc3d6c
v0.1.14
KevinGossentCap Apr 14, 2020
c85873e
new option for join (algorithm) to ask whether to additively meld sub…
KevinGossentCap Apr 15, 2020
53fba7a
v0.1.15
KevinGossentCap Apr 15, 2020
850db48
remove a console log
KevinGossentCap Apr 15, 2020
b5274e4
v0.1.16
KevinGossentCap Apr 15, 2020
3f71104
evol of building unique key: some unique keys are variable so we take…
KevinGossentCap Apr 15, 2020
ed5e68f
v0.1.17
KevinGossentCap Apr 15, 2020
fb25f81
Improve code coverage with additional metadataTypes
KevinGossentCap Apr 15, 2020
e783271
v0.1.18
KevinGossentCap Apr 15, 2020
8468bcd
Treat each element type in a metadataType in parallel
KevinGossentCap Apr 14, 2020
40354f3
Removing unneeded comments
KevinGossentCap Apr 14, 2020
3c988e5
save properly reordered big profile
KevinGossentCap Apr 14, 2020
b4c92c6
new option for join (algorithm) to ask whether to additively meld sub…
KevinGossentCap Apr 15, 2020
92d3401
remove a console log
KevinGossentCap Apr 15, 2020
b39a4a3
evol of building unique key: some unique keys are variable so we take…
KevinGossentCap Apr 15, 2020
808c2c0
Improve code coverage with additional metadataTypes
KevinGossentCap Apr 15, 2020
07e8dc5
Add a profile component never documented in metadata documentation
KevinGossentCap Apr 15, 2020
a6272c3
Add a profile component never documented in metadata documentation
KevinGossentCap Apr 15, 2020
053c730
v0.1.19
KevinGossentCap Apr 15, 2020
27ea3a0
migrate to xml-js xml to js parser
KevinGossentCap Apr 16, 2020
57fb25f
correction of unit tests
KevinGossentCap Apr 16, 2020
6797b8b
check for package member array
KevinGossentCap Apr 16, 2020
0f161fe
bumped minimum node version to use fs.promises
KevinGossentCap Apr 16, 2020
c1049a4
using fs.promises
KevinGossentCap Apr 16, 2020
ebd83e5
adding test of an empty file in inputs
KevinGossentCap Apr 16, 2020
75abf92
consistency of parameters order of verbose-helper
KevinGossentCap Apr 17, 2020
a45b95d
continue better parallelization
KevinGossentCap Apr 17, 2020
35798eb
remove uneeded npx for typescript because uneeded for dev
KevinGossentCap Apr 17, 2020
a3c2e77
Merge branch 'feature/join_change_xml_parser' into publish
KevinGossentCap Apr 17, 2020
886681c
v0.1.20
KevinGossentCap Apr 17, 2020
4fd54fe
properly output file POSIX style , xml-js is doing LF but had to add …
KevinGossentCap Apr 20, 2020
6b0bfd2
v0.1.21
KevinGossentCap Apr 20, 2020
b7cc4f4
Correction of README
KevinGossentCap Apr 20, 2020
6372d3c
v0.1.22
KevinGossentCap Apr 20, 2020
03f79ae
Putting errors and texts in a constant file to ease consistency
KevinGossentCap Apr 21, 2020
7cae3fb
README modification related to standardized minimum input dealing
KevinGossentCap Apr 21, 2020
99d4d5b
v0.1.23
KevinGossentCap Apr 21, 2020
3ca360c
right repository links
KevinGossentCap Apr 24, 2020
4a9ef03
v0.1.24
KevinGossentCap Apr 24, 2020
8ed6ff2
README modification
KevinGossentCap Apr 24, 2020
b5a025a
v0.1.25
KevinGossentCap Apr 24, 2020
cfcf02e
re update README
KevinGossentCap Apr 24, 2020
9d07120
v0.1.26
KevinGossentCap Apr 24, 2020
b118d8e
Put master back to publish
KevinGossentCap Apr 24, 2020
2b74974
modifiy package-json to point first to actual command folder before s…
KevinGossentCap May 11, 2020
388e42c
v0.1.27
KevinGossentCap May 11, 2020
f9030e2
Correction of install deleting other attrib existing
KevinGossentCap May 11, 2020
ffd951f
v0.1.28
KevinGossentCap May 11, 2020
6c573bb
migrate from args to flags to better deal with spaces
KevinGossentCap Jul 22, 2020
c8dba2f
v0.1.29
KevinGossentCap Jul 22, 2020
2064f2c
update README
KevinGossentCap Jul 23, 2020
c7d1251
Update README.md
KevinGossentCap Oct 30, 2024
f481ecc
Update README.md
KevinGossentCap Nov 25, 2024
93f1317
Update README.md
KevinGossentCap Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
version: 2
jobs:
node-latest: &test
docker:
- image: node:latest
working_directory: ~/cli
steps:
- checkout
- restore_cache: &restore_cache
keys:
- v1-npm-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
- v1-npm-{{checksum ".circleci/config.yml"}}
- run:
name: Install dependencies
command: yarn
- run: ./bin/run --version
- run: ./bin/run --help
- run:
name: Testing
command: yarn test
- run:
name: Submitting code coverage to codecov
command: |
./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
curl -s https://codecov.io/bash | bash
node-12:
<<: *test
docker:
- image: node:12
node-10:
<<: *test
docker:
- image: node:10
cache:
<<: *test
steps:
- checkout
- run:
name: Install dependencies
command: yarn
- save_cache:
key: v1-npm-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
paths:
- ~/cli/node_modules
- /usr/local/share/.cache/yarn
- /usr/local/share/.config/yarn

workflows:
version: 2
'sfdx-md-merge-driver':
jobs:
- node-latest
- node-12
- node-10
- cache:
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/lib
21 changes: 21 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"extends": ["oclif", "oclif-typescript"],
"rules": {
"space-before-function-paren": "off",
"arrow-parens": "off",
"indent": "off",
"operator-linebreak": "off",
"node/no-missing-require": [
"error",
{
"tryExtensions": [".ts", ".js"]
}
],
"node/no-missing-import": [
"error",
{
"tryExtensions": [".ts", ".js"]
}
]
}
}
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*-debug.log
*-error.log
/.nyc_output
/dist
/lib
/package-lock.json
/tmp
/node_modules
/sfdx-md-merge-driver.1
/.vscode
/coverage
4 changes: 4 additions & 0 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
'*.ts': ['prettier --write', 'git add'],
'**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit',
}
14 changes: 14 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
'use strict';

// Here's a JavaScript-based config file.
// If you need conditional logic, you might want to use this type of config.
// Otherwise, JSON or YAML is recommended.

module.exports = {
require: 'ts-node/register',
'watch-extensions': 'ts',
recursive: true,
reporter: 'spec',
timeout: 10000,
slow: 0,
};
4 changes: 4 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"reporter": ["html","text"]
}
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false
}
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- node

cache: yarn

script:
- ./bin/run --version
- ./bin/run --help
- yarn run test

after_success:
- ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
- bash < (curl -s https://codecov.io/bash)
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.4](https://github.com/jayree/sfdx-md-merge-driver/compare/v0.1.3...v0.1.4) (2020-02-06)


### Bug Fixes

* merge of customlabels ([3b49d3d](https://github.com/jayree/sfdx-md-merge-driver/commit/3b49d3d902cce76257bc4e155f4a7dfe0052af6a))

### [0.1.3](https://github.com/jayree/sfdx-md-merge-driver/compare/v0.1.1...v0.1.3) (2020-01-29)


### Features

* convert to typescript and oclif ([b03b4b6](https://github.com/jayree/sfdx-md-merge-driver/commit/b03b4b6d1dede2faee2c1b7f408217f33642d700))


### Bug Fixes

* Adding some conf missing ([cc81e8f](https://github.com/jayree/sfdx-md-merge-driver/commit/cc81e8f2dbd6dccd74a7b6b8a8e9ca2e6ed59aa4))
* Put xml renderOpts for strict exact output than a Salesforce retrieve ([a30a1cc](https://github.com/jayree/sfdx-md-merge-driver/commit/a30a1ccb62a81a50ccb12793cdfd8f95b4c689ee))

### [0.1.2](https://github.com/jayree/sfdx-md-merge-driver/compare/v0.1.1...v0.1.2) (2020-01-22)


### Features

* convert to typescript and oclif ([b03b4b6](https://github.com/jayree/sfdx-md-merge-driver/commit/b03b4b6d1dede2faee2c1b7f408217f33642d700))

### [0.1.1](https://github.com/jayree/sfdx-md-merge-driver/compare/v0.1.0...v0.1.1) (2019-11-22)


### Features

* auto install if yarn or npm is used ([a3813fc](https://github.com/jayree/sfdx-md-merge-driver/commit/a3813fcb0eb89c59e9362a0907e8bae02efda012))

## 0.1.0 (2019-11-19)


### ⚠ BREAKING CHANGES

* Enhancements for VSCode

### Features

* add node.js package and installer framework ([b3e20ba](https://github.com/jayree/sfdx-md-merge-driver/commit/b3e20ba203a22e080b749c406a7d534cb574317c))
* Enhancements for VSCode ([ec76f79](https://github.com/jayree/sfdx-md-merge-driver/commit/ec76f79812ab13b167ae4464249d956a36f49a5a))
* migrate from groovy to node.js script ([b525c45](https://github.com/jayree/sfdx-md-merge-driver/commit/b525c45774cf695fe62c16f56fcbfd77a9e7bb29))


### Bug Fixes

* fix undefined xml tag ([a037632](https://github.com/jayree/sfdx-md-merge-driver/commit/a037632343827cb7c389b0412a429f2b67aae650))
* update dependencies ([b75257e](https://github.com/jayree/sfdx-md-merge-driver/commit/b75257ea2f6c207559e5af935df827f76b3da290))
Loading