@sv443-network/userutils 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sv443-network/userutils
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - ad17374: Add support for OpenUserJS
8
+
3
9
  ## 1.1.2
4
10
 
5
11
  ### Patch Changes
@@ -1,14 +1,24 @@
1
1
  // ==UserScript==
2
- // @name UserUtils
3
- // @description Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more
4
2
  // @namespace https://github.com/Sv443-Network/UserUtils
5
- // @version 1.1.2
6
- // @license MIT
3
+ // @exclude *
7
4
  // @author Sv443
8
- // @copyright Sv443 (https://github.com/Sv443)
9
5
  // @supportURL https://github.com/Sv443-Network/UserUtils/issues
10
6
  // @homepageURL https://github.com/Sv443-Network/UserUtils#readme
7
+ // @supportURL https://github.com/Sv443-Network/UserUtils/issues
8
+
9
+ // ==UserLibrary==
10
+ // @name UserUtils
11
+ // @description Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more
12
+ // @version 1.1.3
13
+ // @license MIT
14
+ // @copyright Sv443 (https://github.com/Sv443)
15
+
11
16
  // ==/UserScript==
17
+ // ==/UserLibrary==
18
+
19
+ // ==OpenUserJS==
20
+ // @author Sv443
21
+ // ==/OpenUserJS==
12
22
 
13
23
  var UserUtils = (function (exports) {
14
24
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sv443-network/userutils",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",