Skip to content

Commit

Permalink
feat!: renamed package to @sanity/secrets
Browse files Browse the repository at this point in the history
BREAKING CHANGE: package is now named @sanity/secrets instead of sanity-secrets
  • Loading branch information
snorrees committed Oct 28, 2022
1 parent 4d94493 commit 6fb61e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sanity-secrets",
"name": "@sanity/secrets",
"version": "1.1.0-v3-studio.1",
"description": "React hooks and UI for reading and managing secrets in a Sanity Studio. This is a good pattern for keeping configuration secret. Instead of using environment variables which would be bundled with the Studio source (it is an SPA), we store secret information in a document in the dataset. This document will not be readable to externals even in a public dataset. With custom access controls you can also specify which users can read the configuration in your Studio.",
"author": "Sanity.io <hello@sanity.io>",
Expand Down Expand Up @@ -77,10 +77,5 @@
},
"dependencies": {
"@sanity/incompatible-plugin": "^1.0.4"
},
"sanityPlugin": {
"verifyPackage": {
"packageName": false
}
}
}

0 comments on commit 6fb61e4

Please sign in to comment.