@lit/localize-tools
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -7,2 +7,4 @@ /** | ||
import type { Config } from './types/config.js'; | ||
export type { Config } from './types/config.js'; | ||
export type { TransformOutputConfig, RuntimeOutputConfig, } from './types/modes.js'; | ||
/** | ||
@@ -9,0 +11,0 @@ * Read a JSON config file from the given path, validate it, and return it. Also |
{ | ||
"name": "@lit/localize-tools", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"publishConfig": { | ||
@@ -23,4 +23,4 @@ "access": "public" | ||
"clean": "git clean -dXn | sed 's/^Would remove //' | grep -v node_modules | xargs rm -rf", | ||
"build": "npm run clean && npm run generate-json-schema && tsc --build", | ||
"generate-json-schema": "typescript-json-schema tsconfig.schema.json ConfigFile --include=src/types/config.d.ts --required --noExtraProps > config.schema.json", | ||
"build": "npm run clean && tsc --build && npm run generate-json-schema", | ||
"generate-json-schema": "typescript-json-schema tsconfig.schema.json ConfigFile --include=lib/types/config.d.ts --required --noExtraProps > config.schema.json", | ||
"test": "npm run test:unit && npm run test:check-tsc", | ||
@@ -27,0 +27,0 @@ "test:unit": "uvu lib/tests '\\.test\\.js$' --ignore 'ssr\\.unit\\.test\\.js$' && uvu lib/tests '\\ssr\\.unit\\.test\\.js$'", |
@@ -15,2 +15,8 @@ /** | ||
export type {Config} from './types/config.js'; | ||
export type { | ||
TransformOutputConfig, | ||
RuntimeOutputConfig, | ||
} from './types/modes.js'; | ||
/** | ||
@@ -17,0 +23,0 @@ * Read a JSON config file from the given path, validate it, and return it. Also |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
307650
89
6639
0