Skip to content

Commit 711f4b3

Browse files
author
Raffaele Parisi
committed
Update hooks and dependencies in config
This update modifies the hooks and import statements within the Base64PluginOptions to improve handling of file data. It also includes the package-lock.json, which lists the specific version of each dependency installed in the application, allowing for more accurate replication of the environment.
1 parent a185a84 commit 711f4b3

File tree

6 files changed

+16740
-5773
lines changed

6 files changed

+16740
-5773
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@raffaeleparisi:registry=https://npm.pkg.github.com
2+
//npm.pkg.github.com/:_authToken=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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Payload CMS plugin for automatic base64 encoding of images.
88
2. Add the plugin to your `payload.config.ts`:
99

1010
```ts
11-
import generateBase64 from 'payload-blurhash-plugin';
11+
import generateBase64 from 'payload-base64-plugin';
1212

1313
export default buildConfig({
1414
/* ... */

0 commit comments

Comments
 (0)