@loadspark/core 0.0.3 → 0.0.4

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.
@@ -1,4 +1,5 @@
1
1
  export { createUserAccess, deleteUserAccess, readUserAccess, updateUserAccess, } from '../../collections/users/access.js';
2
+ export { getUsersConfig } from '../../collections/users/config.js';
2
3
  export { getUserFields } from '../../collections/users/fields.js';
3
4
  export { firstUserIsAdmin, usersBeforeCreateOperation } from '../../collections/users/hooks.js';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/exports/users/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,cAAc,EACd,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAA;AACjE,OAAO,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/exports/users/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,cAAc,EACd,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAA;AACjE,OAAO,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAA"}
@@ -1,4 +1,5 @@
1
1
  export { createUserAccess, deleteUserAccess, readUserAccess, updateUserAccess } from '../../collections/users/access.js';
2
+ export { getUsersConfig } from '../../collections/users/config.js';
2
3
  export { getUserFields } from '../../collections/users/fields.js';
3
4
  export { firstUserIsAdmin, usersBeforeCreateOperation } from '../../collections/users/hooks.js';
4
5
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/exports/users/index.ts"],"sourcesContent":["export {\n createUserAccess,\n deleteUserAccess,\n readUserAccess,\n updateUserAccess,\n} from '../../collections/users/access.js'\nexport { getUserFields } from '../../collections/users/fields.js'\nexport { firstUserIsAdmin, usersBeforeCreateOperation } from '../../collections/users/hooks.js'\n"],"names":["createUserAccess","deleteUserAccess","readUserAccess","updateUserAccess","getUserFields","firstUserIsAdmin","usersBeforeCreateOperation"],"mappings":"AAAA,SACEA,gBAAgB,EAChBC,gBAAgB,EAChBC,cAAc,EACdC,gBAAgB,QACX,oCAAmC;AAC1C,SAASC,aAAa,QAAQ,oCAAmC;AACjE,SAASC,gBAAgB,EAAEC,0BAA0B,QAAQ,mCAAkC"}
1
+ {"version":3,"sources":["../../../src/exports/users/index.ts"],"sourcesContent":["export {\n createUserAccess,\n deleteUserAccess,\n readUserAccess,\n updateUserAccess,\n} from '../../collections/users/access.js'\nexport { getUsersConfig } from '../../collections/users/config.js'\nexport { getUserFields } from '../../collections/users/fields.js'\nexport { firstUserIsAdmin, usersBeforeCreateOperation } from '../../collections/users/hooks.js'\n"],"names":["createUserAccess","deleteUserAccess","readUserAccess","updateUserAccess","getUsersConfig","getUserFields","firstUserIsAdmin","usersBeforeCreateOperation"],"mappings":"AAAA,SACEA,gBAAgB,EAChBC,gBAAgB,EAChBC,cAAc,EACdC,gBAAgB,QACX,oCAAmC;AAC1C,SAASC,cAAc,QAAQ,oCAAmC;AAClE,SAASC,aAAa,QAAQ,oCAAmC;AACjE,SAASC,gBAAgB,EAAEC,0BAA0B,QAAQ,mCAAkC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadspark/core",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "!!!Payload version: 3.69.0!!! Core package for loadspark. It contains custom PayloadCMS V3 fields, access control and more to make life easier.",
5
5
  "license": "Custom",
6
6
  "type": "module",