@natyapp/meta
Advanced tools
Comparing version 1.5.7 to 1.5.8
@@ -8,2 +8,3 @@ "use strict"; | ||
insert: async (connection) => { | ||
console.log("connection.insert:", axiosInstances_1.api); | ||
const call = await axiosInstances_1.api.post(`/connections`, connection); | ||
@@ -27,2 +28,3 @@ if (!call.data) | ||
getAll: async (props) => { | ||
console.log("connection.getAll:", axiosInstances_1.api); | ||
const call = await axiosInstances_1.api.get(`/connections`, { params: props }); | ||
@@ -29,0 +31,0 @@ if (!call.data) |
{ | ||
"name": "@natyapp/meta", | ||
"version": "1.5.7", | ||
"version": "1.5.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89878
2255