@strapi/core 0.0.0-experimental.6dbac0c205b0f8495781db5706c18cac1a62e62b → 0.0.0
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.
@@ -1,6 +1,5 @@
|
|
1
1
|
import { DatabaseConfig } from '@strapi/database';
|
2
2
|
import { Schema } from '@strapi/types';
|
3
|
-
|
4
|
-
export declare const createDocumentId: typeof createId;
|
3
|
+
export declare const createDocumentId: any;
|
5
4
|
export declare const transformContentTypesToModels: (contentTypes: Pick<Schema.ContentType, 'uid' | 'modelName' | 'collectionName' | 'attributes' | 'modelType'>[]) => DatabaseConfig['models'];
|
6
5
|
//# sourceMappingURL=transform-content-types-to-models.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"transform-content-types-to-models.d.ts","sourceRoot":"","sources":["../../src/utils/transform-content-types-to-models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;
|
1
|
+
{"version":3,"file":"transform-content-types-to-models.d.ts","sourceRoot":"","sources":["../../src/utils/transform-content-types-to-models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AAmBlD,eAAO,MAAM,gBAAgB,KAAW,CAAC;AAEzC,eAAO,MAAM,6BAA6B,iBAC1B,KACZ,OAAO,WAAW,EAClB,KAAK,GAAG,WAAW,GAAG,gBAAgB,GAAG,YAAY,GAAG,WAAW,CACpE,EAAE,KACF,cAAc,CAAC,QAAQ,CAsCzB,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@strapi/core",
|
3
|
-
"version": "0.0.0
|
3
|
+
"version": "0.0.0",
|
4
4
|
"description": "Core of Strapi",
|
5
5
|
"homepage": "https://strapi.io",
|
6
6
|
"bugs": {
|
@@ -58,21 +58,21 @@
|
|
58
58
|
"@koa/cors": "3.4.3",
|
59
59
|
"@koa/router": "10.1.1",
|
60
60
|
"@paralleldrive/cuid2": "2.2.2",
|
61
|
-
"@strapi/admin": "
|
62
|
-
"@strapi/data-transfer": "
|
63
|
-
"@strapi/database": "
|
64
|
-
"@strapi/generate-new": "
|
65
|
-
"@strapi/generators": "
|
66
|
-
"@strapi/logger": "
|
67
|
-
"@strapi/pack-up": "
|
68
|
-
"@strapi/permissions": "
|
69
|
-
"@strapi/plugin-content-manager": "
|
70
|
-
"@strapi/plugin-content-type-builder": "
|
71
|
-
"@strapi/plugin-email": "
|
72
|
-
"@strapi/plugin-upload": "
|
73
|
-
"@strapi/types": "
|
74
|
-
"@strapi/typescript-utils": "
|
75
|
-
"@strapi/utils": "
|
61
|
+
"@strapi/admin": "4.15.4",
|
62
|
+
"@strapi/data-transfer": "4.15.4",
|
63
|
+
"@strapi/database": "4.15.4",
|
64
|
+
"@strapi/generate-new": "4.15.4",
|
65
|
+
"@strapi/generators": "4.15.4",
|
66
|
+
"@strapi/logger": "4.15.4",
|
67
|
+
"@strapi/pack-up": "4.15.4",
|
68
|
+
"@strapi/permissions": "4.15.4",
|
69
|
+
"@strapi/plugin-content-manager": "4.15.4",
|
70
|
+
"@strapi/plugin-content-type-builder": "4.15.4",
|
71
|
+
"@strapi/plugin-email": "4.15.4",
|
72
|
+
"@strapi/plugin-upload": "4.15.4",
|
73
|
+
"@strapi/types": "4.15.4",
|
74
|
+
"@strapi/typescript-utils": "4.15.4",
|
75
|
+
"@strapi/utils": "4.15.4",
|
76
76
|
"bcryptjs": "2.4.3",
|
77
77
|
"boxen": "5.1.2",
|
78
78
|
"chalk": "4.1.2",
|
@@ -130,13 +130,12 @@
|
|
130
130
|
"@types/node": "18.18.4",
|
131
131
|
"@types/node-schedule": "2.1.0",
|
132
132
|
"@types/statuses": "2.0.1",
|
133
|
-
"eslint-config-custom": "
|
133
|
+
"eslint-config-custom": "4.15.4",
|
134
134
|
"supertest": "6.3.3",
|
135
|
-
"tsconfig": "
|
135
|
+
"tsconfig": "4.15.4"
|
136
136
|
},
|
137
137
|
"engines": {
|
138
138
|
"node": ">=18.0.0 <=20.x.x",
|
139
139
|
"npm": ">=6.0.0"
|
140
|
-
}
|
141
|
-
"gitHead": "6dbac0c205b0f8495781db5706c18cac1a62e62b"
|
140
|
+
}
|
142
141
|
}
|