decap-cms-lib-util 3.2.0 → 3.3.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.
Files changed (45) hide show
  1. package/README.md +1 -1
  2. package/dist/decap-cms-lib-util.js +1 -1
  3. package/dist/decap-cms-lib-util.js.LICENSE.txt +9 -0
  4. package/dist/decap-cms-lib-util.js.map +1 -1
  5. package/dist/esm/API.js +17 -25
  6. package/dist/esm/APIError.js +0 -7
  7. package/dist/esm/AccessTokenError.js +0 -4
  8. package/dist/esm/Cursor.js +4 -9
  9. package/dist/esm/EditorialWorkflowError.js +0 -5
  10. package/dist/esm/backendUtil.js +6 -7
  11. package/dist/esm/getBlobSHA.js +3 -3
  12. package/dist/esm/git-lfs.js +21 -29
  13. package/dist/esm/implementation.js +14 -17
  14. package/dist/esm/unsentRequest.js +9 -12
  15. package/package.json +5 -2
  16. package/CHANGELOG.md +0 -382
  17. package/dist/esm/stega.js +0 -129
  18. package/src/API.ts +0 -376
  19. package/src/APIError.ts +0 -17
  20. package/src/APIUtils.ts +0 -38
  21. package/src/AccessTokenError.ts +0 -11
  22. package/src/Cursor.ts +0 -178
  23. package/src/EditorialWorkflowError.ts +0 -12
  24. package/src/__tests__/api.spec.js +0 -13
  25. package/src/__tests__/apiUtils.spec.js +0 -74
  26. package/src/__tests__/asyncLock.spec.js +0 -85
  27. package/src/__tests__/backendUtil.spec.js +0 -97
  28. package/src/__tests__/implementation.spec.js +0 -58
  29. package/src/__tests__/path.spec.js +0 -53
  30. package/src/__tests__/unsentRequest.spec.js +0 -19
  31. package/src/asyncLock.ts +0 -43
  32. package/src/backendUtil.ts +0 -120
  33. package/src/getBlobSHA.ts +0 -12
  34. package/src/git-lfs.ts +0 -133
  35. package/src/implementation.ts +0 -575
  36. package/src/index.ts +0 -213
  37. package/src/loadScript.js +0 -24
  38. package/src/localForage.ts +0 -21
  39. package/src/path.ts +0 -86
  40. package/src/promise.ts +0 -21
  41. package/src/stega.ts +0 -134
  42. package/src/types/semaphore.d.ts +0 -5
  43. package/src/types.ts +0 -9
  44. package/src/unsentRequest.js +0 -133
  45. package/webpack.config.js +0 -3
package/README.md CHANGED
@@ -18,5 +18,5 @@ Used as backend in [cms-core](https://github.com/decaporg/decap-cms/tree/main/pa
18
18
 
19
19
  - `API` - used for Entry files
20
20
  - `git-lfs` - used for Media files
21
- - and over halpful utilities
21
+ - and more helpful utilities
22
22