@ms-cloudpack/remote-cache 0.4.7 → 0.5.1-beta.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 (97) hide show
  1. package/dist/AzureRemoteCacheClient-2PRAPCJH.js +52049 -0
  2. package/dist/AzureRemoteCacheClient-2PRAPCJH.js.map +7 -0
  3. package/dist/ReporterDecorator-BYNXV72I.js +126 -0
  4. package/dist/ReporterDecorator-BYNXV72I.js.map +7 -0
  5. package/dist/chunk-G3ME7OWS.js +49567 -0
  6. package/dist/chunk-G3ME7OWS.js.map +7 -0
  7. package/dist/chunk-GFT2G5UO.js +50 -0
  8. package/dist/chunk-GFT2G5UO.js.map +7 -0
  9. package/dist/chunk-KKZU5JW4.js +1071 -0
  10. package/dist/chunk-KKZU5JW4.js.map +7 -0
  11. package/dist/chunk-VVROC42R.js +182 -0
  12. package/dist/chunk-VVROC42R.js.map +7 -0
  13. package/dist/chunk-XKOU5VXX.js +9 -0
  14. package/dist/chunk-XKOU5VXX.js.map +7 -0
  15. package/dist/getCredential-MJEIGDVB.js +23981 -0
  16. package/dist/getCredential-MJEIGDVB.js.map +7 -0
  17. package/dist/getListOfBlobs-LKU62UR5.js +26 -0
  18. package/dist/getListOfBlobs-LKU62UR5.js.map +7 -0
  19. package/dist/index.js +93 -0
  20. package/dist/index.js.map +7 -0
  21. package/lib/AzureRemoteCacheClient.d.ts +5 -5
  22. package/lib/decorators/InMemoryDecorator.d.ts +2 -2
  23. package/lib/decorators/InMemoryDecorator.test.d.ts +2 -0
  24. package/lib/decorators/ReporterDecorator.d.ts +2 -2
  25. package/lib/decorators/RetryDecorator.d.ts +2 -2
  26. package/lib/decorators/RetryDecorator.test.d.ts +2 -0
  27. package/lib/index.d.ts +1 -1
  28. package/lib/types/RemoteCacheClient.d.ts +12 -3
  29. package/package.json +13 -13
  30. package/lib/AzureRemoteCacheClient.d.ts.map +0 -1
  31. package/lib/AzureRemoteCacheClient.js +0 -51
  32. package/lib/AzureRemoteCacheClient.js.map +0 -1
  33. package/lib/Task.d.ts.map +0 -1
  34. package/lib/Task.js +0 -2
  35. package/lib/Task.js.map +0 -1
  36. package/lib/authentication/getAuthenticationRecord.d.ts.map +0 -1
  37. package/lib/authentication/getAuthenticationRecord.js +0 -17
  38. package/lib/authentication/getAuthenticationRecord.js.map +0 -1
  39. package/lib/authentication/getAuthenticationRecordPath.d.ts.map +0 -1
  40. package/lib/authentication/getAuthenticationRecordPath.js +0 -10
  41. package/lib/authentication/getAuthenticationRecordPath.js.map +0 -1
  42. package/lib/authentication/getCredential.d.ts.map +0 -1
  43. package/lib/authentication/getCredential.js +0 -61
  44. package/lib/authentication/getCredential.js.map +0 -1
  45. package/lib/authentication/saveAuthenticationRecord.d.ts.map +0 -1
  46. package/lib/authentication/saveAuthenticationRecord.js +0 -17
  47. package/lib/authentication/saveAuthenticationRecord.js.map +0 -1
  48. package/lib/cache-persistance/cachePersistencePlugin.d.ts.map +0 -1
  49. package/lib/cache-persistance/cachePersistencePlugin.js +0 -35
  50. package/lib/cache-persistance/cachePersistencePlugin.js.map +0 -1
  51. package/lib/cache-persistance/platforms.d.ts.map +0 -1
  52. package/lib/cache-persistance/platforms.js +0 -109
  53. package/lib/cache-persistance/platforms.js.map +0 -1
  54. package/lib/cache-persistance/provider.d.ts.map +0 -1
  55. package/lib/cache-persistance/provider.js +0 -26
  56. package/lib/cache-persistance/provider.js.map +0 -1
  57. package/lib/createBlobStorageUrl.d.ts.map +0 -1
  58. package/lib/createBlobStorageUrl.js +0 -4
  59. package/lib/createBlobStorageUrl.js.map +0 -1
  60. package/lib/createRemoteCacheClient.d.ts.map +0 -1
  61. package/lib/createRemoteCacheClient.js +0 -27
  62. package/lib/createRemoteCacheClient.js.map +0 -1
  63. package/lib/decorators/InMemoryDecorator.d.ts.map +0 -1
  64. package/lib/decorators/InMemoryDecorator.js +0 -29
  65. package/lib/decorators/InMemoryDecorator.js.map +0 -1
  66. package/lib/decorators/ReporterDecorator.d.ts.map +0 -1
  67. package/lib/decorators/ReporterDecorator.js +0 -121
  68. package/lib/decorators/ReporterDecorator.js.map +0 -1
  69. package/lib/decorators/RetryDecorator.d.ts.map +0 -1
  70. package/lib/decorators/RetryDecorator.js +0 -27
  71. package/lib/decorators/RetryDecorator.js.map +0 -1
  72. package/lib/getListOfBlobs.d.ts.map +0 -1
  73. package/lib/getListOfBlobs.js +0 -15
  74. package/lib/getListOfBlobs.js.map +0 -1
  75. package/lib/index.d.ts.map +0 -1
  76. package/lib/index.js +0 -2
  77. package/lib/index.js.map +0 -1
  78. package/lib/retry/blockListIsInvalidRetryPolicy.d.ts.map +0 -1
  79. package/lib/retry/blockListIsInvalidRetryPolicy.js +0 -8
  80. package/lib/retry/blockListIsInvalidRetryPolicy.js.map +0 -1
  81. package/lib/tsdoc-metadata.json +0 -11
  82. package/lib/types/LoginMethod.d.ts.map +0 -1
  83. package/lib/types/LoginMethod.js +0 -2
  84. package/lib/types/LoginMethod.js.map +0 -1
  85. package/lib/types/PackageToSync.d.ts +0 -7
  86. package/lib/types/PackageToSync.d.ts.map +0 -1
  87. package/lib/types/PackageToSync.js +0 -2
  88. package/lib/types/PackageToSync.js.map +0 -1
  89. package/lib/types/RemoteCacheClient.d.ts.map +0 -1
  90. package/lib/types/RemoteCacheClient.js +0 -2
  91. package/lib/types/RemoteCacheClient.js.map +0 -1
  92. package/lib/types/RemoteCacheClientOptions.d.ts.map +0 -1
  93. package/lib/types/RemoteCacheClientOptions.js +0 -2
  94. package/lib/types/RemoteCacheClientOptions.js.map +0 -1
  95. package/lib/types/RetryPolicy.d.ts.map +0 -1
  96. package/lib/types/RetryPolicy.js +0 -2
  97. package/lib/types/RetryPolicy.js.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.