feat: Modernize build and testing for workflow package (no-changelog) (#16771)

This commit is contained in:
Alex Grozav
2025-06-30 20:02:16 +03:00
committed by GitHub
parent d1d5412bfb
commit c76d94b364
70 changed files with 733 additions and 486 deletions

12
patches/js-base64.patch Normal file
View File

@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index 5c6ed32cd20c7cb2635bbd43d2b24e5e6771e229..dc1b417593915de2069f55d6afd9f6950fff6c84 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,7 @@
],
"exports": {
".": {
+ "types": "./base64.d.ts",
"import": "./base64.mjs",
"require": "./base64.js"
},