@salto-io/persistent-pool 0.4.9 → 0.4.10-main.4d98bdb53
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/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright
|
|
1
|
+
Copyright 2025 Salto Labs Ltd.
|
|
2
2
|
Licensed under the Salto Terms of Use (the "License");
|
|
3
3
|
You may not use this software except in compliance with the License. You may obtain a copy of the License at https://www.salto.io/terms-of-use
|
|
4
4
|
CERTAIN THIRD PARTY SOFTWARE MAY BE CONTAINED IN PORTIONS OF THE SOFTWARE. See NOTICE FILE AT https://github.com/salto-io/salto/blob/main/NOTICES
|
package/dist/src/index.js
CHANGED
|
@@ -19,7 +19,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
20
|
exports.RenewedLease = exports.dynamoDbRepo = void 0;
|
|
21
21
|
/*
|
|
22
|
-
* Copyright
|
|
22
|
+
* Copyright 2025 Salto Labs Ltd.
|
|
23
23
|
* Licensed under the Salto Terms of Use (the "License");
|
|
24
24
|
* You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.salto.io/terms-of-use
|
|
25
25
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.repo = exports.dynamoDbInstances = void 0;
|
|
4
4
|
/*
|
|
5
|
-
* Copyright
|
|
5
|
+
* Copyright 2025 Salto Labs Ltd.
|
|
6
6
|
* Licensed under the Salto Terms of Use (the "License");
|
|
7
7
|
* You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.salto.io/terms-of-use
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dbDocUtils = exports.dbUtils = void 0;
|
|
4
4
|
/*
|
|
5
|
-
* Copyright
|
|
5
|
+
* Copyright 2025 Salto Labs Ltd.
|
|
6
6
|
* Licensed under the Salto Terms of Use (the "License");
|
|
7
7
|
* You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.salto.io/terms-of-use
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/*
|
|
4
|
-
* Copyright
|
|
4
|
+
* Copyright 2025 Salto Labs Ltd.
|
|
5
5
|
* Licensed under the Salto Terms of Use (the "License");
|
|
6
6
|
* You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.salto.io/terms-of-use
|
|
7
7
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salto-io/persistent-pool",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10-main.4d98bdb53",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "Keeps a persistent pool of objects",
|
|
6
6
|
"repository": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-sdk/client-dynamodb": "3.198.0",
|
|
31
31
|
"@aws-sdk/lib-dynamodb": "3.198.0",
|
|
32
|
-
"@salto-io/logging": "0.4.
|
|
33
|
-
"@salto-io/lowerdash": "0.4.
|
|
34
|
-
"@salto-io/test-utils": "0.4.
|
|
32
|
+
"@salto-io/logging": "0.4.10-main.4d98bdb53",
|
|
33
|
+
"@salto-io/lowerdash": "0.4.10-main.4d98bdb53",
|
|
34
|
+
"@salto-io/test-utils": "0.4.10-main.4d98bdb53",
|
|
35
35
|
"uuid": "^10.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"turbo": "^2.0.6",
|
|
48
48
|
"typescript": "4.8.4"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "0a1c88810a82034e6dfee33ea92c12aa407dca9a"
|
|
51
51
|
}
|