Comparing version 2.0.0 to 2.1.3
{ | ||
"name": "pkgforce", | ||
"version": "2.0.0", | ||
"version": "2.1.3", | ||
"description": "Salesforce Metadata Management Utility Library", | ||
@@ -21,14 +21,14 @@ "publisher": "KevinJones", | ||
"dependencies": { | ||
"antlr4ts": "0.5.0-alpha.3", | ||
"apex-parser": "2.9.0", | ||
"antlr4ts": "0.5.0-alpha.4", | ||
"apex-parser": "2.10.0", | ||
"vf-parser": "1.0.0", | ||
"xmldom": "0.5.0" | ||
"@xmldom/xmldom": "0.7.5" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.0.2", | ||
"fs-monkey": "0.3.3", | ||
"memfs": "3.0.5", | ||
"@types/jest": "^26.0.9", | ||
"jest": "^26.2.2", | ||
"ts-jest": "^26.1.4", | ||
"typescript": "^3.9.7" | ||
"jest": "^27.2.5", | ||
"memfs": "3.2.0", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.4" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
@@ -34,3 +34,3 @@ ## pkgforce | ||
<artifactId>pkgforce</artifactId> | ||
<version>2.0.0</version> | ||
<version>2.1.3</version> | ||
</dependency> | ||
@@ -42,7 +42,7 @@ | ||
libraryDependencies += "com.github.nawforce" %%% "pkgforce" % "2.0.0" | ||
libraryDependencies += "com.github.nawforce" %%% "pkgforce" % "2.1.3" | ||
For scala: | ||
libraryDependencies += "com.github.nawforce" % "pkgforce" % "2.0.0" | ||
libraryDependencies += "com.github.nawforce" % "pkgforce" % "2.1.3" | ||
@@ -49,0 +49,0 @@ ### Building |
Sorry, the diff of this file is too big to display
650766
15497
+ Added@xmldom/xmldom@0.7.5
+ Added@xmldom/xmldom@0.7.5(transitive)
+ Addedantlr4ts@0.5.0-alpha.4(transitive)
+ Addedapex-parser@2.10.0(transitive)
- Removedxmldom@0.5.0
- Removedantlr4ts@0.5.0-alpha.3(transitive)
- Removedapex-parser@2.9.0(transitive)
- Removedxmldom@0.5.0(transitive)
Updatedantlr4ts@0.5.0-alpha.4
Updatedapex-parser@2.10.0