Skip to content

Commit 1545bf6

Browse files
committed
chore(release): 1.5.0 [skip ci]
1 parent 9931254 commit 1545bf6

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.5.0](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/compare/1.4.0...1.5.0) (2024-08-26)
2+
3+
4+
### Features
5+
6+
* apex parser ([0d86090](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/commit/0d86090ebd4531123a78c81b86fa92635b82ec0c))
7+
* parser unit tests ([5d901d7](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/commit/5d901d76dbc8fe7c84273da8f3aa7525810b4e22))
8+
* parser unit tests ([f66f169](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/commit/f66f1698f053a998403349f536e5cccb6846c98e))
9+
* parser unit tests ([b6ddf4f](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/commit/b6ddf4fc927ec8a8a50a410beeed2ae1c234525d))
10+
* parser unit tests ([4b6d636](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/commit/4b6d63640250c959073244896cf82eb20fa9d7f2))
11+
* parser unit tests ([bb844c3](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/commit/bb844c3e04857a5f5061730b9d70e868db85c5c0))
12+
* parser unit tests ([ef8dae0](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/commit/ef8dae0498499111cfa582c1b0e4ba3d6d6c36da))
13+
14+
15+
116
# [1.4.0](https://github.com/salesforcecli/plugin-omnistudio-migration-tool/compare/1.3.1-dev.0...1.4.0) (2024-01-03)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-omnistudio-migration-tool",
33
"description": "This SFDX plugin migrates FlexCard, OmniScript, DataRaptor, and Integration Procedure custom objects to standard objects.",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "^0.3.0"
1111

12+
"@apexdevtools/apex-parser@^4.1.0":
13+
version "4.1.0"
14+
resolved "https://registry.yarnpkg.com/@apexdevtools/apex-parser/-/apex-parser-4.1.0.tgz#f8e801a8e4a65ff0e1fb70629642cda76e60fed3"
15+
integrity sha512-Bj9kmOXb/ArMhxVt/aliqq45StCxbAcy1W/liIGtWi5jgzJg0xH7our+hFtMlJ7TOoVZ8mjh6oiuPNaSoJbNZA==
16+
dependencies:
17+
antlr4ts "0.5.0-alpha.4"
18+
node-dir "^0.1.17"
19+
1220
"@babel/[email protected]", "@babel/code-frame@^7.0.0":
1321
version "7.12.11"
1422
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz"
@@ -1456,6 +1464,11 @@ ansicolors@~0.3.2:
14561464
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
14571465
integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=
14581466

1467+
1468+
version "0.5.0-alpha.4"
1469+
resolved "https://registry.yarnpkg.com/antlr4ts/-/antlr4ts-0.5.0-alpha.4.tgz#71702865a87478ed0b40c0709f422cf14d51652a"
1470+
integrity sha512-WPQDt1B74OfPv/IMS2ekXAKkTZIHl88uMetg6q3OTqgFxZ/dxDXI0EWLyZid/1Pe6hTftyg5N7gel5wNAGxXyQ==
1471+
14591472
anymatch@~3.1.1:
14601473
version "3.1.2"
14611474
resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz"
@@ -4604,9 +4617,9 @@ min-indent@^1.0.0:
46044617
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
46054618
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
46064619

4607-
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.4:
4620+
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4:
46084621
version "3.1.2"
4609-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
4622+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
46104623
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
46114624
dependencies:
46124625
brace-expansion "^1.1.7"
@@ -4822,6 +4835,13 @@ nock@^13.0.0:
48224835
lodash.set "^4.3.2"
48234836
propagate "^2.0.0"
48244837

4838+
node-dir@^0.1.17:
4839+
version "0.1.17"
4840+
resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
4841+
integrity sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==
4842+
dependencies:
4843+
minimatch "^3.0.2"
4844+
48254845
node-fetch@^2.6.1:
48264846
version "2.6.7"
48274847
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"

0 commit comments

Comments
 (0)