Make module commonjs

This commit is contained in:
Volodymyr Zotov
2025-07-30 10:50:08 -05:00
parent aa7dbab2b7
commit 7e497dcd83
2 changed files with 229 additions and 68 deletions

227
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
"name": "load-secrets-action", "name": "load-secrets-action",
"version": "2.0.0", "version": "2.0.0",
"description": "Load Secrets from 1Password", "description": "Load Secrets from 1Password",
"type": "module", "type": "commonjs",
"main": "dist/index.js", "main": "dist/index.js",
"directories": { "directories": {
"test": "tests" "test": "tests"