@warlock.js/access 4.2.4 → 4.2.6

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/CHANGELOG.md +1 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -8,6 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
8
8
 
9
9
  ## 4.2.0
10
10
 
11
- ### Added
11
+ ### New
12
12
 
13
13
  - Shipped Warlock.js Access Package.
package/package.json CHANGED
@@ -17,14 +17,14 @@
17
17
  "url": "https://github.com/warlockjs/access"
18
18
  },
19
19
  "peerDependencies": {
20
- "@warlock.js/auth": "4.2.4",
21
- "@warlock.js/cache": "4.2.4",
22
- "@warlock.js/cascade": "4.2.4",
23
- "@warlock.js/core": "4.2.4",
24
- "@warlock.js/logger": "4.2.4",
25
- "@warlock.js/seal": "4.2.4"
20
+ "@warlock.js/auth": "4.2.6",
21
+ "@warlock.js/cache": "4.2.6",
22
+ "@warlock.js/cascade": "4.2.6",
23
+ "@warlock.js/core": "4.2.6",
24
+ "@warlock.js/logger": "4.2.6",
25
+ "@warlock.js/seal": "4.2.6"
26
26
  },
27
- "version": "4.2.4",
27
+ "version": "4.2.6",
28
28
  "main": "./cjs/index.cjs",
29
29
  "module": "./esm/index.mjs",
30
30
  "types": "./esm/index.d.mts",