Comparing version
{ | ||
"name": "pkgforce", | ||
"version": "1.4.3", | ||
"version": "2.0.0", | ||
"description": "Salesforce Metadata Management Utility Library", | ||
@@ -22,3 +22,3 @@ "publisher": "KevinJones", | ||
"antlr4ts": "0.5.0-alpha.3", | ||
"apex-parser": "2.8.0", | ||
"apex-parser": "2.9.0", | ||
"vf-parser": "1.0.0", | ||
@@ -25,0 +25,0 @@ "xmldom": "0.5.0" |
@@ -34,3 +34,3 @@ ## pkgforce | ||
<artifactId>pkgforce</artifactId> | ||
<version>1.4.3</version> | ||
<version>2.0.0</version> | ||
</dependency> | ||
@@ -42,7 +42,7 @@ | ||
libraryDependencies += "com.github.nawforce" %%% "pkgforce" % "1.4.3" | ||
libraryDependencies += "com.github.nawforce" %%% "pkgforce" % "2.0.0" | ||
For scala: | ||
libraryDependencies += "com.github.nawforce" % "pkgforce" % "1.4.3" | ||
libraryDependencies += "com.github.nawforce" % "pkgforce" % "2.0.0" | ||
@@ -49,0 +49,0 @@ ### Building |
@@ -1,2 +0,1 @@ | ||
export declare class WorkspaceException { | ||
@@ -3,0 +2,0 @@ message: string; |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
644345
6.95%15365
7.31%2
-33.33%0
-100%+ Added
- Removed
Updated