sanity-plugin-singleton-management 1.0.1 → 1.0.2

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +12 -1
  3. package/package.json +5 -2
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) 2025 RC Maples
4
- Copyright (c) 2024 RD Pennell
4
+ Copyright (c) 2024-2025 RD Pennell
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -203,6 +203,17 @@ Other reading (Sanity docs):
203
203
  - [Filtering out singletons in Structure](https://www.sanity.io/docs/studio/create-a-link-to-a-single-edit-page-in-your-main-document-type-list#fa1e82fd32be)
204
204
  - [Creating a link to a single edit page](https://www.sanity.io/docs/studio/create-a-link-to-a-single-edit-page-in-your-main-document-type-list)
205
205
 
206
+ ## Credits
207
+
208
+ This project is a fork of [sanity-plugin-singleton-tools](https://github.com/plsrd/sanity-plugin-singleton-tools)
209
+ originally created by [RD Pennell](https://github.com/plsrd).
210
+
206
211
  ## License
207
212
 
208
- [MIT](LICENSE) © [RD Pennell](https://github.com/plsrd) & RC Maples
213
+ MIT License \
214
+ [LICENSE](LICENSE)
215
+
216
+ <div style="text-align: right">
217
+ Copyright © 2025 <a href="https://github.com/rcmaples" target="_blank">RC Maples</a> </br>
218
+ Copyright © 2024-2025 <a href="https://github.com/plsrd" target="_blank">RD Pennell</a>
219
+ </div>
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "sanity-plugin-singleton-management",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A plugin to streamline singleton management in your Sanity Studio",
5
5
  "keywords": [
6
6
  "sanity",
7
7
  "sanity-plugin"
8
8
  ],
9
9
  "license": "MIT",
10
- "author": "RD Pennell <racheal@sanity.io> & RC Maples <rc@rcmaples.io>",
10
+ "author": "RC Maples <rc@rcmaples.io>",
11
+ "contributors": [
12
+ "RD Pennell <racheal@sanity.io>"
13
+ ],
11
14
  "exports": {
12
15
  ".": {
13
16
  "source": "./src/index.ts",