occam-file-system 6.0.59 → 6.0.62

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/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -83,4 +83,3 @@ Automation is done with [npm scripts](https://docs.npmjs.com/misc/scripts), have
83
83
  ## Contact
84
84
 
85
85
  * james.smith@djalbat.com
86
-
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "occam-file-system",
3
3
  "author": "James Smith",
4
- "version": "6.0.59",
4
+ "version": "6.0.62",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/occam-file-system",
7
7
  "description": "Occam's file system functionality.",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "necessary": "^12.0.1",
14
- "occam-entities": "^1.0.15"
14
+ "occam-entities": "^1.0.17"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@swc/core": "^1.2.51",