@gaialabs/core 0.2.0 → 0.2.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gaialabs/core",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "GaiaLabs TypeScript Core Library - Universal ROM processing engine",
5
5
  "funding": "https://github.com/sponsors/Azarem",
6
6
  "main": "dist/index.js",
@@ -15,27 +15,27 @@
15
15
  ],
16
16
  "scripts": {
17
17
  "prebuild": "node -p \"'export const CORE_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
18
- "build": "tsup",
19
- "dev": "tsup --watch",
18
+ "build": "tsdown",
19
+ "dev": "tsdown --watch",
20
20
  "lint": "eslint src --ext .ts,.tsx",
21
21
  "lint:fix": "eslint src --ext .ts,.tsx --fix",
22
22
  "test": "vitest run",
23
23
  "test:watch": "vitest --watch",
24
24
  "type-check": "tsc --noEmit",
25
25
  "clean": "rm -rf dist",
26
- "publish": "tsup && npm publish --access public"
26
+ "publish": "tsdown && npm publish --access public"
27
27
  },
28
28
  "dependencies": {
29
29
  "@supabase/supabase-js": "^2.55.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "^20.10.0",
33
- "@typescript-eslint/eslint-plugin": "^8.36.0",
34
- "@typescript-eslint/parser": "^8.36.0",
35
- "eslint": "^9.30.1",
36
- "tsup": "^8.5.0",
37
- "typescript": "^5.8.3",
38
- "vitest": "^3.2.4"
32
+ "@types/node": "^20.19.29",
33
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
34
+ "@typescript-eslint/parser": "^8.53.0",
35
+ "eslint": "^9.39.2",
36
+ "tsdown": "^0.20.0-beta.3",
37
+ "typescript": "^5.9.3",
38
+ "vitest": "^4.0.17"
39
39
  },
40
40
  "exports": {
41
41
  ".": {