@happyvertical/smrt-scanner 0.40.13 → 0.40.15

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @happyvertical/smrt-scanner
2
2
 
3
- High-performance TypeScript AST scanner using [OXC](https://oxc-project.github.io/) for SMRT manifest generation. Extracts class, field, method, and decorator metadata from source files without executing them.
3
+ High-performance TypeScript AST scanner using [OXC](https://oxc-project.github.io/) for s-m-r-t manifest generation. Extracts class, field, method, and decorator metadata from source files without executing them.
4
4
 
5
5
  ## Installation
6
6
 
@@ -58,7 +58,7 @@ smrt-scan src/**/*.ts
58
58
  |--------|------------|
59
59
  | `OxcScanner` | Scans TypeScript files for `@smrt()` decorated classes |
60
60
  | `InheritanceResolver` | Resolves class inheritance chains across files |
61
- | `ManifestAdapter` | Converts raw scan results to SMRT manifest format |
61
+ | `ManifestAdapter` | Converts raw scan results to s-m-r-t manifest format |
62
62
 
63
63
  ### Functions
64
64
 
@@ -66,7 +66,7 @@ smrt-scan src/**/*.ts
66
66
  |--------|------------|
67
67
  | `parseFile` | Parse a single TypeScript file and extract metadata |
68
68
  | `parseSource` | Parse a TypeScript source string |
69
- | `extractSmrtImports` | Extract SMRT-related imports from a file |
69
+ | `extractSmrtImports` | Extract s-m-r-t-related imports from a file |
70
70
 
71
71
  ### Key Types
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-scanner",
3
- "version": "0.40.13",
3
+ "version": "0.40.15",
4
4
  "description": "High-performance TypeScript scanner using OXC for SMRT manifest generation",
5
5
  "author": "HappyVertical",
6
6
  "type": "module",