Skip to content

Commit

Permalink
chore(release): scripts and libraries v1.5.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.4](v1.5.3...v1.5.4) (2024-12-23)

### Bug Fixes

* **export-element:** include dot files from npm in release branch ([89b83d8](89b83d8))
  • Loading branch information
semantic-release-bot committed Dec 23, 2024
1 parent 606527e commit 42fb16e
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist/
tmp/
node_modules/
6 changes: 3 additions & 3 deletions amazon-sort-by-review.user.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// ==UserScript==
// @name Amazon Sort by Review
// @description Sort products best by reviews
// @version 1.5.3
// @version 1.5.4
// @author iamogbz
// @homepage https://github.com/iamogbz/oh-my-scripts
// @supportURL https://github.com/iamogbz/oh-my-scripts/issues
// @match *://*.amazon.ca/*
// @match *://*.amazon.com/*
// @match *://*.amazon.co.uk/*
// @downloadURL https://github.com/iamogbz/oh-my-scripts/raw/1.5.3/amazon-sort-by-review.user.js
// @downloadURL https://github.com/iamogbz/oh-my-scripts/raw/1.5.4/amazon-sort-by-review.user.js
// @grant GM_xmlhttpRequest
// @icon https://github.com/iamogbz/oh-my-scripts/raw/main/assets/monkey_128.png
// @namespace iamogbz/oh-my-scripts
// @require https://github.com/iamogbz/oh-my-scripts/raw/1.5.3/lib/interval.js
// @require https://github.com/iamogbz/oh-my-scripts/raw/1.5.4/lib/interval.js
// @updateURL https://github.com/iamogbz/oh-my-scripts/raw/gh-pages/amazon-sort-by-review.user.js
// ==/UserScript==

Expand Down
8 changes: 4 additions & 4 deletions export-element.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions github-file-preview-apib.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions github-file-preview-html.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions no-window-open.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions npm/.pnpm.js

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions npm/.pnpm.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
* html2canvas 1.4.1 <https://html2canvas.hertzen.com>
* Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
* Released under MIT License
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

0 comments on commit 42fb16e

Please sign in to comment.