Skip to content

Commit

Permalink
fix: bump core
Browse files Browse the repository at this point in the history
* fix: bump core

* test: record perf

Co-authored-by: SF-CLI-BOT <[email protected]>
  • Loading branch information
cristiand391 and SF-CLI-BOT authored Oct 4, 2022
1 parent b3b1a7a commit 7c7922b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@salesforce/core": "^3.30.8",
"@salesforce/core": "^3.30.10",
"@salesforce/kit": "^1.6.1",
"@salesforce/ts-types": "^1.5.20",
"@xmldom/xmldom": "^0.8.2",
Expand Down Expand Up @@ -123,4 +123,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 197.8062740000314
"duration": 197.51509400000214
},
{
"name": "sourceToMdapi",
"duration": 5338.978776999982
"duration": 5877.151366999999
},
{
"name": "sourceToZip",
"duration": 4433.559571999998
"duration": 5290.5017290000105
},
{
"name": "mdapiToSource",
"duration": 6825.319519999961
"duration": 6807.484392000013
}
]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 401.4154649999691
"duration": 395.9298290000006
},
{
"name": "sourceToMdapi",
"duration": 8158.042217999988
"duration": 7620.608355000004
},
{
"name": "sourceToZip",
"duration": 6723.08442899998
"duration": 7224.629343000008
},
{
"name": "mdapiToSource",
"duration": 7021.386991000036
"duration": 6781.243828000006
}
]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 701.4275400000042
"duration": 712.6349019999907
},
{
"name": "sourceToMdapi",
"duration": 12828.85087699996
"duration": 10835.973329
},
{
"name": "sourceToZip",
"duration": 9517.812057000003
"duration": 9996.543145999982
},
{
"name": "mdapiToSource",
"duration": 13720.21484999999
"duration": 13979.638694000023
}
]
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -630,10 +630,10 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/core@^3.30.8":
version "3.30.8"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.30.8.tgz#e40ee555b4eae5c74ae337d74c5db5a8f0d5fc59"
integrity sha512-5ixL5R9F600RfHtskuFLossGWAa2BDzysQk6Ns5OsHLY87U/1bH8edf+fubamf3aDaZaMIrcBoucQ2OJVmPtYw==
"@salesforce/core@^3.30.10", "@salesforce/core@^3.30.8":
version "3.30.10"
resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.30.10.tgz#146724f2bbc294afbcb3fa41eac281d5d880f2f7"
integrity sha512-mVt/gLuF/zimBEs1oDThHm6GjKCRYkc6MuLjfwZrAo3m2H2QFH828HZEVU0nulkC4lF7F0kMXuLqk8n6sWwScw==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.41"
Expand Down

0 comments on commit 7c7922b

Please sign in to comment.