@strapi/content-type-builder 5.47.0 → 5.47.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.
@@ -16,8 +16,8 @@ function __variableDynamicImportRuntime1__(path) {
16
16
  switch (path) {
17
17
  case './translations/ar.json': return Promise.resolve().then(function () { return require('./translations/ar.json.js'); });
18
18
  case './translations/cs.json': return Promise.resolve().then(function () { return require('./translations/cs.json.js'); });
19
+ case './translations/da.json': return Promise.resolve().then(function () { return require('./translations/da.json.js'); });
19
20
  case './translations/de.json': return Promise.resolve().then(function () { return require('./translations/de.json.js'); });
20
- case './translations/dk.json': return Promise.resolve().then(function () { return require('./translations/dk.json.js'); });
21
21
  case './translations/en.json': return Promise.resolve().then(function () { return require('./translations/en.json.js'); });
22
22
  case './translations/es.json': return Promise.resolve().then(function () { return require('./translations/es.json.js'); });
23
23
  case './translations/fr.json': return Promise.resolve().then(function () { return require('./translations/fr.json.js'); });
@@ -10,8 +10,8 @@ function __variableDynamicImportRuntime1__(path) {
10
10
  switch (path) {
11
11
  case './translations/ar.json': return import('./translations/ar.json.mjs');
12
12
  case './translations/cs.json': return import('./translations/cs.json.mjs');
13
+ case './translations/da.json': return import('./translations/da.json.mjs');
13
14
  case './translations/de.json': return import('./translations/de.json.mjs');
14
- case './translations/dk.json': return import('./translations/dk.json.mjs');
15
15
  case './translations/en.json': return import('./translations/en.json.mjs');
16
16
  case './translations/es.json': return import('./translations/es.json.mjs');
17
17
  case './translations/fr.json': return import('./translations/fr.json.mjs');
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var configurations = "konfigurationer";
6
6
  var from = "fra";
7
- var dk = {
7
+ var da = {
8
8
  "attribute.boolean": "Boolean",
9
9
  "attribute.boolean.description": "Ja eller nej, 1 eller 0, sand eller falsk",
10
10
  "attribute.component": "Komponent",
@@ -180,6 +180,6 @@ var dk = {
180
180
  };
181
181
 
182
182
  exports.configurations = configurations;
183
- exports.default = dk;
183
+ exports.default = da;
184
184
  exports.from = from;
185
- //# sourceMappingURL=dk.json.js.map
185
+ //# sourceMappingURL=da.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dk.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"da.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  var configurations = "konfigurationer";
2
2
  var from = "fra";
3
- var dk = {
3
+ var da = {
4
4
  "attribute.boolean": "Boolean",
5
5
  "attribute.boolean.description": "Ja eller nej, 1 eller 0, sand eller falsk",
6
6
  "attribute.component": "Komponent",
@@ -175,5 +175,5 @@ var dk = {
175
175
  "table.content.no-fields.component": "Tilføj dit første felt til dette komponent"
176
176
  };
177
177
 
178
- export { configurations, dk as default, from };
179
- //# sourceMappingURL=dk.json.mjs.map
178
+ export { configurations, da as default, from };
179
+ //# sourceMappingURL=da.json.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dk.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"da.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/content-type-builder",
3
- "version": "5.47.0",
3
+ "version": "5.47.1",
4
4
  "description": "Create and manage content types",
5
5
  "homepage": "https://strapi.io",
6
6
  "bugs": {
@@ -73,9 +73,9 @@
73
73
  "@reduxjs/toolkit": "1.9.7",
74
74
  "@sindresorhus/slugify": "1.1.0",
75
75
  "@strapi/design-system": "2.2.0",
76
- "@strapi/generators": "5.47.0",
76
+ "@strapi/generators": "5.47.1",
77
77
  "@strapi/icons": "2.2.0",
78
- "@strapi/utils": "5.47.0",
78
+ "@strapi/utils": "5.47.1",
79
79
  "ai": "5.0.52",
80
80
  "date-fns": "2.30.0",
81
81
  "fs-extra": "11.3.4",
@@ -84,7 +84,7 @@
84
84
  "lodash": "4.18.1",
85
85
  "micromatch": "^4.0.8",
86
86
  "pluralize": "8.0.0",
87
- "qs": "6.15.0",
87
+ "qs": "6.15.2",
88
88
  "react-dropzone": "14.3.8",
89
89
  "react-intl": "6.6.2",
90
90
  "react-markdown": "9.1.0",
@@ -93,8 +93,8 @@
93
93
  "zod": "3.25.67"
94
94
  },
95
95
  "devDependencies": {
96
- "@strapi/admin": "5.47.0",
97
- "@strapi/types": "5.47.0",
96
+ "@strapi/admin": "5.47.1",
97
+ "@strapi/types": "5.47.1",
98
98
  "@testing-library/dom": "10.4.1",
99
99
  "@testing-library/react": "16.3.0",
100
100
  "@testing-library/user-event": "14.6.1",