@gandalan/weblibs 1.1.68 → 1.1.69

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.
Files changed (2) hide show
  1. package/api/fluentApi.js +1 -2
  2. package/package.json +1 -1
package/api/fluentApi.js CHANGED
@@ -157,8 +157,7 @@ export function createApi() {
157
157
  * @return {FluentApi}
158
158
  */
159
159
  useBaseUrl(url = "") {
160
- this.baseUrl = url;
161
- console.log("url!!!");
160
+ this.baseUrl = url;
162
161
  return this;
163
162
  },
164
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gandalan/weblibs",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "description": "WebLibs for Gandalan JS/TS/Svelte projects",
5
5
  "keywords": [
6
6
  "gandalan"