@skillsmith/core 0.7.0 → 0.7.2

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @skillsmith/core - Core functionality for skill discovery
3
3
  */
4
- export declare const VERSION = "0.7.0";
4
+ export declare const VERSION = "0.7.2";
5
5
  export * from './exports/services.js';
6
6
  export * from './exports/repositories.js';
7
7
  export { createDatabaseSync, createDatabaseAsync } from './db/createDatabase.js';
package/dist/src/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @skillsmith/core - Core functionality for skill discovery
3
3
  */
4
4
  // Version
5
- export const VERSION = '0.7.0';
5
+ export const VERSION = '0.7.2';
6
6
  // ============================================================================
7
7
  // Grouped Exports from Barrel Files
8
8
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillsmith/core",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "Core types and utilities for Skillsmith",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",
@@ -81,7 +81,6 @@
81
81
  "import:skills": "npx tsx src/scripts/import-to-database.ts"
82
82
  },
83
83
  "dependencies": {
84
- "@huggingface/transformers": "3.8.1",
85
84
  "@opentelemetry/api": "1.9.1",
86
85
  "@opentelemetry/instrumentation-http": "0.218.0",
87
86
  "@opentelemetry/instrumentation-runtime-node": "0.31.0",
@@ -93,13 +92,13 @@
93
92
  "fts5-sql-bundle": "1.0.2",
94
93
  "lru-cache": "11.3.3",
95
94
  "posthog-node": "5.29.2",
96
- "stripe": "20.3.0",
97
95
  "tree-sitter-wasms": "0.1.13",
98
96
  "typescript": "5.9.3",
99
97
  "web-tree-sitter": "0.25.10",
100
98
  "zod": "4.2.1"
101
99
  },
102
100
  "optionalDependencies": {
101
+ "@huggingface/transformers": "3.8.1",
103
102
  "better-sqlite3": "12.10.0",
104
103
  "hnswlib-node": "^3.0.0"
105
104
  },