@geekmidas/manifest 10.0.0-alpha.2 → 10.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -673,7 +673,7 @@ var require_lodash = __commonJS({ "../../node_modules/.pnpm/lodash.snakecase@4.1
|
|
|
673
673
|
|
|
674
674
|
//#endregion
|
|
675
675
|
//#region src/naming.ts
|
|
676
|
-
var import_lodash = __toESM(require_lodash()
|
|
676
|
+
var import_lodash = __toESM(require_lodash());
|
|
677
677
|
/**
|
|
678
678
|
* `UPPER_SNAKE_CASE`, with numbers kept against the word they follow.
|
|
679
679
|
*
|