@bison-lab/payload-core 0.1.0 → 3.7.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bison-lab/payload-core",
3
- "version": "0.1.0",
4
- "description": "Site-agnostic Payload CMS configuration for Bison Lab sites: the SEO tab on a collection and the metadata reader for the pages it describes",
3
+ "version": "3.7.0",
4
+ "description": "Site-agnostic Payload CMS configuration for Bison Lab sites: the SEO tab, the Theme global, and the metadata and theme readers for the pages they describe",
5
5
  "homepage": "https://components.bisonlab.ai",
6
6
  "repository": {
7
7
  "type": "git",
@@ -22,21 +22,56 @@
22
22
  "./metadata": {
23
23
  "import": "./dist/metadata.mjs",
24
24
  "types": "./dist/metadata.d.mts"
25
+ },
26
+ "./theme": {
27
+ "import": "./dist/theme.mjs",
28
+ "types": "./dist/theme.d.mts"
29
+ },
30
+ "./admin": {
31
+ "import": "./dist/admin.mjs",
32
+ "types": "./dist/admin.d.mts"
25
33
  }
26
34
  },
27
35
  "files": [
28
36
  "dist"
29
37
  ],
30
38
  "peerDependencies": {
39
+ "@bison-lab/fonts": "^3.0.0",
40
+ "@bison-lab/tokens": "^3.0.0",
31
41
  "@payloadcms/plugin-seo": "^3.0.0",
32
- "payload": "^3.0.0"
42
+ "@payloadcms/ui": "^3.0.0",
43
+ "payload": "^3.0.0",
44
+ "react": "^18.0.0 || ^19.0.0"
45
+ },
46
+ "peerDependenciesMeta": {
47
+ "@bison-lab/fonts": {
48
+ "optional": true
49
+ },
50
+ "@bison-lab/tokens": {
51
+ "optional": true
52
+ },
53
+ "@payloadcms/ui": {
54
+ "optional": true
55
+ },
56
+ "react": {
57
+ "optional": true
58
+ }
33
59
  },
34
60
  "devDependencies": {
35
61
  "@payloadcms/plugin-seo": "^3.88.0",
62
+ "@payloadcms/ui": "^3.88.0",
63
+ "@testing-library/jest-dom": "^6.9.1",
64
+ "@testing-library/react": "^16.3.2",
65
+ "@types/react": "^19.2.14",
66
+ "jsdom": "^29.0.1",
36
67
  "payload": "^3.88.0",
68
+ "react": "^19.2.4",
69
+ "react-dom": "^19.2.4",
37
70
  "tsdown": "^0.21.0",
38
71
  "typescript": "^5.9.3",
39
- "vitest": "^4.1.2"
72
+ "vitest": "^4.1.2",
73
+ "@bison-lab/fonts": "3.6.0",
74
+ "@bison-lab/tokens": "3.7.0"
40
75
  },
41
76
  "publishConfig": {
42
77
  "access": "public"