From 125001930369795d70b719756a67fb6a73c9ed2d Mon Sep 17 00:00:00 2001 From: leejooy96 Date: Wed, 18 Dec 2024 09:04:13 +0900 Subject: [PATCH] package: update `LICENSE`, minor fix --- .github/FUNDING.yml | 2 +- .github/workflows/test-node.yml | 2 ++ LICENSE | 2 +- README.md | 6 +++--- package-lock.json | 31 ++++++++++++++++++++++++++++++- 5 files changed, 37 insertions(+), 6 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 161180b..4b42b1f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # These are supported funding model platforms github: jooy2 -custom: ["https://jooy2.com/donate"] +custom: ["https://cdget.com/donate"] diff --git a/.github/workflows/test-node.yml b/.github/workflows/test-node.yml index e960c8e..f35dff2 100644 --- a/.github/workflows/test-node.yml +++ b/.github/workflows/test-node.yml @@ -1,6 +1,8 @@ name: test-nodejs on: + pull_request: + branches: [main] # trigger deployment on every push to main branch push: branches: [main] diff --git a/LICENSE b/LICENSE index 05bbe22..ce54af5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 jooy2 (https://jooy2.com). +Copyright (c) 2024-2025 CDGet (https://cdget.com). Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f1fbb76..3f885c4 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ This value can be changed by the user. console.log(await sid()); // S-1-5-21-406418252-5582013529-1321253100-2001 ``` -## Contribute +## Contributing -You can report issues on [GitHub Issue Tracker](https://github.com/jooy2/machini/issues). You can also request a pull to fix bugs and add frequently used features. +Anyone can contribute to the project by reporting new issues or submitting a pull request. For more information, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## License -Copyright © 2024 [Jooy2](https://jooy2.com) <[jooy2.contact@gmail.com](mailto:jooy2.contact@gmail.com)> Released under the MIT license. +Please see the [LICENSE](LICENSE) file for more information about project owners, usage rights, and more. diff --git a/package-lock.json b/package-lock.json index b066d8a..9f37f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "^2.29.1", "glob": "^11.0.0", "prettier": "^3.3.3", - "terser": "^5.36.0", + "terser-glob": "^1.1.0", "tsx": "^4.19.2", "typescript": "^5.6.3" }, @@ -2992,6 +2992,18 @@ "node": ">=10" } }, + "node_modules/meow": { + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", + "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -3843,6 +3855,23 @@ "node": ">=10" } }, + "node_modules/terser-glob": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/terser-glob/-/terser-glob-1.1.0.tgz", + "integrity": "sha512-Y9/ptzOh5AVdCHCY5hwo7tePtMfBYtoiRcMqkZGAsYSgIz31fCoUTZbOuavv59OaxjQoF0zuR7rtMWrydIwTCQ==", + "dev": true, + "dependencies": { + "glob": "^11.0.0", + "meow": "^13.2.0", + "terser": "^5.36.0" + }, + "bin": { + "terser-glob": "dist/index.js" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",