WTF not
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-09-03 10:27:06 -06:00
parent 42ba615a9d
commit 0cc479fc6d
127 changed files with 66554 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "web-streams-ponyfill-es2018",
"main": "../../dist/ponyfill.es2018",
"module": "../../dist/ponyfill.es2018.mjs",
"types": "../../dist/types/ponyfill.d.ts",
"typesVersions": {
">=3.6": {
"../../dist/types/*": [
"../../dist/types/ts3.6/*"
]
}
}
}

View File

@@ -0,0 +1,13 @@
{
"name": "web-streams-ponyfill-es6",
"main": "../../dist/ponyfill.es6",
"module": "../../dist/ponyfill.es6.mjs",
"types": "../../dist/types/ponyfill.d.ts",
"typesVersions": {
">=3.6": {
"../../dist/types/*": [
"../../dist/types/ts3.6/*"
]
}
}
}

View File

@@ -0,0 +1,13 @@
{
"name": "web-streams-ponyfill",
"main": "../dist/ponyfill",
"module": "../dist/ponyfill.mjs",
"types": "../dist/types/ponyfill.d.ts",
"typesVersions": {
">=3.6": {
"../dist/types/*": [
"../dist/types/ts3.6/*"
]
}
}
}