@eldrforge/shared 0.1.4 → 0.1.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/LICENSE +1 -1
  2. package/package.json +4 -4
package/LICENSE CHANGED
@@ -175,7 +175,7 @@
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- Copyright 2025 Calen Varek
178
+ Copyright 2025 Tim O'Brien
179
179
 
180
180
  Licensed under the Apache License, Version 2.0 (the "License");
181
181
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldrforge/shared",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Shared utilities for Eldrforge tools - storage, validation, errors, and more",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/calenvarek/shared-utils.git"
18
+ "url": "git+https://github.com/grunnverk/shared-utils.git"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "npm run lint && tsc --noEmit && vite build",
@@ -36,7 +36,7 @@
36
36
  "helpers",
37
37
  "typescript"
38
38
  ],
39
- "author": "Calen Varek <calenvarek@gmail.com>",
39
+ "author": "Tim O'Brien <tobrien@discursive.com>",
40
40
  "license": "Apache-2.0",
41
41
  "dependencies": {
42
42
  "dayjs": "^1.11.13",
@@ -59,7 +59,7 @@
59
59
  }
60
60
  },
61
61
  "devDependencies": {
62
- "@eldrforge/git-tools": "^0.1.15",
62
+ "@eldrforge/git-tools": "^0.1.16",
63
63
  "@eslint/eslintrc": "^3.3.1",
64
64
  "@eslint/js": "^9.33.0",
65
65
  "@swc/core": "^1.13.3",