@depup/pg-mem 3.0.14-depup.0 → 3.0.14-depup.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/README.md +2 -2
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/pg-mem
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [pg-mem](https://www.npmjs.com/package/pg-mem) @ 3.0.14 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-04-06 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 5 |
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ npm install @depup/pg-mem
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| immutable | ^4.3.4 | ^5.1.5 |
|
|
26
26
|
| json-stable-stringify | ^1.0.1 | ^1.3.0 |
|
|
27
|
-
| lru-cache | ^6.0.0 | ^11.
|
|
27
|
+
| lru-cache | ^6.0.0 | ^11.3.0 |
|
|
28
28
|
| moment | ^2.27.0 | ^2.30.1 |
|
|
29
29
|
| object-hash | ^2.0.3 | ^3.0.0 |
|
|
30
30
|
|
package/changes.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"lru-cache": {
|
|
12
12
|
"from": "^6.0.0",
|
|
13
|
-
"to": "^11.
|
|
13
|
+
"to": "^11.3.0"
|
|
14
14
|
},
|
|
15
15
|
"moment": {
|
|
16
16
|
"from": "^2.27.0",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"to": "^3.0.0"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
"timestamp": "2026-
|
|
24
|
+
"timestamp": "2026-04-06T00:43:26.638Z",
|
|
25
25
|
"totalUpdated": 5
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/pg-mem",
|
|
3
|
-
"version": "3.0.14-depup.
|
|
3
|
+
"version": "3.0.14-depup.1",
|
|
4
4
|
"description": "A memory version of postgres (with updated dependencies)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"functional-red-black-tree": "^1.0.1",
|
|
51
51
|
"immutable": "^5.1.5",
|
|
52
52
|
"json-stable-stringify": "^1.3.0",
|
|
53
|
-
"lru-cache": "^11.
|
|
53
|
+
"lru-cache": "^11.3.0",
|
|
54
54
|
"moment": "^2.30.1",
|
|
55
55
|
"object-hash": "^3.0.0",
|
|
56
56
|
"pgsql-ast-parser": "^12.0.2"
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
},
|
|
177
177
|
"lru-cache": {
|
|
178
178
|
"from": "^6.0.0",
|
|
179
|
-
"to": "^11.
|
|
179
|
+
"to": "^11.3.0"
|
|
180
180
|
},
|
|
181
181
|
"moment": {
|
|
182
182
|
"from": "^2.27.0",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"depsUpdated": 5,
|
|
191
191
|
"originalPackage": "pg-mem",
|
|
192
192
|
"originalVersion": "3.0.14",
|
|
193
|
-
"processedAt": "2026-
|
|
193
|
+
"processedAt": "2026-04-06T00:43:47.361Z",
|
|
194
194
|
"smokeTest": "failed"
|
|
195
195
|
}
|
|
196
196
|
}
|