occam-file-system 5.0.209 → 5.0.211

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -75,4 +75,5 @@ Automation is done with [npm scripts](https://docs.npmjs.com/misc/scripts), have
75
75
 
76
76
  ## Contact
77
77
 
78
- * james.smith@openmathematics.org
78
+ * james.smith@djalbat.com
79
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "occam-file-system",
3
3
  "author": "James Smith",
4
- "version": "5.0.209",
4
+ "version": "5.0.211",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/occam-file-system",
7
7
  "description": "Occam's file system functionality.",
@@ -15,7 +15,7 @@
15
15
  "mkdirp": "^0.5.1",
16
16
  "necessary": "^11.0.40",
17
17
  "occam-dom": "^3.1.31",
18
- "occam-grammars": "^1.0.426"
18
+ "occam-grammars": "^1.0.429"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@swc/core": "^1.2.51",