Merge branch 'main' into v8

This commit is contained in:
Zoltan Kochan committed 2023-02-23 13:13:30 +02:00
commit a4ce8e1f27
134 files changed
+270 -179

No files matched your search

+1 -1
View File
@@ -13,7 +13,7 @@
],
"scripts": {
"test": "pnpm run compile && pnpm run _test",
"lint": "eslint src/**/*.ts test/**/*.ts",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"prepublishOnly": "pnpm run compile",
"registry-mock": "registry-mock",
"test:jest": "jest",