@iankibetsh/vue-streamline 1.1.8 → 1.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/vue-streamline",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Vue library for streamlining laravel backend services with @iankibet/streamline composer package",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -102,7 +102,7 @@ const useStreamline = (stream, ...initialArgs) => {
102
102
  };
103
103
 
104
104
  const getActionUrl = (action, ...args) => {
105
- console.log('getActionUrl called with:', action, args);
105
+ // console.log('getActionUrl called with:', action, args);
106
106
  const post = {
107
107
  action,
108
108
  stream,