@driveflux/cms 1.3.0 → 1.3.2

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.
@@ -496,7 +496,7 @@ var throttle = pThrottle({
496
496
  limit: 5,
497
497
  interval: 1000
498
498
  });
499
- export var throttledFetch = throttle(function() {
499
+ export var throttledFetch = throttle(/*#__PURE__*/ 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.0",
3
+ "version": "1.3.2",
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.3.0",
20
- "@driveflux/db": "1.7.0",
19
+ "@driveflux/config": "1.4.0",
20
+ "@driveflux/db": "1.8.1",
21
21
  "@driveflux/utils": "3.3.0",
22
22
  "@graphcms/rich-text-types": "^0.5.1",
23
- "p-throttle": "^6.1.0"
23
+ "p-throttle": "^6.2.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@driveflux/fab": "2.3.0",
27
27
  "@driveflux/tsconfig": "1.3.0",
28
- "@swc/cli": "^0.4.0",
29
- "@swc/core": "1.7.2",
30
- "@types/lodash": "^4.17.7",
31
- "@types/node": "^20.14.12",
32
- "del-cli": "^5.1.0",
33
- "typescript": "^5.5.4"
28
+ "@swc/cli": "0.4.1-nightly.20240914",
29
+ "@swc/core": "1.7.39",
30
+ "@types/lodash": "^4.17.12",
31
+ "@types/node": "^22.7.8",
32
+ "del-cli": "^6.0.0",
33
+ "typescript": "^5.6.3"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "fab",