Merge branch 'web3privacy:main' into main

This commit is contained in:
niclaz 2024-08-28 21:39:34 +02:00 committed by GitHub
commit a9ebb98429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME" run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
- name: Upload Pages artifact - name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-artifact@v4
with: with:
path: ./dist path: ./dist

View File

@ -1,5 +1,5 @@
import Ajv from "npm:ajv@8.17.1"; import Ajv from "npm:ajv@8.17.1";
import addFormats from "npm:ajv-formats@3.O.1"; import addFormats from "npm:ajv-formats@3.0.1";
import { Engine } from "./engine.js"; import { Engine } from "./engine.js";