@memberjunction/connector-id-window-scan 1.1.0 → 1.1.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/connector-id-window-scan",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Pure helper that reads an object the vendor will not bulk-list, by walking its numeric key in bounded windows. Budget-aware, resumable, and it isolates records the vendor refuses instead of losing the object to them. One function, no class, no base — connectors import it; they do NOT extend anything new.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"test": "vitest run --passWithNoTests"
|
|
14
14
|
},
|
|
15
15
|
"author": "MemberJunction.com",
|
|
16
|
-
"license": "
|
|
16
|
+
"license": "BUSL-1.1",
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@memberjunction/integration-engine": ">=5.42.0 <
|
|
18
|
+
"@memberjunction/integration-engine": ">=5.42.0 <7.0.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {},
|
|
21
21
|
"devDependencies": {
|