@decaf-ts/core 0.5.35 → 0.5.37
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 -2
- package/dist/core.cjs +12 -5
- package/dist/core.esm.cjs +12 -5
- package/lib/esm/index.d.ts +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/esm/persistence/Sequence.js +2 -1
- package/lib/esm/ram/RamSequence.js +5 -2
- package/lib/esm/repository/Repository.js +6 -3
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/persistence/Sequence.cjs +2 -1
- package/lib/ram/RamSequence.cjs +5 -2
- package/lib/repository/Repository.cjs +6 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -377,6 +377,6 @@ So if you can, if this project in any way. either by learning something or simpl
|
|
|
377
377
|
|
|
378
378
|
## License
|
|
379
379
|
|
|
380
|
-
This project is released under the [
|
|
380
|
+
This project is released under the [MIT License](./LICENSE.md).
|
|
381
381
|
|
|
382
|
-
By developers, for developers...
|
|
382
|
+
By developers, for developers...
|