@netvlies/utility-collection
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ 'use strict'; | ||
// Vendor | ||
class DynamicUrl { | ||
class DynamicURL { | ||
constructor(url) { | ||
@@ -33,3 +33,3 @@ this.url = url; | ||
exports.DynamicUrl = DynamicUrl; | ||
exports.DynamicURL = DynamicURL; | ||
//# sourceMappingURL=index.cjs.js.map |
import qs from 'qs'; | ||
// Vendor | ||
class DynamicUrl { | ||
class DynamicURL { | ||
constructor(url) { | ||
@@ -24,3 +24,3 @@ this.url = url; | ||
export { DynamicUrl }; | ||
export { DynamicURL }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -1,2 +0,2 @@ | ||
declare class DynamicUrl { | ||
declare class DynamicURL { | ||
private url; | ||
@@ -8,2 +8,2 @@ constructor(url: string); | ||
} | ||
export { DynamicUrl }; | ||
export { DynamicURL }; |
{ | ||
"name": "@netvlies/utility-collection", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Collection of frequently used utilities by Netvlies", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.cjs.js", | ||
"lint:fix": "npm run lint -- --fix", | ||
"release": "npm run test && dotenv release-it", | ||
"release": "npm run test && npm run build && dotenv release-it", | ||
"test:unit": "jest", | ||
@@ -21,0 +21,0 @@ "test": "npm run test:unit", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8078
0.21%