i18nsmith 0.4.0 → 0.4.1
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.cjs +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -623038,7 +623038,7 @@ function registerDetect(program3) {
|
|
|
623038
623038
|
|
|
623039
623039
|
// src/index.ts
|
|
623040
623040
|
var program2 = new Command();
|
|
623041
|
-
program2.name("i18nsmith").description("Universal Automated i18n Library").version("0.4.
|
|
623041
|
+
program2.name("i18nsmith").description("Universal Automated i18n Library").version("0.4.1");
|
|
623042
623042
|
registerInit(program2);
|
|
623043
623043
|
registerScaffoldAdapter(program2);
|
|
623044
623044
|
registerTranslate(program2);
|
package/package.json
CHANGED
package/src/index.ts
CHANGED