@aelesia/testnpmpackage
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -34,2 +34,3 @@ { | ||
"@typescript-eslint/ban-ts-ignore": "off", | ||
"@typescript-eslint/type-annotation-spacing": "warn", | ||
"prettier/prettier": "warn", | ||
@@ -36,0 +37,0 @@ "prefer-const": "off" |
@@ -38,2 +38,6 @@ "use strict"; | ||
exports.bnet_id = bnet_id; | ||
function new_function() { | ||
return 'new_function'; | ||
} | ||
exports.new_function = new_function; | ||
//# sourceMappingURL=Something.js.map |
{ | ||
"name": "@aelesia/testnpmpackage", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "throwaway", | ||
@@ -5,0 +5,0 @@ "author": "", |
@@ -33,1 +33,5 @@ class some_singleton { | ||
} | ||
export function new_function():string { | ||
return 'new_function' | ||
} |
Sorry, the diff of this file is not supported yet
21903
294