@twin.org/merge-locales 0.0.1-next.15 → 0.0.1-next.16

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/bin/index.js CHANGED
File without changes
@@ -175,7 +175,7 @@ class CLI extends cliCore.CLIBase {
175
175
  return this.execute({
176
176
  title: "TWIN Merge Locales",
177
177
  appName: "merge-locales",
178
- version: "0.0.1-next.15",
178
+ version: "0.0.1-next.16",
179
179
  icon: "⚙️ ",
180
180
  supportsEnvFiles: false,
181
181
  overrideOutputWidth: options?.overrideOutputWidth
@@ -172,7 +172,7 @@ class CLI extends CLIBase {
172
172
  return this.execute({
173
173
  title: "TWIN Merge Locales",
174
174
  appName: "merge-locales",
175
- version: "0.0.1-next.15",
175
+ version: "0.0.1-next.16",
176
176
  icon: "⚙️ ",
177
177
  supportsEnvFiles: false,
178
178
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/ts-to-openapi - Changelog
2
2
 
3
- ## v0.0.1-next.15
3
+ ## v0.0.1-next.16
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/merge-locales",
3
- "version": "0.0.1-next.15",
3
+ "version": "0.0.1-next.16",
4
4
  "description": "Tool to merge locale files from all dependencies",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,18 +16,18 @@
16
16
  "dependencies": {
17
17
  "@twin.org/cli-core": "next",
18
18
  "@twin.org/core": "next",
19
- "@twin.org/nameof": "0.0.1-next.15",
19
+ "@twin.org/nameof": "0.0.1-next.16",
20
20
  "commander": "13.0.0",
21
- "glob": "11.0.0"
21
+ "glob": "11.0.1"
22
22
  },
23
23
  "main": "./dist/cjs/index.cjs",
24
24
  "module": "./dist/esm/index.mjs",
25
25
  "types": "./dist/types/index.d.ts",
26
26
  "exports": {
27
27
  ".": {
28
+ "types": "./dist/types/index.d.ts",
28
29
  "require": "./dist/cjs/index.cjs",
29
- "import": "./dist/esm/index.mjs",
30
- "types": "./dist/types/index.d.ts"
30
+ "import": "./dist/esm/index.mjs"
31
31
  }
32
32
  },
33
33
  "files": [