ggez-banking-sdk 0.0.94 → 0.0.95

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.
@@ -567,8 +567,6 @@ const Data = () => {
567
567
  };
568
568
  const dataTicket = () => {
569
569
  const createDataTicket = (values) => {
570
- console.log("createDataTicket ~ values:", values);
571
- console.log("createDataTicket ~ userData:", data_1.userData);
572
570
  let data = {
573
571
  ...data_1.userData,
574
572
  ticket: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",