This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
Releases: 5minds/gulptraum-typescript
Releases · 5minds/gulptraum-typescript
v3.0.0
Changes:
- Add package-lock.json file to help avoid installation of buggy package updates.
- Remove all scripts that are not required by any of our packages.
- Remove all packages that were required by the removed scripts.
- This was done to help us avoid errors caused by subdependencies.
The following scripts will still work:
- clean
- build
- lint
The following scripts will not work anymore:
- doc
- schema
- setup_dev
- test
- watch
If any of them should be required again at some point, they will be moved into plugins of their own.
PR: #12
v2.0.1
Changes:
Through [email protected]
we got the following issue:
dominictarr/event-stream#116
With [email protected]
this issue was resolved, so the dependency has been updated in this PR accordingly.
To be on the safe side, all other dependencies were raised to their most up-to-date version as well.
Also, for our internal packages, ~
and ^
type dependencies have been reintroduced to make it easier to deploy bugfixes.
This includes the following packages:
- gulptraum
- gulptraum-typescript
PR: #10