@driveflux/cms 1.2.28 → 1.3.0
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/hygraph/drivers/graphcms.js +1 -1
- package/package.json +11 -11
|
@@ -496,7 +496,7 @@ var throttle = pThrottle({
|
|
|
496
496
|
limit: 5,
|
|
497
497
|
interval: 1000
|
|
498
498
|
});
|
|
499
|
-
export var throttledFetch = throttle(
|
|
499
|
+
export var throttledFetch = throttle(function() {
|
|
500
500
|
var _ref = _async_to_generator(function(req, init) {
|
|
501
501
|
return _ts_generator(this, function(_state) {
|
|
502
502
|
return [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/cms",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@driveflux/config": "1.
|
|
20
|
-
"@driveflux/db": "1.
|
|
21
|
-
"@driveflux/utils": "3.
|
|
19
|
+
"@driveflux/config": "1.3.0",
|
|
20
|
+
"@driveflux/db": "1.7.0",
|
|
21
|
+
"@driveflux/utils": "3.3.0",
|
|
22
22
|
"@graphcms/rich-text-types": "^0.5.1",
|
|
23
|
-
"p-throttle": "^6.
|
|
23
|
+
"p-throttle": "^6.1.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@driveflux/fab": "2.
|
|
27
|
-
"@driveflux/tsconfig": "1.
|
|
28
|
-
"@swc/cli": "0.4.
|
|
29
|
-
"@swc/core": "1.7.
|
|
26
|
+
"@driveflux/fab": "2.3.0",
|
|
27
|
+
"@driveflux/tsconfig": "1.3.0",
|
|
28
|
+
"@swc/cli": "^0.4.0",
|
|
29
|
+
"@swc/core": "1.7.2",
|
|
30
30
|
"@types/lodash": "^4.17.7",
|
|
31
|
-
"@types/node": "^
|
|
31
|
+
"@types/node": "^20.14.12",
|
|
32
32
|
"del-cli": "^5.1.0",
|
|
33
|
-
"typescript": "^5.
|
|
33
|
+
"typescript": "^5.5.4"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "fab",
|