@datagrok-libraries/bio
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -8,6 +8,6 @@ { | ||
"friendlyName": "Datagrok bio library", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
"dependencies": { | ||
"datagrok-api": ">=0.95.8", | ||
"datagrok-api": ">=0.108.0", | ||
"@datagrok-libraries/utils": ">=0.0.13", | ||
@@ -34,4 +34,4 @@ "cash-dom": "latest", | ||
"release-bio": "grok publish --rebuild --release", | ||
"build-bio": "webpack", | ||
"build": "webpack", | ||
"build-bio": "tsc", | ||
"build": "tsc", | ||
"debug-bio-public": "grok publish public --rebuild", | ||
@@ -38,0 +38,0 @@ "release-bio-public": "grok publish public --rebuild --release", |
@@ -7,3 +7,3 @@ { | ||
// "incremental": true, /* Enable incremental compilation */ | ||
"target": "es2018", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ | ||
"target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ | ||
"module": "es2020", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ | ||
@@ -14,4 +14,4 @@ "lib": ["es2020", "dom"], /* Specify library files to be included in the compilation. */ | ||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */ | ||
// "declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
"declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
"declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
// "sourceMap": true, /* Generates corresponding '.map' file. */ | ||
@@ -60,6 +60,6 @@ // "outFile": "./", /* Concatenate and emit output to single file. */ | ||
/* Source Map Options */ | ||
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */ | ||
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ | ||
// "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */ | ||
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ | ||
"sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */ | ||
"mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ | ||
"inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */ | ||
"inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ | ||
@@ -71,5 +71,5 @@ /* Experimental Options */ | ||
/* Advanced Options */ | ||
"skipLibCheck": false, /* Skip type checking of declaration files. */ | ||
"skipLibCheck": true, /* Skip type checking of declaration files. */ | ||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ | ||
} | ||
} |
41266
9
320
Updateddatagrok-api@>=0.108.0