@elek-io/core 0.2.0 → 0.2.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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1927,9 +1927,9 @@ var ProjectService = class extends AbstractCrudService {
|
|
|
1927
1927
|
}
|
|
1928
1928
|
const id = (0, import_shared12.uuid)();
|
|
1929
1929
|
const defaultSettings = {
|
|
1930
|
-
|
|
1931
|
-
default: user.
|
|
1932
|
-
supported: [user.
|
|
1930
|
+
language: {
|
|
1931
|
+
default: user.language,
|
|
1932
|
+
supported: [user.language]
|
|
1933
1933
|
}
|
|
1934
1934
|
};
|
|
1935
1935
|
const projectFile = {
|