@dereekb/util 12.7.0 → 13.0.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.
Files changed (66) hide show
  1. package/LICENSE +1 -1
  2. package/fetch/LICENSE +1 -1
  3. package/fetch/index.cjs.js +42 -2443
  4. package/fetch/index.esm.js +44 -2444
  5. package/fetch/package.json +21 -16
  6. package/fetch/src/lib/fetch.page.d.ts +0 -4
  7. package/fetch/src/lib/fetch.url.d.ts +0 -8
  8. package/fetch/src/lib/provider.d.ts +0 -4
  9. package/index.cjs.js +32 -2267
  10. package/index.esm.js +35 -2257
  11. package/package.json +18 -7
  12. package/src/lib/array/array.boolean.d.ts +0 -11
  13. package/src/lib/array/array.value.d.ts +0 -18
  14. package/src/lib/boolean.d.ts +1 -1
  15. package/src/lib/date/date.d.ts +0 -8
  16. package/src/lib/date/date.unix.d.ts +6 -30
  17. package/src/lib/date/expires.d.ts +4 -4
  18. package/src/lib/date/hour.d.ts +1 -1
  19. package/src/lib/date/time.d.ts +0 -4
  20. package/src/lib/object/object.map.d.ts +0 -9
  21. package/src/lib/page/index.d.ts +0 -1
  22. package/src/lib/promise/promise.d.ts +0 -1
  23. package/src/lib/set/set.hashset.d.ts +4 -4
  24. package/src/lib/storage/storage.d.ts +2 -2
  25. package/src/lib/string/mimetype.d.ts +0 -8
  26. package/src/lib/string/replace.d.ts +11 -1
  27. package/src/lib/tree/tree.flatten.d.ts +0 -10
  28. package/src/lib/value/indexed.d.ts +1 -1
  29. package/src/lib/value/maybe.type.d.ts +3 -3
  30. package/src/lib/value/point.d.ts +2 -2
  31. package/test/LICENSE +21 -0
  32. package/test/index.cjs.js +707 -0
  33. package/test/index.esm.js +664 -0
  34. package/test/package.json +20 -6
  35. package/test/src/lib/index.d.ts +1 -3
  36. package/test/src/lib/jest/index.d.ts +4 -0
  37. package/test/src/lib/jest/jest.d.ts +55 -0
  38. package/test/src/lib/jest/jest.fail.d.ts +72 -0
  39. package/test/src/lib/jest/jest.function.d.ts +41 -0
  40. package/test/src/lib/jest/jest.wrap.d.ts +24 -0
  41. package/test/src/lib/shared/index.d.ts +4 -0
  42. package/test/src/lib/shared/shared.d.ts +154 -0
  43. package/test/src/lib/shared/shared.fail.d.ts +83 -0
  44. package/test/src/lib/shared/shared.function.d.ts +25 -0
  45. package/test/src/lib/{jest.wrap.d.ts → shared/shared.wrap.d.ts} +9 -9
  46. package/index.esm.d.ts +0 -1
  47. package/src/lib/page/page.calculator.d.ts +0 -29
  48. package/test/CHANGELOG.md +0 -1960
  49. package/test/src/index.js +0 -5
  50. package/test/src/index.js.map +0 -1
  51. package/test/src/lib/index.js +0 -8
  52. package/test/src/lib/index.js.map +0 -1
  53. package/test/src/lib/jest.d.ts +0 -100
  54. package/test/src/lib/jest.fail.d.ts +0 -104
  55. package/test/src/lib/jest.fail.js +0 -224
  56. package/test/src/lib/jest.fail.js.map +0 -1
  57. package/test/src/lib/jest.function.d.ts +0 -25
  58. package/test/src/lib/jest.function.js +0 -21
  59. package/test/src/lib/jest.function.js.map +0 -1
  60. package/test/src/lib/jest.js +0 -113
  61. package/test/src/lib/jest.js.map +0 -1
  62. package/test/src/lib/jest.wrap.js +0 -70
  63. package/test/src/lib/jest.wrap.js.map +0 -1
  64. /package/fetch/{index.cjs.d.ts → index.d.ts} +0 -0
  65. /package/{fetch/index.esm.d.ts → index.d.ts} +0 -0
  66. /package/{index.cjs.d.ts → test/index.d.ts} +0 -0
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Hapier Creative LLC.
3
+ Copyright (c) 2025 Hapier Creative LLC.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/fetch/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Hapier Creative LLC.
3
+ Copyright (c) 2025 Hapier Creative LLC.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal