@o-zone/scorer-core 0.0.6 → 0.0.7
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.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o-zone/scorer-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Orienteering scoring core library with modular exports",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/orienteering-nz/scorer-core"
|
|
7
|
+
"url": "git+https://github.com/orienteering-nz/scorer-core.git"
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"type": "module",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
|
-
"dist"
|
|
26
|
+
"dist",
|
|
27
|
+
"README.md"
|
|
27
28
|
],
|
|
28
29
|
"dependencies": {
|
|
29
30
|
"zod": "^4.3.6"
|
|
@@ -46,8 +47,6 @@
|
|
|
46
47
|
"build": "tsc --project tsconfig.build.json",
|
|
47
48
|
"build:watch": "tsc --project tsconfig.build.json --watch",
|
|
48
49
|
"changes": "pnpm changeset add",
|
|
49
|
-
"changeset:publish": "npm run build && pnpm changeset publish",
|
|
50
|
-
"changeset:release": "pnpm changeset version && npm run build",
|
|
51
50
|
"check:types": "tsc --noEmit",
|
|
52
51
|
"format": "biome format . --write",
|
|
53
52
|
"lint": "biome check .",
|