@excaliburjs/plugin-aseprite
Advanced tools
Comparing version 0.30.0 to 0.30.1
@@ -12,3 +12,5 @@ // Karma configuration | ||
webpack, | ||
webpack: { | ||
...webpack({ output: 'umd' }, { mode: 'development' }), | ||
}, | ||
@@ -21,3 +23,3 @@ // frameworks to use | ||
// smooths over loading files because karma prepends '/base/' to everything | ||
'/test/' : '/base/test/' | ||
'/test/': '/base/test/' | ||
}, | ||
@@ -24,0 +26,0 @@ |
{ | ||
"name": "@excaliburjs/plugin-aseprite", | ||
"version": "0.30.0", | ||
"version": "0.30.1", | ||
"description": "Aseprite Resource Plugin for Excalibur", | ||
"main": "./dist/excalibur-aseprite.js", | ||
"typings": "./dist/src/index.d.ts", | ||
"main": "./build/umd/excalibur-aseprite.js", | ||
"typings": "./build/umd/src/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"types": "./build/umd/src/index.d.ts", | ||
"import": "./build/esm/excalibur-aseprite.min.js", | ||
"require": "./build/umd/excalibur-aseprite.min.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -11,3 +19,5 @@ "start": "webpack-dev-server --config webpack.config.test.js --open", | ||
"watch": "webpack --progress --watch", | ||
"build": "webpack --mode production", | ||
"build:esm": "webpack --progress --config webpack.config.js --mode production --env output=esm", | ||
"build:umd": "webpack --progress --config webpack.config.js --mode production", | ||
"build": "npm run build:umd && npm run build:esm", | ||
"test:unit": "karma start", | ||
@@ -14,0 +24,0 @@ "test:integration": "npx playwright test", |
{ | ||
"include": ["./example/*.ts", "./src/**/*.ts", "./test/unit/*.spec.ts", "files.d.ts"], | ||
"include": [ | ||
"./example/*.ts", | ||
"./src/**/*.ts", | ||
"./test/unit/*.spec.ts", | ||
"files.d.ts" | ||
], | ||
"compilerOptions": { | ||
"paths": { | ||
"@excalibur-aseprite": ["./src/"] | ||
"@excalibur-aseprite": [ | ||
"./src/" | ||
] | ||
}, | ||
/* Basic Options */ | ||
// "incremental": true, /* Enable incremental compilation */ | ||
"target": "es2015", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ | ||
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ | ||
"target": "es2018", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ | ||
"module": "es2015", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ | ||
// "lib": [], /* Specify library files to be included in the compilation. */ | ||
@@ -15,7 +22,7 @@ // "allowJs": true, /* Allow javascript files to be compiled. */ | ||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ | ||
"declaration": true, /* Generates 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. */ | ||
"sourceMap": true, /* Generates corresponding '.map' file. */ | ||
// "outFile": "./", /* Concatenate and emit output to single file. */ | ||
"outDir": "./dist", /* Redirect output structure to the directory. */ | ||
"outDir": "./dist", /* Redirect output structure to the directory. */ | ||
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ | ||
@@ -29,5 +36,4 @@ // "composite": true, /* Enable project compilation */ | ||
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ | ||
/* Strict Type-Checking Options */ | ||
"strict": true, /* Enable all strict type-checking options. */ | ||
"strict": true, /* Enable all strict type-checking options. */ | ||
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ | ||
@@ -40,3 +46,2 @@ // "strictNullChecks": true, /* Enable strict null checks. */ | ||
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ | ||
/* Additional Checks */ | ||
@@ -47,5 +52,4 @@ // "noUnusedLocals": true, /* Report errors on unused locals. */ | ||
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ | ||
/* Module Resolution Options */ | ||
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ | ||
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ | ||
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ | ||
@@ -57,6 +61,5 @@ // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ | ||
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */ | ||
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ | ||
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ | ||
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */ | ||
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ | ||
/* Source Map Options */ | ||
@@ -67,10 +70,8 @@ // "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */ | ||
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ | ||
/* Experimental Options */ | ||
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ | ||
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ | ||
/* Advanced Options */ | ||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ | ||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2478048
14015
2
18