@paxperscientiam/generate-phaser3-filepack
Advanced tools
Comparing version 6.1.0 to 6.2.0
{ | ||
"name": "@paxperscientiam/generate-phaser3-filepack", | ||
"bin": "dist/index.mjs", | ||
"main": "dist/index.mjs", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/paxperscientiam/generate-phaser3-filepack.git" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"ts-to-zod": "^3.2.0", | ||
"tsup": "^7.2.0" | ||
}, | ||
"dependencies": { | ||
"directory-tree": "^3.5.1", | ||
"is-image": "^4.0.0", | ||
"is-video": "^2.0.0", | ||
"zod": "^3.22.4" | ||
}, | ||
"files": [ | ||
"src/index.d.ts", | ||
"dist/" | ||
], | ||
"version": "6.1.0", | ||
"scripts": { | ||
"build": "ts-to-zod && tsup --cjsInterop --minify --treeshake", | ||
"dev": "tsup --cjsInterop --watch", | ||
"test": "node ./dist/index.mjs gen-filepack.json" | ||
} | ||
} | ||
"name": "@paxperscientiam/generate-phaser3-filepack", | ||
"bin": "dist/index.mjs", | ||
"main": "dist/index.mjs", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/paxperscientiam/generate-phaser3-filepack.git" | ||
}, | ||
"scripts": { | ||
"build": "ts-to-zod && tsup --cjsInterop --minify --treeshake", | ||
"dev": "tsup --cjsInterop --watch", | ||
"test": "node ./dist/index.mjs gen-filepack.json", | ||
"prepack": "pnpm run build" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"ts-to-zod": "^3.2.0", | ||
"tsup": "^7.2.0" | ||
}, | ||
"dependencies": { | ||
"directory-tree": "^3.5.1", | ||
"is-image": "^4.0.0", | ||
"is-video": "^2.0.0", | ||
"zod": "^3.22.4" | ||
}, | ||
"files": [ | ||
"src/index.d.ts", | ||
"dist/" | ||
], | ||
"version": "6.2.0" | ||
} |
@@ -96,7 +96,8 @@ [Phaser 3](https://github.com/photonstorm/phaser) Pack File Generator | ||
- [ ] allow set `asBlob` and `noAudio` in post-processing. | ||
- [ ] add check to prevent changing keys of unmoved files | ||
- [ ] add check to prevent changing keys of unmoved files (only relevant to path-based key naming) | ||
- [ ] add mode to merge new with pre-existing | ||
- [ ] isolate unknow file types | ||
- [x] isolate unknow file types | ||
- [ ] post process adjustments. | ||
- [ ] use phaser's types for development | ||
- [ ] idempotence | ||
- [x] avoid double processing. This can be done with combination of dirty flags and collative full file list. Or, maybe make a dictionary of all paths, using dirTree in a prior step for that purpose | ||
@@ -103,0 +104,0 @@ - [x] filter out commonsystem and temp files. EG .DS_Store |
@@ -0,1 +1,2 @@ | ||
/** | ||
@@ -22,2 +23,3 @@ @toExtract | ||
outputDuplicateKeyWarning?: boolean | ||
applyProAssetKeyPrefix?: boolean | ||
} | ||
@@ -24,0 +26,0 @@ } |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
117
14304
108
1