resourcexjs 2.4.0 → 2.4.1
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/arp.js +2 -2
- package/dist/arp.js.map +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/arp.js
CHANGED
|
@@ -514,7 +514,7 @@ class ARP {
|
|
|
514
514
|
function createARP(config) {
|
|
515
515
|
return new ARP(config);
|
|
516
516
|
}
|
|
517
|
-
var VERSION = "2.4.
|
|
517
|
+
var VERSION = "2.4.1";
|
|
518
518
|
|
|
519
519
|
// ../registry/dist/index.js
|
|
520
520
|
import { createRequire } from "node:module";
|
|
@@ -21096,4 +21096,4 @@ export {
|
|
|
21096
21096
|
ARP
|
|
21097
21097
|
};
|
|
21098
21098
|
|
|
21099
|
-
//# debugId=
|
|
21099
|
+
//# debugId=406B7F2EE9C7C42B64756E2164756E21
|