@spfn/cms 0.1.0-alpha.8 → 0.1.0-alpha.9
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.d.ts +8 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -9,12 +9,12 @@ import "server-only";
|
|
|
9
9
|
*/
|
|
10
10
|
export { getCmsConfig, configureCms, resetCmsConfig } from './cms.config.js';
|
|
11
11
|
export type { CmsConfig } from './cms.config.js';
|
|
12
|
-
export * from './server';
|
|
13
|
-
export type { SectionData, SectionAPI } from './server';
|
|
14
|
-
export * from './repositories';
|
|
15
|
-
export * from './entities';
|
|
16
|
-
export { syncSection, syncAll, initLabelSync, loadLabelsFromJson } from './helpers/sync';
|
|
17
|
-
export * from './labels';
|
|
18
|
-
export { createLabelSyncGenerator, LabelSyncGenerator } from './generators/label-sync-generator';
|
|
19
|
-
export type * from './types';
|
|
12
|
+
export * from './server.js';
|
|
13
|
+
export type { SectionData, SectionAPI } from './server.js';
|
|
14
|
+
export * from './repositories/index.js';
|
|
15
|
+
export * from './entities/index.js';
|
|
16
|
+
export { syncSection, syncAll, initLabelSync, loadLabelsFromJson } from './helpers/sync.js';
|
|
17
|
+
export * from './labels/index.js';
|
|
18
|
+
export { createLabelSyncGenerator, LabelSyncGenerator } from './generators/label-sync-generator.js';
|
|
19
|
+
export type * from './types.js';
|
|
20
20
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB;;;;;;;GAOG;AAGH,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7E,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAGjD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB;;;;;;;GAOG;AAGH,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7E,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAGjD,cAAc,aAAa,CAAC;AAC5B,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG3D,cAAc,yBAAyB,CAAC;AAGxC,cAAc,qBAAqB,CAAC;AAGpC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5F,cAAc,mBAAmB,CAAC;AAGlC,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAGpG,mBAAmB,YAAY,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -10,15 +10,15 @@ import "server-only";
|
|
|
10
10
|
// Configuration API
|
|
11
11
|
export { getCmsConfig, configureCms, resetCmsConfig } from './cms.config.js';
|
|
12
12
|
// Server Components API (React Server Components)
|
|
13
|
-
export * from './server';
|
|
13
|
+
export * from './server.js';
|
|
14
14
|
// Backend: Repositories (DB access)
|
|
15
|
-
export * from './repositories';
|
|
15
|
+
export * from './repositories/index.js';
|
|
16
16
|
// Backend: Entities (DB schemas)
|
|
17
|
-
export * from './entities';
|
|
17
|
+
export * from './entities/index.js';
|
|
18
18
|
// Backend: Sync utilities (server startup, CLI scripts)
|
|
19
|
-
export { syncSection, syncAll, initLabelSync, loadLabelsFromJson } from './helpers/sync';
|
|
19
|
+
export { syncSection, syncAll, initLabelSync, loadLabelsFromJson } from './helpers/sync.js';
|
|
20
20
|
// Backend: Label helpers (for processing JSON labels)
|
|
21
|
-
export * from './labels';
|
|
21
|
+
export * from './labels/index.js';
|
|
22
22
|
// Backend: Codegen generators (for development)
|
|
23
|
-
export { createLabelSyncGenerator, LabelSyncGenerator } from './generators/label-sync-generator';
|
|
23
|
+
export { createLabelSyncGenerator, LabelSyncGenerator } from './generators/label-sync-generator.js';
|
|
24
24
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB;;;;;;;GAOG;AAEH,oBAAoB;AACpB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAG7E,kDAAkD;AAClD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB;;;;;;;GAOG;AAEH,oBAAoB;AACpB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAG7E,kDAAkD;AAClD,cAAc,aAAa,CAAC;AAG5B,oCAAoC;AACpC,cAAc,yBAAyB,CAAC;AAExC,iCAAiC;AACjC,cAAc,qBAAqB,CAAC;AAEpC,wDAAwD;AACxD,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5F,sDAAsD;AACtD,cAAc,mBAAmB,CAAC;AAElC,gDAAgD;AAChD,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spfn/cms",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.9",
|
|
4
4
|
"description": "SPFN CMS - Content Management System with type-safe labels and Next.js integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"drizzle-orm": "^0.44.0",
|
|
81
81
|
"next": "^15.0.0",
|
|
82
82
|
"react": "^18.0.0 || ^19.0.0",
|
|
83
|
-
"@spfn/core": "0.1.0-alpha.
|
|
83
|
+
"@spfn/core": "0.1.0-alpha.53"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@sinclair/typebox": "^0.34.0",
|