occam-file-system 5.0.133 → 5.0.135

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.txt +2 -2
  2. package/package.json +2 -2
package/license.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT And Anti-996 Licenses
2
2
 
3
- Copyright (c) 2019 James Smith
3
+ Copyright (c) 2023 James Smith
4
4
 
5
5
  These licenses shall be included in all copies or substantial portions of
6
6
  this software and associated documentation files (the "Software").
@@ -45,4 +45,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
45
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
46
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
47
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48
- SOFTWARE.
48
+ SOFTWARE.
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.133",
4
+ "version": "5.0.135",
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.1",
18
- "occam-grammars": "^1.0.338"
18
+ "occam-grammars": "^1.0.341"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@swc/core": "^1.2.51",