update version

This commit is contained in:
bipproduction
2025-11-19 00:36:44 +08:00
commit 9d3653c149
14 changed files with 1666 additions and 0 deletions

34
.npmignore Normal file
View File

@@ -0,0 +1,34 @@
# Rules from: /Users/bip/Documents/projects/jenna/n8n/n8n-nodes-openapi-node/.gitignore
# dependencies (bun install)
node_modules
# output
out
*.tgz
# code coverage
coverage
*.lcov
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store