package-xml
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -13,3 +13,2 @@ var assert = require('assert') | ||
"./xmlns:fieldPermissions[xmlns:editable='false' and xmlns:readable='false']", | ||
"./xmlns:fieldPermissions[editable = 'false' and readable = 'false']", | ||
"./xmlns:objectPermissions[xmlns:allowCreate = 'false' and xmlns:allowDelete = 'false' and xmlns:allowEdit = 'false' and xmlns:allowRead = 'false' and xmlns:modifyAllRecords = 'false' and xmlns:viewAllRecords = 'false']", | ||
@@ -16,0 +15,0 @@ "./xmlns:pageAccesses[xmlns:enabled = 'false']", |
{ | ||
"name": "package-xml", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Build a Salesforce Package.xml file from a src directory", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,5 +48,4 @@ # Package.xml generator in JavaScript | ||
"./xmlns:applicationVisibilities[xmlns:visible = 'false']", | ||
"./xmlns:classAccesses[xmlns:enabled='false']", | ||
"./xmlns:fieldPermissions[xmlns:editable='false' and xmlns:readable='false']", | ||
"./xmlns:fieldPermissions[editable = 'false' and readable = 'false']", | ||
"./xmlns:classAccesses[xmlns:enabled = 'false']", | ||
"./xmlns:fieldPermissions[xmlns:editable = 'false' and xmlns:readable = 'false']", | ||
"./xmlns:objectPermissions[xmlns:allowCreate = 'false' and xmlns:allowDelete = 'false' and xmlns:allowEdit = 'false' and xmlns:allowRead = 'false' and xmlns:modifyAllRecords = 'false' and xmlns:viewAllRecords = 'false']", | ||
@@ -53,0 +52,0 @@ "./xmlns:pageAccesses[xmlns:enabled = 'false']", |
181723
2126
64