Sign In

@kaiord/core

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaiord/core - npm Package Compare versions

Comparing version
9.2.0
to
10.0.0
+1
-0
dist/test-utils/index.d.ts

@@ -1146,2 +1146,3 @@ import { z } from 'zod';

name?: string | undefined;
notes?: string | undefined;
subSport?: "match" | "map" | "generic" | "treadmill" | "street" | "trail" | "track" | "spin" | "indoor_cycling" | "road" | "mountain" | "downhill" | "recumbent" | "cyclocross" | "hand_cycling" | "track_cycling" | "indoor_rowing" | "elliptical" | "stair_climbing" | "lap_swimming" | "open_water" | "flexibility_training" | "strength_training" | "warm_up" | "exercise" | "challenge" | "indoor_skiing" | "cardio_training" | "indoor_walking" | "e_bike_fitness" | "bmx" | "casual_walking" | "speed_walking" | "bike_to_run_transition" | "run_to_bike_transition" | "swim_to_bike_transition" | "atv" | "motocross" | "backcountry" | "resort" | "rc_drone" | "wingsuit" | "whitewater" | "skate_skiing" | "yoga" | "pilates" | "indoor_running" | "gravel_cycling" | "e_bike_mountain" | "commuting" | "mixed_surface" | "navigate" | "track_me" | "single_gas_diving" | "multi_gas_diving" | "gauge_diving" | "apnea_diving" | "apnea_hunting" | "virtual_activity" | "obstacle" | "all" | undefined;

@@ -1148,0 +1149,0 @@ poolLength?: number | undefined;

+14
-9
{
"name": "@kaiord/core",
"version": "9.2.0",
"version": "10.0.0",
"description": "Core library for the Kaiord health & fitness data framework",

@@ -36,15 +36,15 @@ "type": "module",

"dependencies": {
"@noble/hashes": "^1.8.0",
"@noble/hashes": "^2.2.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@faker-js/faker": "^10.4.0",
"@types/node": "^25.7.0",
"@faker-js/faker": "^10.5.0",
"@types/node": "^26.1.0",
"@types/rosie": "^0.0.45",
"@vitest/coverage-v8": "^4.1.6",
"@vitest/coverage-v8": "^4.1.9",
"rosie": "^2.1.1",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"tsx": "^4.22.5",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
"vitest": "^4.1.9"
},

@@ -56,3 +56,3 @@ "repository": {

},
"homepage": "https://www.npmjs.com/package/@kaiord/core",
"homepage": "https://kaiord.com/docs/",
"bugs": {

@@ -73,3 +73,8 @@ "url": "https://github.com/pablo-albaladejo/kaiord/issues"

"converter",
"fitness"
"fitness",
"fit-parser",
"tcx-parser",
"zwift-workout",
"workout-converter",
"training"
],

@@ -76,0 +81,0 @@ "author": "Kaiord Contributors",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display