@karmaniverous/stan-core 0.4.2 → 0.4.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 +9 -10
- package/dist/cjs/index.js +1 -1
- package/dist/mjs/index.js +1 -1
- package/package.json +21 -20
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# @karmaniverous/stan-core (engine)
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@karmaniverous/stan-core)  [](
|
|
5
|
+
[](https://www.npmjs.com/package/@karmaniverous/stan-core)  <!-- TYPEDOC_EXCLUDE --> [](https://docs.karmanivero.us/stan-core) [](https://github.com/karmaniverous/stan-core/tree/main/CHANGELOG.md)<!-- /TYPEDOC_EXCLUDE --> [](https://github.com/karmaniverous/stan-core/tree/main/LICENSE.md)
|
|
6
6
|
|
|
7
7
|
This package exposes the STAN engine as a library:
|
|
8
8
|
|
|
@@ -178,15 +178,14 @@ APIs that accept anchors:
|
|
|
178
178
|
|
|
179
179
|
See ENVIRONMENT.md for a complete list of environment variable switches observed by the engine, tests, and release scripts.
|
|
180
180
|
|
|
181
|
-
## Migration (legacy configs)
|
|
182
|
-
|
|
183
|
-
This engine expects a top‑level, namespaced `stan-core` block in `stan.config.yml|json`.
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
181
|
+
## Migration (legacy configs)
|
|
182
|
+
|
|
183
|
+
This engine expects a top‑level, namespaced `stan-core` block in `stan.config.yml|json`. If your repository still uses legacy, flat keys at the root, migrate with the CLI:
|
|
184
|
+
|
|
185
|
+
```bash
|
|
186
|
+
stan init # offers to refactor legacy → namespaced; supports --dry-run and backups
|
|
187
|
+
```
|
|
188
|
+
|
|
190
189
|
## License
|
|
191
190
|
|
|
192
191
|
BSD‑3‑Clause
|