@depup/base44__sdk 0.8.41-depup.0 → 0.8.41-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 +3 -2
- package/changes.json +6 -2
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -14,14 +14,15 @@ npm install @depup/base44__sdk
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [@base44/sdk](https://www.npmjs.com/package/@base44/sdk) @ 0.8.41 |
|
|
17
|
-
| Processed | 2026-07-
|
|
17
|
+
| Processed | 2026-07-30 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 3 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| axios | ^1.18.1 | ^1.19.0 |
|
|
25
26
|
| partysocket | ^0.0.23 | ^1.3.0 |
|
|
26
27
|
| uuid | ^13.0.2 | ^14.0.1 |
|
|
27
28
|
|
package/changes.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"axios": {
|
|
4
|
+
"from": "^1.18.1",
|
|
5
|
+
"to": "^1.19.0"
|
|
6
|
+
},
|
|
3
7
|
"partysocket": {
|
|
4
8
|
"from": "^0.0.23",
|
|
5
9
|
"to": "^1.3.0"
|
|
@@ -9,6 +13,6 @@
|
|
|
9
13
|
"to": "^14.0.1"
|
|
10
14
|
}
|
|
11
15
|
},
|
|
12
|
-
"timestamp": "2026-07-
|
|
13
|
-
"totalUpdated":
|
|
16
|
+
"timestamp": "2026-07-30T00:36:38.307Z",
|
|
17
|
+
"totalUpdated": 3
|
|
14
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/base44__sdk",
|
|
3
|
-
"version": "0.8.41-depup.
|
|
3
|
+
"version": "0.8.41-depup.1",
|
|
4
4
|
"description": "JavaScript SDK for Base44 API (with updated dependencies)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"create-docs:process": "node scripts/mintlify-post-processing/file-processing/file-processing.js"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"axios": "^1.
|
|
30
|
+
"axios": "^1.19.0",
|
|
31
31
|
"partysocket": "^1.3.0",
|
|
32
32
|
"socket.io-client": "^4.8.3",
|
|
33
33
|
"uuid": "^14.0.1"
|
|
@@ -73,6 +73,10 @@
|
|
|
73
73
|
"homepage": "https://github.com/base44/javascript-sdk#readme",
|
|
74
74
|
"depup": {
|
|
75
75
|
"changes": {
|
|
76
|
+
"axios": {
|
|
77
|
+
"from": "^1.18.1",
|
|
78
|
+
"to": "^1.19.0"
|
|
79
|
+
},
|
|
76
80
|
"partysocket": {
|
|
77
81
|
"from": "^0.0.23",
|
|
78
82
|
"to": "^1.3.0"
|
|
@@ -82,10 +86,10 @@
|
|
|
82
86
|
"to": "^14.0.1"
|
|
83
87
|
}
|
|
84
88
|
},
|
|
85
|
-
"depsUpdated":
|
|
89
|
+
"depsUpdated": 3,
|
|
86
90
|
"originalPackage": "@base44/sdk",
|
|
87
91
|
"originalVersion": "0.8.41",
|
|
88
|
-
"processedAt": "2026-07-
|
|
92
|
+
"processedAt": "2026-07-30T00:36:51.927Z",
|
|
89
93
|
"smokeTest": "passed"
|
|
90
94
|
}
|
|
91
95
|
}
|