@simpleview/cms-foundation 0.0.27 → 0.0.28

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.
Files changed (30) hide show
  1. package/package.json +6 -5
  2. /package/dist/types/{src/components → components}/App/App.d.ts +0 -0
  3. /package/dist/types/{src/components → components}/App/index.d.ts +0 -0
  4. /package/dist/types/{src/components → components}/Error/Error.d.ts +0 -0
  5. /package/dist/types/{src/components → components}/Error/Error.types.d.ts +0 -0
  6. /package/dist/types/{src/components → components}/Error/index.d.ts +0 -0
  7. /package/dist/types/{src/components → components}/Layout/Layout.d.ts +0 -0
  8. /package/dist/types/{src/components → components}/Layout/index.d.ts +0 -0
  9. /package/dist/types/{src/components → components}/Preview/PreviewCivWrapper.d.ts +0 -0
  10. /package/dist/types/{src/components → components}/Preview/PreviewContent.d.ts +0 -0
  11. /package/dist/types/{src/components → components}/Preview/PreviewPageWrapper.d.ts +0 -0
  12. /package/dist/types/{src/components → components}/Preview/index.d.ts +0 -0
  13. /package/dist/types/{src/components → components}/Section/Section.d.ts +0 -0
  14. /package/dist/types/{src/components → components}/Section/Section.types.d.ts +0 -0
  15. /package/dist/types/{src/components → components}/Section/SectionItem.d.ts +0 -0
  16. /package/dist/types/{src/components → components}/Section/SectionItemCiv.d.ts +0 -0
  17. /package/dist/types/{src/components → components}/Section/index.d.ts +0 -0
  18. /package/dist/types/{src/components → components}/Unknown/Unknown.d.ts +0 -0
  19. /package/dist/types/{src/components → components}/Unknown/index.d.ts +0 -0
  20. /package/dist/types/{src/components → components}/index.d.ts +0 -0
  21. /package/dist/types/{src/contexts → contexts}/ComponentMapContext.d.ts +0 -0
  22. /package/dist/types/{src/contexts → contexts}/index.d.ts +0 -0
  23. /package/dist/types/{src/routes → routes}/index.d.ts +0 -0
  24. /package/dist/types/{src/types → types}/cms.d.ts +0 -0
  25. /package/dist/types/{src/types → types}/index.d.ts +0 -0
  26. /package/dist/types/{src/utils → utils}/getCmsUrl.d.ts +0 -0
  27. /package/dist/types/{src/utils → utils}/getPageContent.d.ts +0 -0
  28. /package/dist/types/{src/utils → utils}/index.d.ts +0 -0
  29. /package/dist/types/{src/vite → vite}/config.d.ts +0 -0
  30. /package/dist/types/{src/vite → vite}/index.d.ts +0 -0
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@simpleview/cms-foundation",
3
3
  "type": "module",
4
- "version": "0.0.27",
4
+ "version": "0.0.28",
5
5
  "description": "Provides helper types and components to assist when working with Granicus CMS Reactor.",
6
6
  "packageManager": "yarn@4.6.0+sha224.acd0786f07ffc6c933940eb65fc1d627131ddf5455bddcc295dc90fd",
7
7
  "scripts": {
8
8
  "install:host": "npm install -f --package-lock false",
9
9
  "typecheck": "tsc --noEmit",
10
10
  "build": "tsx build",
11
- "start": "tsx build --watch"
11
+ "start": "tsx build --watch",
12
+ "tsc": "tsc"
12
13
  },
13
14
  "exports": {
14
15
  "./types": {
@@ -36,7 +37,8 @@
36
37
  }
37
38
  },
38
39
  "dependencies": {
39
- "vite-tsconfig-paths": "5.1.4"
40
+ "vite-tsconfig-paths": "5.1.4",
41
+ "typescript": "^5.8.3"
40
42
  },
41
43
  "devDependencies": {
42
44
  "@react-router/dev": "7.7.0",
@@ -44,8 +46,7 @@
44
46
  "@types/react": "19.2.7",
45
47
  "@types/react-dom": "19.2.3",
46
48
  "esbuild": "^0.25.8",
47
- "tsx": "^4.20.3",
48
- "typescript": "^5.8.3"
49
+ "tsx": "^4.20.3"
49
50
  },
50
51
  "peerDependencies": {
51
52
  "react": "19.2.3",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes