mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
chore: update package-lock.json for version bump and dependency adjustments
- Bumped version from 0.12.0rc to 0.13.0 across the project. - Updated package-lock.json to reflect changes in dependencies, including marking certain dependencies as `devOptional`. - Adjusted import paths in the UI for better module organization. This update ensures consistency in versioning and improves the structure of utility imports.
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
"./logger": {
|
||||
"types": "./dist/logger.d.ts",
|
||||
"default": "./dist/logger.js"
|
||||
},
|
||||
"./debounce": {
|
||||
"types": "./dist/debounce.d.ts",
|
||||
"default": "./dist/debounce.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user