sf-plugin-permission-sets 0.0.0-dev.13 → 0.0.0-dev.15
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.manifest.json +1 -1
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-plugin-permission-sets",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "0.0.0-dev.13",
|
|
5
4
|
"repository": {
|
|
6
5
|
"type": "git",
|
|
7
6
|
"url": "git+https://github.com/zaclummys/sf-plugin-permission-sets.git"
|
|
@@ -133,5 +132,6 @@
|
|
|
133
132
|
},
|
|
134
133
|
"exports": "./lib/index.js",
|
|
135
134
|
"type": "module",
|
|
136
|
-
"author": "Isaac Ferreira"
|
|
135
|
+
"author": "Isaac Ferreira",
|
|
136
|
+
"version": "0.0.0-dev.15"
|
|
137
137
|
}
|