@waiting/shared-types
Advanced tools
Comparing version 19.0.1 to 19.2.0
export * from './lib/index.js'; | ||
//# sourceMappingURL=index.js.map |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; | ||
//# sourceMappingURL=alias.js.map |
/* eslint-disable max-len */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; | ||
//# sourceMappingURL=common.js.map |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; | ||
//# sourceMappingURL=data.js.map |
@@ -11,1 +11,2 @@ export * from './alias.js'; | ||
export * from './web.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -7,1 +7,2 @@ /** | ||
export {}; | ||
//# sourceMappingURL=npm-pkg.js.map |
export {}; | ||
//# sourceMappingURL=stats.js.map |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/* eslint-disable @typescript-eslint/prefer-ts-expect-error */ | ||
export {}; | ||
//# sourceMappingURL=template-literal.js.map |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/* eslint-disable @typescript-eslint/prefer-ts-expect-error */ | ||
export {}; | ||
//# sourceMappingURL=trim.js.map |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; | ||
//# sourceMappingURL=tuple.js.map |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; | ||
//# sourceMappingURL=union.js.map |
/* eslint-disable max-len */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; | ||
//# sourceMappingURL=web.js.map |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "19.0.1", | ||
"version": "19.2.0", | ||
"description": "shared typescript types", | ||
@@ -57,14 +57,10 @@ "keywords": [ | ||
"lint:nofix": "eslint --cache {src,test}/**/*.ts", | ||
"prepublishOnly": "sh ../../.scripts/change-pkg-types-dist.sh", | ||
"postpublish": "sh ../../.scripts/change-pkg-types-src.sh", | ||
"purge": "npm run clean && rm node_modules -rf", | ||
"rp": "rollup -c rollup.config.js --context this", | ||
"rp:w": "npm run tsc:w | rollup -wc rollup.config.js", | ||
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --loader=ts-node/esm", | ||
"test:browser": "cd .config && npm run browser && cd ..", | ||
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false", | ||
"tsc": "tsc -p tsconfig.json", | ||
"tsc": "tsc -b ", | ||
"tsc:w": "tsc -p tsconfig.json -w" | ||
}, | ||
"gitHead": "6e2e8f86fd382a16da078ae749d40ba0014d53be" | ||
"gitHead": "92fc6425563c8e526ed50ef746c3059c8e274f35" | ||
} |
@@ -12,4 +12,4 @@ { | ||
"incremental": true, | ||
"module": "ESNext", | ||
"moduleResolution": "node", | ||
"module": "NodeNext", | ||
"moduleResolution": "NodeNext", | ||
"newLine": "lf", | ||
@@ -23,2 +23,6 @@ "noFallthroughCasesInSwitch": true, | ||
"outDir": "dist", | ||
"paths": { | ||
"~/*": ["./src/*"], | ||
"@/*": ["./test/*"] | ||
}, | ||
"preserveConstEnums": true, | ||
@@ -28,3 +32,3 @@ "pretty": true, | ||
"skipLibCheck": true, | ||
"sourceMap": false, | ||
"sourceMap": true, | ||
"strict": true, | ||
@@ -31,0 +35,0 @@ "strictPropertyInitialization": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43044
55
515