@dyrected/storage-b2 2.5.5 → 2.5.7

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 (2) hide show
  1. package/LICENSE.md +7 -7
  2. package/package.json +2 -2
package/LICENSE.md CHANGED
@@ -2,17 +2,17 @@ Business Source License 1.1
2
2
 
3
3
  Parameters
4
4
 
5
- Licensor: Dyrected
6
- Licensed Work: Dyrected
5
+ Licensor: Dyrected
6
+ Licensed Work: Dyrected
7
7
  Additional Use Grant: Commercial use is permitted as long as it is not used to provide a hosted or managed service that competes with Dyrected.
8
- Change Date: 2030-05-11
9
- Change License: Apache License 2.0
8
+ Change Date: 2030-05-18
9
+ Change License: Apache License 2.0
10
10
 
11
11
  ---
12
12
 
13
13
  Business Source License 1.1
14
14
 
15
- License text copyright © 2024 MariaDB plc, All Rights Reserved.
15
+ License text copyright © 2024 MariaDB plc, All Rights Reserved.
16
16
  “Business Source License” is a trademark of MariaDB plc.
17
17
 
18
18
  ### Terms
@@ -31,7 +31,7 @@ Any use of the Licensed Work in violation of this License will automatically ter
31
31
 
32
32
  This License does not grant you any right in any trademark or logo of Licensor or its affiliates (provided that you may use a trademark or logo of Licensor as expressly required by this License).
33
33
 
34
- TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
34
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
35
35
 
36
36
  MariaDB hereby grants you permission to use this License’s text to license your works, and to refer to it using the trademark “Business Source License”, as long as you comply with the Covenants of Licensor below.
37
37
 
@@ -39,7 +39,7 @@ MariaDB hereby grants you permission to use this License’s text to license you
39
39
 
40
40
  In consideration of the right to use this License’s text and the “Business Source License” name and trademark, Licensor covenants to MariaDB, and to all other recipients of the licensed work to be provided by Licensor:
41
41
 
42
- 1. To specify as the Change License the GPL Version 2.0 or any later version, or a license that is compatible with GPL Version 2.0 or a later version, where “compatible” means that software provided under the Change License can be included in a program with software provided under GPL Version 2.0 or a later version. Licensor may specify additional Change Licenses without limitation.
42
+ 1. To specify as the Change License the GPL Version 2.0 or any later version, or a license that is compatible with GPL Version 2.0 or a later version, where “compatible” means that software provided under the Change License can be included in a program with software provided under GPL Version 2.0 or a later version. Licensor may specify additional Change Licenses without limitation.
43
43
 
44
44
  2. To either: (a) specify an additional grant of rights to use that does not impose any additional restriction on the right granted in this License, as the Additional Use Grant; or (b) insert the text “None”.
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/storage-b2",
3
- "version": "2.5.5",
3
+ "version": "2.5.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  ],
10
10
  "dependencies": {
11
11
  "backblaze-b2": "^1.7.0",
12
- "@dyrected/core": "2.5.5"
12
+ "@dyrected/core": "2.5.7"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/backblaze-b2": "^1.5.6",