Skip to content

Commit 6e610b8

Browse files
committed
chore: release v2.8.1
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent feeb5b7 commit 6e610b8

34 files changed

Lines changed: 289 additions & 284 deletions

package-lock.json

Lines changed: 41 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonicjs",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"private": true,
55
"type": "module",
66
"workspaces": [
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { getCacheService, CACHE_CONFIGS, getLogger, SettingsService } from './chunk-G44QUVNM.js';
2-
import { requireAuth, isPluginActive, optionalAuth, requireRole, AuthManager, logActivity } from './chunk-T5ZJOE4J.js';
2+
import { requireAuth, isPluginActive, optionalAuth, requireRole, AuthManager, logActivity } from './chunk-KFHEVD4C.js';
33
import { PluginService } from './chunk-YFJJU26H.js';
4-
import { MigrationService } from './chunk-ALQFJXV5.js';
4+
import { MigrationService } from './chunk-JKYV45AV.js';
55
import { init_admin_layout_catalyst_template, renderDesignPage, renderCheckboxPage, renderTestimonialsList, renderCodeExamplesList, renderAlert, renderTable, renderPagination, renderConfirmationDialog, getConfirmationDialogScript, renderAdminLayoutCatalyst, renderAdminLayout, adminLayoutV2, renderForm } from './chunk-VCH6HXVP.js';
66
import { PluginBuilder, TurnstileService } from './chunk-J5WGMRSU.js';
77
import { QueryFilterBuilder, sanitizeInput, getCoreVersion, escapeHtml, getBlocksFieldConfig, parseBlocksValue } from './chunk-34QIAULP.js';
@@ -2283,7 +2283,7 @@ adminApiRoutes.delete("/collections/:id", async (c) => {
22832283
});
22842284
adminApiRoutes.get("/migrations/status", async (c) => {
22852285
try {
2286-
const { MigrationService: MigrationService2 } = await import('./migrations-KOSLTR3E.js');
2286+
const { MigrationService: MigrationService2 } = await import('./migrations-TGJ7JILJ.js');
22872287
const db = c.env.DB;
22882288
const migrationService = new MigrationService2(db);
22892289
const status = await migrationService.getMigrationStatus();
@@ -2308,7 +2308,7 @@ adminApiRoutes.post("/migrations/run", async (c) => {
23082308
error: "Unauthorized. Admin access required."
23092309
}, 403);
23102310
}
2311-
const { MigrationService: MigrationService2 } = await import('./migrations-KOSLTR3E.js');
2311+
const { MigrationService: MigrationService2 } = await import('./migrations-TGJ7JILJ.js');
23122312
const db = c.env.DB;
23132313
const migrationService = new MigrationService2(db);
23142314
const result = await migrationService.runPendingMigrations();
@@ -2327,7 +2327,7 @@ adminApiRoutes.post("/migrations/run", async (c) => {
23272327
});
23282328
adminApiRoutes.get("/migrations/validate", async (c) => {
23292329
try {
2330-
const { MigrationService: MigrationService2 } = await import('./migrations-KOSLTR3E.js');
2330+
const { MigrationService: MigrationService2 } = await import('./migrations-TGJ7JILJ.js');
23312331
const db = c.env.DB;
23322332
const migrationService = new MigrationService2(db);
23332333
const validation = await migrationService.validateSchema();
@@ -27810,5 +27810,5 @@ var ROUTES_INFO = {
2781027810
};
2781127811

2781227812
export { ROUTES_INFO, adminCheckboxRoutes, adminCollectionsRoutes, adminDesignRoutes, adminFormsRoutes, adminLogsRoutes, adminMediaRoutes, adminPluginRoutes, adminSettingsRoutes, admin_api_default, admin_code_examples_default, admin_content_default, admin_testimonials_default, api_content_crud_default, api_default, api_media_default, api_system_default, auth_default, getConfirmationDialogScript2 as getConfirmationDialogScript, public_forms_default, renderConfirmationDialog2 as renderConfirmationDialog, router, router2, test_cleanup_default, userRoutes };
27813-
//# sourceMappingURL=chunk-R7RQUOMU.js.map
27814-
//# sourceMappingURL=chunk-R7RQUOMU.js.map
27813+
//# sourceMappingURL=chunk-2V57B4AV.js.map
27814+
//# sourceMappingURL=chunk-2V57B4AV.js.map
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var chunkMPT5PA6U_cjs = require('./chunk-MPT5PA6U.cjs');
4-
var chunkJT364ZTS_cjs = require('./chunk-JT364ZTS.cjs');
4+
var chunkFQSMNIY2_cjs = require('./chunk-FQSMNIY2.cjs');
55
var chunkRCQ2HIQD_cjs = require('./chunk-RCQ2HIQD.cjs');
66
var jwt = require('hono/jwt');
77
var cookie = require('hono/cookie');
@@ -20,7 +20,7 @@ function bootstrapMiddleware(config = {}) {
2020
try {
2121
console.log("[Bootstrap] Starting system initialization...");
2222
console.log("[Bootstrap] Running database migrations...");
23-
const migrationService = new chunkJT364ZTS_cjs.MigrationService(c.env.DB);
23+
const migrationService = new chunkFQSMNIY2_cjs.MigrationService(c.env.DB);
2424
await migrationService.runPendingMigrations();
2525
console.log("[Bootstrap] Syncing collection configurations...");
2626
try {
@@ -239,5 +239,5 @@ exports.requirePermission = requirePermission;
239239
exports.requireRole = requireRole;
240240
exports.securityHeaders = securityHeaders;
241241
exports.securityLoggingMiddleware = securityLoggingMiddleware;
242-
//# sourceMappingURL=chunk-BFYSKTYG.cjs.map
243-
//# sourceMappingURL=chunk-BFYSKTYG.cjs.map
242+
//# sourceMappingURL=chunk-DVQA5II3.cjs.map
243+
//# sourceMappingURL=chunk-DVQA5II3.cjs.map
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,5 +2108,5 @@ var MigrationService = class {
21082108
};
21092109

21102110
exports.MigrationService = MigrationService;
2111-
//# sourceMappingURL=chunk-JT364ZTS.cjs.map
2112-
//# sourceMappingURL=chunk-JT364ZTS.cjs.map
2111+
//# sourceMappingURL=chunk-FQSMNIY2.cjs.map
2112+
//# sourceMappingURL=chunk-FQSMNIY2.cjs.map
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)