@pinnacle0/browser-util
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"extends": "../../../config/tsconfig.base.json", | ||
"compilerOptions": { | ||
"composite": true, | ||
"tsBuildInfoFile": "../tmp/tsconfig.script.tsbuildinfo", | ||
"lib": ["ES2020"], | ||
@@ -8,0 +5,0 @@ "module": "CommonJS", |
{ | ||
"extends": "../../../config/tsconfig.base.json", | ||
"compilerOptions": { | ||
"composite": true, | ||
"tsBuildInfoFile": "../tmp/tsconfig.src.tsbuildinfo", | ||
"lib": ["DOM", "ES2020"], | ||
@@ -8,0 +5,0 @@ "module": "ESNext", |
{ | ||
"extends": "../../../config/tsconfig.base.json", | ||
"compilerOptions": { | ||
"composite": true, | ||
"tsBuildInfoFile": "../tmp/tsconfig.test.tsbuildinfo", | ||
"lib": ["DOM", "ES2020"], | ||
@@ -8,0 +5,0 @@ "module": "ESNext", |
@@ -105,3 +105,2 @@ /** | ||
StorageHelper.falseBoolValue = "FALSE"; | ||
new StorageHelper({}).setObject("", [{ a: 43 }, { a: -5 }]); | ||
//# sourceMappingURL=StorageHelper.js.map |
{ | ||
"name": "@pinnacle0/browser-util", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -1,2 +0,2 @@ | ||
import {PrettierUtil, Utility} from "@pinnacle0/devtool-util"; | ||
import {PrettierUtil, Utility} from "@pinnacle0/devtool-util/src"; | ||
import path from "path"; | ||
@@ -3,0 +3,0 @@ import yargs from "yargs"; |
@@ -1,2 +0,2 @@ | ||
import {PrettierUtil} from "@pinnacle0/devtool-util"; | ||
import {PrettierUtil} from "@pinnacle0/devtool-util/src"; | ||
import path from "path"; | ||
@@ -3,0 +3,0 @@ |
@@ -109,3 +109,1 @@ /** | ||
} | ||
new StorageHelper({} as any).setObject("", [{a: 43}, {a: -5}]); |
Sorry, the diff of this file is not supported yet
47828
53
1014