@northern/yaml-loader 1.0.3 → 1.0.4
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/README.md +2 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,14 +40,12 @@ The YAML loader module provides:
|
|
|
40
40
|
- **Debugging**: Comprehensive debug information and error reporting
|
|
41
41
|
- **Extensibility**: Custom resolver plugin system
|
|
42
42
|
|
|
43
|
-
##
|
|
43
|
+
## Basic Usage
|
|
44
44
|
|
|
45
45
|
```typescript
|
|
46
|
-
import
|
|
46
|
+
import loadYaml from '@northern/yaml-loader';
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
## Basic Usage
|
|
50
|
-
|
|
51
49
|
### Simple YAML Loading
|
|
52
50
|
|
|
53
51
|
```typescript
|
package/package.json
CHANGED