Skip to content

Commit dde7a29

Browse files
committed
chore(release): 2.0.0-beta.5 [skip ci]
1 parent 65ce33b commit dde7a29

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

LICENSE.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Copyright (c) 2018, Salesforce.com, Inc.
22
All rights reserved.
33

4-
Welcome to the Omnistudio Migration Assistant Pilot. This is a pilot tool release and your feedback is invaluable. This migration assistant which is provided for pilot evaluation purposes only and Pilot participants agree to provide feedback as requested.
5-
64
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
75

86
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

package.json

Lines changed: 4 additions & 4 deletions
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": "2.0.0-beta.4",
4+
"version": "2.0.0-beta.5",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -96,12 +96,12 @@
9696
},
9797
"repository": "salesforcecli/plugin-omnistudio-migration-tool",
9898
"scripts": {
99-
"build": "sf-build && yarn copy-assets",
100-
"copy-assets": "shx cp -r src/templates lib/ && shx cp -r src/styles lib/ && shx cp -r src/javascripts lib/",
99+
"build": "sf-build",
101100
"clean": "sf-clean",
102101
"clean-all": "sf-clean all",
103102
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
104-
"compile": "sf-compile && yarn copy-assets",
103+
"compile": "sf-compile",
104+
"copy-assets": "shx cp -r src/templates lib/ && shx cp -r src/styles lib/ && shx cp -r src/javascripts lib/",
105105
"docs": "sf-docs",
106106
"format": "sf-format",
107107
"lint": "sf-lint",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,11 @@ diff@^4.0.1, diff@^4.0.2:
25192519
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
25202520
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
25212521

2522+
diff@^5.1.0:
2523+
version "5.2.0"
2524+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
2525+
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
2526+
25222527
dir-glob@^3.0.1:
25232528
version "3.0.1"
25242529
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"

0 commit comments

Comments
 (0)