mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 01:25:30 +00:00
Converted all nodejs imports to node: prefix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import forge from "node-forge";
|
||||
import type * as Schemas from "./schemas";
|
||||
import { Buffer } from "buffer";
|
||||
import { Buffer } from "node:buffer";
|
||||
|
||||
/**
|
||||
* Creates an hash for a buffer. Used by manifest
|
||||
|
||||
Reference in New Issue
Block a user