@sonicjs-cms/core 2.12.0 → 2.13.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.
- package/dist/{chunk-RBXFXT7H.cjs → chunk-3QCEYJLK.cjs} +9 -9
- package/dist/{chunk-RBXFXT7H.cjs.map → chunk-3QCEYJLK.cjs.map} +1 -1
- package/dist/{chunk-U3ZMGBVC.js → chunk-3VAKUFNQ.js} +10 -3
- package/dist/chunk-3VAKUFNQ.js.map +1 -0
- package/dist/{chunk-BWZBKLOC.js → chunk-CB7ONLGB.js} +3 -3
- package/dist/{chunk-BWZBKLOC.js.map → chunk-CB7ONLGB.js.map} +1 -1
- package/dist/{chunk-6R6LAUR7.js → chunk-CO4B5EYF.js} +5 -5
- package/dist/{chunk-6R6LAUR7.js.map → chunk-CO4B5EYF.js.map} +1 -1
- package/dist/{chunk-HXIYYE57.js → chunk-DB2GJJTM.js} +3 -3
- package/dist/{chunk-HXIYYE57.js.map → chunk-DB2GJJTM.js.map} +1 -1
- package/dist/{chunk-VHNTCB2X.cjs → chunk-EGUDIX6Q.cjs} +4 -4
- package/dist/{chunk-VHNTCB2X.cjs.map → chunk-EGUDIX6Q.cjs.map} +1 -1
- package/dist/{chunk-ZV6ZCJ74.cjs → chunk-HVTSE2SF.cjs} +247 -210
- package/dist/chunk-HVTSE2SF.cjs.map +1 -0
- package/dist/{chunk-NDFHQOPP.js → chunk-IYFSNRZN.js} +84 -47
- package/dist/chunk-IYFSNRZN.js.map +1 -0
- package/dist/{chunk-76TX6XND.js → chunk-JTUCC6WZ.js} +18 -10
- package/dist/chunk-JTUCC6WZ.js.map +1 -0
- package/dist/{chunk-H4NHRZ6Y.cjs → chunk-QP3OHHON.cjs} +18 -10
- package/dist/chunk-QP3OHHON.cjs.map +1 -0
- package/dist/{chunk-AG3SIPP7.cjs → chunk-SER23XI4.cjs} +10 -3
- package/dist/chunk-SER23XI4.cjs.map +1 -0
- package/dist/{chunk-RXNLGINR.cjs → chunk-XCP5GCBE.cjs} +5 -5
- package/dist/{chunk-RXNLGINR.cjs.map → chunk-XCP5GCBE.cjs.map} +1 -1
- package/dist/index.cjs +131 -119
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +23 -11
- package/dist/index.js.map +1 -1
- package/dist/middleware.cjs +28 -28
- package/dist/middleware.js +2 -2
- package/dist/migrations-GMHTJI7D.cjs +13 -0
- package/dist/{migrations-ZE6IZNLB.cjs.map → migrations-GMHTJI7D.cjs.map} +1 -1
- package/dist/migrations-IVFIDOSO.js +4 -0
- package/dist/{migrations-USSEHJC7.js.map → migrations-IVFIDOSO.js.map} +1 -1
- package/dist/routes.cjs +28 -28
- package/dist/routes.js +5 -5
- package/dist/services.cjs +2 -2
- package/dist/services.js +1 -1
- package/dist/templates.cjs +19 -19
- package/dist/templates.js +2 -2
- package/dist/utils.cjs +11 -11
- package/dist/utils.js +1 -1
- package/migrations/032_user_profiles.sql +1 -0
- package/migrations/035_user_profiles_data_column.sql +17 -0
- package/package.json +3 -3
- package/dist/chunk-76TX6XND.js.map +0 -1
- package/dist/chunk-AG3SIPP7.cjs.map +0 -1
- package/dist/chunk-H4NHRZ6Y.cjs.map +0 -1
- package/dist/chunk-NDFHQOPP.js.map +0 -1
- package/dist/chunk-U3ZMGBVC.js.map +0 -1
- package/dist/chunk-ZV6ZCJ74.cjs.map +0 -1
- package/dist/migrations-USSEHJC7.js +0 -4
- package/dist/migrations-ZE6IZNLB.cjs +0 -13
package/dist/middleware.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkEGUDIX6Q_cjs = require('./chunk-EGUDIX6Q.cjs');
|
|
4
4
|
require('./chunk-I6FFGQIT.cjs');
|
|
5
|
-
require('./chunk-
|
|
5
|
+
require('./chunk-SER23XI4.cjs');
|
|
6
6
|
require('./chunk-RCQ2HIQD.cjs');
|
|
7
7
|
require('./chunk-IGJUBJBW.cjs');
|
|
8
8
|
|
|
@@ -10,107 +10,107 @@ require('./chunk-IGJUBJBW.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "AuthManager", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkEGUDIX6Q_cjs.AuthManager; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "PermissionManager", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkEGUDIX6Q_cjs.PermissionManager; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "bootstrapMiddleware", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkEGUDIX6Q_cjs.bootstrapMiddleware; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "cacheHeaders", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkEGUDIX6Q_cjs.cacheHeaders; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "compressionMiddleware", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkEGUDIX6Q_cjs.compressionMiddleware; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "csrfProtection", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkEGUDIX6Q_cjs.csrfProtection; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "detailedLoggingMiddleware", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkEGUDIX6Q_cjs.detailedLoggingMiddleware; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "generateCsrfToken", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkEGUDIX6Q_cjs.generateCsrfToken; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "getActivePlugins", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkEGUDIX6Q_cjs.getActivePlugins; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "isPluginActive", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkEGUDIX6Q_cjs.isPluginActive; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "logActivity", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkEGUDIX6Q_cjs.logActivity; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "loggingMiddleware", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkEGUDIX6Q_cjs.loggingMiddleware; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "metricsMiddleware", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkEGUDIX6Q_cjs.metricsMiddleware; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "optionalAuth", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkEGUDIX6Q_cjs.optionalAuth; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "performanceLoggingMiddleware", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkEGUDIX6Q_cjs.performanceLoggingMiddleware; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "rateLimit", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkEGUDIX6Q_cjs.rateLimit; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "requireActivePlugin", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkEGUDIX6Q_cjs.requireActivePlugin; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "requireActivePlugins", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkEGUDIX6Q_cjs.requireActivePlugins; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "requireAnyPermission", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkEGUDIX6Q_cjs.requireAnyPermission; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "requireAuth", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkEGUDIX6Q_cjs.requireAuth; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "requirePermission", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkEGUDIX6Q_cjs.requirePermission; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "requireRole", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkEGUDIX6Q_cjs.requireRole; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "securityHeaders", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkEGUDIX6Q_cjs.securityHeadersMiddleware; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "securityLoggingMiddleware", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkEGUDIX6Q_cjs.securityLoggingMiddleware; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "validateCsrfToken", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkEGUDIX6Q_cjs.validateCsrfToken; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "verifySecurityConfig", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkEGUDIX6Q_cjs.verifySecurityConfig; }
|
|
114
114
|
});
|
|
115
115
|
//# sourceMappingURL=middleware.cjs.map
|
|
116
116
|
//# sourceMappingURL=middleware.cjs.map
|
package/dist/middleware.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { AuthManager, PermissionManager, bootstrapMiddleware, cacheHeaders, compressionMiddleware, csrfProtection, detailedLoggingMiddleware, generateCsrfToken, getActivePlugins, isPluginActive, logActivity, loggingMiddleware, metricsMiddleware, optionalAuth, performanceLoggingMiddleware, rateLimit, requireActivePlugin, requireActivePlugins, requireAnyPermission, requireAuth, requirePermission, requireRole, securityHeadersMiddleware as securityHeaders, securityLoggingMiddleware, validateCsrfToken, verifySecurityConfig } from './chunk-
|
|
1
|
+
export { AuthManager, PermissionManager, bootstrapMiddleware, cacheHeaders, compressionMiddleware, csrfProtection, detailedLoggingMiddleware, generateCsrfToken, getActivePlugins, isPluginActive, logActivity, loggingMiddleware, metricsMiddleware, optionalAuth, performanceLoggingMiddleware, rateLimit, requireActivePlugin, requireActivePlugins, requireAnyPermission, requireAuth, requirePermission, requireRole, securityHeadersMiddleware as securityHeaders, securityLoggingMiddleware, validateCsrfToken, verifySecurityConfig } from './chunk-DB2GJJTM.js';
|
|
2
2
|
import './chunk-H3XXBAMO.js';
|
|
3
|
-
import './chunk-
|
|
3
|
+
import './chunk-3VAKUFNQ.js';
|
|
4
4
|
import './chunk-FICTAGD4.js';
|
|
5
5
|
import './chunk-V4OQ3NZ2.js';
|
|
6
6
|
//# sourceMappingURL=middleware.js.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkSER23XI4_cjs = require('./chunk-SER23XI4.cjs');
|
|
4
|
+
require('./chunk-IGJUBJBW.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "MigrationService", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkSER23XI4_cjs.MigrationService; }
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=migrations-GMHTJI7D.cjs.map
|
|
13
|
+
//# sourceMappingURL=migrations-GMHTJI7D.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"migrations-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"migrations-GMHTJI7D.cjs"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"migrations-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"migrations-IVFIDOSO.js"}
|
package/dist/routes.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHVTSE2SF_cjs = require('./chunk-HVTSE2SF.cjs');
|
|
4
4
|
require('./chunk-NZWFCUDA.cjs');
|
|
5
|
-
require('./chunk-
|
|
5
|
+
require('./chunk-EGUDIX6Q.cjs');
|
|
6
6
|
require('./chunk-I6FFGQIT.cjs');
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
7
|
+
require('./chunk-SER23XI4.cjs');
|
|
8
|
+
require('./chunk-QP3OHHON.cjs');
|
|
9
9
|
require('./chunk-6FHNRRJ3.cjs');
|
|
10
|
-
require('./chunk-
|
|
10
|
+
require('./chunk-XCP5GCBE.cjs');
|
|
11
11
|
require('./chunk-P3XDZL6Q.cjs');
|
|
12
12
|
require('./chunk-RCQ2HIQD.cjs');
|
|
13
13
|
require('./chunk-MNWKYY5E.cjs');
|
|
@@ -17,95 +17,95 @@ require('./chunk-IGJUBJBW.cjs');
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "ROUTES_INFO", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkHVTSE2SF_cjs.ROUTES_INFO; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "adminApiReferenceRoutes", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkHVTSE2SF_cjs.router2; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "adminApiRoutes", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkHVTSE2SF_cjs.admin_api_default; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "adminCheckboxRoutes", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkHVTSE2SF_cjs.adminCheckboxRoutes; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "adminCodeExamplesRoutes", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkHVTSE2SF_cjs.admin_code_examples_default; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "adminCollectionsRoutes", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkHVTSE2SF_cjs.adminCollectionsRoutes; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "adminContentRoutes", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkHVTSE2SF_cjs.admin_content_default; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "adminDashboardRoutes", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkHVTSE2SF_cjs.router; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "adminDesignRoutes", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkHVTSE2SF_cjs.adminDesignRoutes; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "adminFormsRoutes", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkHVTSE2SF_cjs.adminFormsRoutes; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "adminLogsRoutes", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkHVTSE2SF_cjs.adminLogsRoutes; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "adminMediaRoutes", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkHVTSE2SF_cjs.adminMediaRoutes; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "adminPluginRoutes", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkHVTSE2SF_cjs.adminPluginRoutes; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "adminSettingsRoutes", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkHVTSE2SF_cjs.adminSettingsRoutes; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "adminTestimonialsRoutes", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkHVTSE2SF_cjs.admin_testimonials_default; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "adminUsersRoutes", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkHVTSE2SF_cjs.userRoutes; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "apiContentCrudRoutes", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkHVTSE2SF_cjs.api_content_crud_default; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "apiMediaRoutes", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkHVTSE2SF_cjs.api_media_default; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "apiRoutes", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkHVTSE2SF_cjs.api_default; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "apiSystemRoutes", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkHVTSE2SF_cjs.api_system_default; }
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(exports, "authRoutes", {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkHVTSE2SF_cjs.auth_default; }
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(exports, "publicFormsRoutes", {
|
|
103
103
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkHVTSE2SF_cjs.public_forms_default; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "testCleanupRoutes", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkHVTSE2SF_cjs.test_cleanup_default; }
|
|
109
109
|
});
|
|
110
110
|
//# sourceMappingURL=routes.cjs.map
|
|
111
111
|
//# sourceMappingURL=routes.cjs.map
|
package/dist/routes.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { ROUTES_INFO, router2 as adminApiReferenceRoutes, admin_api_default as adminApiRoutes, adminCheckboxRoutes, admin_code_examples_default as adminCodeExamplesRoutes, adminCollectionsRoutes, admin_content_default as adminContentRoutes, router as adminDashboardRoutes, adminDesignRoutes, adminFormsRoutes, adminLogsRoutes, adminMediaRoutes, adminPluginRoutes, adminSettingsRoutes, admin_testimonials_default as adminTestimonialsRoutes, userRoutes as adminUsersRoutes, api_content_crud_default as apiContentCrudRoutes, api_media_default as apiMediaRoutes, api_default as apiRoutes, api_system_default as apiSystemRoutes, auth_default as authRoutes, public_forms_default as publicFormsRoutes, test_cleanup_default as testCleanupRoutes } from './chunk-
|
|
1
|
+
export { ROUTES_INFO, router2 as adminApiReferenceRoutes, admin_api_default as adminApiRoutes, adminCheckboxRoutes, admin_code_examples_default as adminCodeExamplesRoutes, adminCollectionsRoutes, admin_content_default as adminContentRoutes, router as adminDashboardRoutes, adminDesignRoutes, adminFormsRoutes, adminLogsRoutes, adminMediaRoutes, adminPluginRoutes, adminSettingsRoutes, admin_testimonials_default as adminTestimonialsRoutes, userRoutes as adminUsersRoutes, api_content_crud_default as apiContentCrudRoutes, api_media_default as apiMediaRoutes, api_default as apiRoutes, api_system_default as apiSystemRoutes, auth_default as authRoutes, public_forms_default as publicFormsRoutes, test_cleanup_default as testCleanupRoutes } from './chunk-IYFSNRZN.js';
|
|
2
2
|
import './chunk-TBJY2FF7.js';
|
|
3
|
-
import './chunk-
|
|
3
|
+
import './chunk-DB2GJJTM.js';
|
|
4
4
|
import './chunk-H3XXBAMO.js';
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-
|
|
5
|
+
import './chunk-3VAKUFNQ.js';
|
|
6
|
+
import './chunk-JTUCC6WZ.js';
|
|
7
7
|
import './chunk-J5WGMRSU.js';
|
|
8
|
-
import './chunk-
|
|
8
|
+
import './chunk-CO4B5EYF.js';
|
|
9
9
|
import './chunk-X7ZAEI5S.js';
|
|
10
10
|
import './chunk-FICTAGD4.js';
|
|
11
11
|
import './chunk-TQABQWOP.js';
|
package/dist/services.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkNZWFCUDA_cjs = require('./chunk-NZWFCUDA.cjs');
|
|
4
4
|
var chunkI6FFGQIT_cjs = require('./chunk-I6FFGQIT.cjs');
|
|
5
|
-
var
|
|
5
|
+
var chunkSER23XI4_cjs = require('./chunk-SER23XI4.cjs');
|
|
6
6
|
require('./chunk-P3XDZL6Q.cjs');
|
|
7
7
|
require('./chunk-IGJUBJBW.cjs');
|
|
8
8
|
|
|
@@ -150,7 +150,7 @@ Object.defineProperty(exports, "validateCollectionConfig", {
|
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "MigrationService", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkSER23XI4_cjs.MigrationService; }
|
|
154
154
|
});
|
|
155
155
|
//# sourceMappingURL=services.cjs.map
|
|
156
156
|
//# sourceMappingURL=services.cjs.map
|
package/dist/services.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { CACHE_CONFIGS, CATEGORY_INFO, CacheService, Logger, SettingsService, TelemetryService, buildRouteList, createInstallationIdentity, getAppInstance, getCacheService, getLogger, getTelemetryService, initLogger, initTelemetry, setAppInstance } from './chunk-TBJY2FF7.js';
|
|
2
2
|
export { PluginBootstrapService, PluginService, backfillFormSubmissions, cleanupRemovedCollections, createContentFromSubmission, deriveCollectionSchemaFromFormio, deriveSubmissionTitle, fullCollectionSync, getAvailableCollectionNames, getManagedCollections, isCollectionManaged, loadCollectionConfig, loadCollectionConfigs, mapFormStatusToContentStatus, registerCollections, syncAllFormCollections, syncCollection, syncCollections, syncFormCollection, validateCollectionConfig } from './chunk-H3XXBAMO.js';
|
|
3
|
-
export { MigrationService } from './chunk-
|
|
3
|
+
export { MigrationService } from './chunk-3VAKUFNQ.js';
|
|
4
4
|
import './chunk-X7ZAEI5S.js';
|
|
5
5
|
import './chunk-V4OQ3NZ2.js';
|
|
6
6
|
//# sourceMappingURL=services.js.map
|
package/dist/templates.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunk3QCEYJLK_cjs = require('./chunk-3QCEYJLK.cjs');
|
|
4
|
+
var chunkQP3OHHON_cjs = require('./chunk-QP3OHHON.cjs');
|
|
5
5
|
require('./chunk-MNWKYY5E.cjs');
|
|
6
6
|
require('./chunk-IGJUBJBW.cjs');
|
|
7
7
|
|
|
@@ -9,71 +9,71 @@ require('./chunk-IGJUBJBW.cjs');
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "renderFilterBar", {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunk3QCEYJLK_cjs.renderFilterBar; }
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "renderFormsDocsPage", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunk3QCEYJLK_cjs.renderFormsDocsPage; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "renderFormsExamplesPage", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunk3QCEYJLK_cjs.renderFormsExamplesPage; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "getConfirmationDialogScript", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkQP3OHHON_cjs.getConfirmationDialogScript; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "renderAdminLayout", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkQP3OHHON_cjs.renderAdminLayout; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "renderAdminLayoutCatalyst", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkQP3OHHON_cjs.renderAdminLayoutCatalyst; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "renderAlert", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkQP3OHHON_cjs.renderAlert; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "renderCheckboxPage", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkQP3OHHON_cjs.renderCheckboxPage; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "renderCodeExamplesList", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkQP3OHHON_cjs.renderCodeExamplesList; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "renderConfirmationDialog", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkQP3OHHON_cjs.renderConfirmationDialog; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "renderDesignPage", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkQP3OHHON_cjs.renderDesignPage; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "renderForm", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkQP3OHHON_cjs.renderForm; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "renderFormField", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkQP3OHHON_cjs.renderFormField; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "renderLogo", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkQP3OHHON_cjs.renderLogo; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "renderPagination", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkQP3OHHON_cjs.renderPagination; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "renderTable", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkQP3OHHON_cjs.renderTable; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "renderTestimonialsList", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkQP3OHHON_cjs.renderTestimonialsList; }
|
|
77
77
|
});
|
|
78
78
|
//# sourceMappingURL=templates.cjs.map
|
|
79
79
|
//# sourceMappingURL=templates.cjs.map
|
package/dist/templates.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { renderFilterBar, renderFormsDocsPage, renderFormsExamplesPage } from './chunk-
|
|
2
|
-
export { getConfirmationDialogScript, renderAdminLayout, renderAdminLayoutCatalyst, renderAlert, renderCheckboxPage, renderCodeExamplesList, renderConfirmationDialog, renderDesignPage, renderForm, renderFormField, renderLogo, renderPagination, renderTable, renderTestimonialsList } from './chunk-
|
|
1
|
+
export { renderFilterBar, renderFormsDocsPage, renderFormsExamplesPage } from './chunk-CB7ONLGB.js';
|
|
2
|
+
export { getConfirmationDialogScript, renderAdminLayout, renderAdminLayoutCatalyst, renderAlert, renderCheckboxPage, renderCodeExamplesList, renderConfirmationDialog, renderDesignPage, renderForm, renderFormField, renderLogo, renderPagination, renderTable, renderTestimonialsList } from './chunk-JTUCC6WZ.js';
|
|
3
3
|
import './chunk-TQABQWOP.js';
|
|
4
4
|
import './chunk-V4OQ3NZ2.js';
|
|
5
5
|
//# sourceMappingURL=templates.js.map
|
package/dist/utils.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkXCP5GCBE_cjs = require('./chunk-XCP5GCBE.cjs');
|
|
4
4
|
var chunkP3XDZL6Q_cjs = require('./chunk-P3XDZL6Q.cjs');
|
|
5
5
|
var chunkRCQ2HIQD_cjs = require('./chunk-RCQ2HIQD.cjs');
|
|
6
6
|
var chunkMNWKYY5E_cjs = require('./chunk-MNWKYY5E.cjs');
|
|
@@ -10,43 +10,43 @@ require('./chunk-IGJUBJBW.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "QueryFilterBuilder", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkXCP5GCBE_cjs.QueryFilterBuilder; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "SONICJS_VERSION", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkXCP5GCBE_cjs.SONICJS_VERSION; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "TemplateRenderer", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkXCP5GCBE_cjs.TemplateRenderer; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "buildQuery", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkXCP5GCBE_cjs.buildQuery; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "generateSlug", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkXCP5GCBE_cjs.generateSlug; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "getBlocksFieldConfig", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkXCP5GCBE_cjs.getBlocksFieldConfig; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "getCoreVersion", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkXCP5GCBE_cjs.getCoreVersion; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "parseBlocksValue", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkXCP5GCBE_cjs.parseBlocksValue; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "renderTemplate", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkXCP5GCBE_cjs.renderTemplate; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "templateRenderer", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkXCP5GCBE_cjs.templateRenderer; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "generateInstallationId", {
|
|
52
52
|
enumerable: true,
|
package/dist/utils.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { QueryFilterBuilder, SONICJS_VERSION, TemplateRenderer, buildQuery, generateSlug, getBlocksFieldConfig, getCoreVersion, parseBlocksValue, renderTemplate, templateRenderer } from './chunk-
|
|
1
|
+
export { QueryFilterBuilder, SONICJS_VERSION, TemplateRenderer, buildQuery, generateSlug, getBlocksFieldConfig, getCoreVersion, parseBlocksValue, renderTemplate, templateRenderer } from './chunk-CO4B5EYF.js';
|
|
2
2
|
export { generateInstallationId, generateProjectId, getDefaultTelemetryConfig, getTelemetryConfig, isTelemetryEnabled, sanitizeErrorMessage, sanitizeRoute, shouldSkipEvent } from './chunk-X7ZAEI5S.js';
|
|
3
3
|
export { metricsTracker } from './chunk-FICTAGD4.js';
|
|
4
4
|
export { escapeHtml, sanitizeInput, sanitizeObject } from './chunk-TQABQWOP.js';
|
|
@@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS user_profiles (
|
|
|
20
20
|
website TEXT,
|
|
21
21
|
location TEXT,
|
|
22
22
|
date_of_birth INTEGER,
|
|
23
|
+
data TEXT DEFAULT '{}',
|
|
23
24
|
|
|
24
25
|
created_at INTEGER NOT NULL DEFAULT (strftime('%s', 'now') * 1000),
|
|
25
26
|
updated_at INTEGER NOT NULL DEFAULT (strftime('%s', 'now') * 1000)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
-- Migration 035: Add data column to user_profiles
|
|
2
|
+
-- Stores custom profile fields as JSON (used by user-profiles plugin)
|
|
3
|
+
--
|
|
4
|
+
-- The data column was missing from migration 032 when the user-profiles plugin
|
|
5
|
+
-- was added in PR #747. The ALTER TABLE migration was placed in the wrong
|
|
6
|
+
-- directory (src/db/migrations/) so it was never bundled or executed.
|
|
7
|
+
-- This caused the user edit page to crash with a 500 error because the route
|
|
8
|
+
-- queries SELECT ... data FROM user_profiles.
|
|
9
|
+
--
|
|
10
|
+
-- Migration 032 has been updated to include the column for fresh installs.
|
|
11
|
+
-- This migration handles existing databases that already ran 032 without it.
|
|
12
|
+
|
|
13
|
+
-- SQLite does not support IF NOT EXISTS for ALTER TABLE ADD COLUMN,
|
|
14
|
+
-- but re-adding an existing column is a no-op error that we catch at the
|
|
15
|
+
-- application level. The migration runner skips already-applied migrations
|
|
16
|
+
-- by ID, so this only runs on databases missing the column.
|
|
17
|
+
ALTER TABLE user_profiles ADD COLUMN data TEXT DEFAULT '{}';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sonicjs-cms/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "Core framework for SonicJS headless CMS - Edge-first, TypeScript-native CMS built for Cloudflare Workers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
120
120
|
"@typescript-eslint/parser": "^8.50.0",
|
|
121
121
|
"@vitest/coverage-v8": "^4.0.5",
|
|
122
|
-
"drizzle-orm": "^0.
|
|
122
|
+
"drizzle-orm": "^0.45.2",
|
|
123
123
|
"eslint": "^9.39.2",
|
|
124
124
|
"glob": "^10.5.0",
|
|
125
|
-
"hono": "^4.12.
|
|
125
|
+
"hono": "^4.12.12",
|
|
126
126
|
"tsup": "^8.5.0",
|
|
127
127
|
"typescript": "^5.9.3",
|
|
128
128
|
"vitest": "^4.0.5",
|