@d1g1tal/subscribr 3.0.4 → 3.0.5
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/dist/subscribr.js +1 -1
- package/package.json +9 -10
package/dist/subscribr.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// node_modules/.pnpm/@d1g1tal+collections@1.0.
|
|
1
|
+
// node_modules/.pnpm/@d1g1tal+collections@1.0.1/node_modules/@d1g1tal/collections/src/set-multi-map.js
|
|
2
2
|
var SetMultiMap = class extends Map {
|
|
3
3
|
/**
|
|
4
4
|
* Adds a new element with a specified key and value to the SetMultiMap.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d1g1tal/subscribr",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "JavaScript Publish/Subscribe Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/D1g1talEntr0py/subscribr#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@d1g1tal/collections": "^1.0.
|
|
33
|
+
"@d1g1tal/collections": "^1.0.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@d1g1tal/chrysalis": "^2.
|
|
37
|
-
"esbuild": "^0.20.
|
|
38
|
-
"esbuild-library": "^1.0.
|
|
39
|
-
"eslint": "^8.
|
|
36
|
+
"@d1g1tal/chrysalis": "^2.5.0",
|
|
37
|
+
"esbuild": "^0.20.1",
|
|
38
|
+
"esbuild-library": "^1.0.7",
|
|
39
|
+
"eslint": "^8.57.0",
|
|
40
40
|
"eslint-plugin-compat": "^4.2.0",
|
|
41
|
-
"eslint-plugin-jsdoc": "^48.0
|
|
41
|
+
"eslint-plugin-jsdoc": "^48.2.0",
|
|
42
42
|
"jest": "^29.7.0"
|
|
43
43
|
},
|
|
44
44
|
"jest": {
|
|
@@ -54,9 +54,8 @@
|
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
56
|
"browserslist": [
|
|
57
|
-
"defaults",
|
|
58
|
-
"
|
|
59
|
-
"not op_mini all"
|
|
57
|
+
"defaults and fully supports es6-module",
|
|
58
|
+
"node >= 20.10"
|
|
60
59
|
],
|
|
61
60
|
"scripts": {
|
|
62
61
|
"build": "node esbuild.js",
|