rflib-plugin 0.13.2 → 0.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/oclif.lock CHANGED
@@ -6925,10 +6925,10 @@ prettier@^2.8.8:
6925
6925
  resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
6926
6926
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
6927
6927
 
6928
- prettier@^3.7.4:
6929
- version "3.7.4"
6930
- resolved "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz"
6931
- integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==
6928
+ prettier@^3.8.1:
6929
+ version "3.8.1"
6930
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
6931
+ integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
6932
6932
 
6933
6933
  pretty-quick@^3.3.1:
6934
6934
  version "3.3.1"
@@ -428,5 +428,5 @@
428
428
  ]
429
429
  }
430
430
  },
431
- "version": "0.13.2"
431
+ "version": "0.13.3"
432
432
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "rflib-plugin",
3
3
  "description": "Utility commands to help with the adoption of the RFLIB open-source library for Salesforce.",
4
- "version": "0.13.2",
4
+ "version": "0.13.3",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4.8.0",
7
7
  "@salesforce/core": "^8.26.2",
8
8
  "@salesforce/sf-plugins-core": "^12.2.6",
9
9
  "@types/xml2js": "^0.4.14",
10
- "prettier": "^3.7.4",
10
+ "prettier": "^3.8.1",
11
11
  "prettier-plugin-apex": "^2.2.6",
12
12
  "wireit": "^0.14.12",
13
13
  "xml2js": "^0.6.2"