chore(release): 1.4.0

This commit is contained in:
2025-09-30 19:55:53 -05:00
parent 9a14f250b6
commit 373178bf0d
3 changed files with 38 additions and 3 deletions

View File

@@ -1,5 +1,40 @@
# All Changes to LST can be found below.
## [1.4.0](https://git.tuffraid.net/cowch/lst/compare/v1.3.0...v1.4.0) (2025-10-01)
### 📚 Documentation
* **eom:** added eom docs about fg-pkg and material transfer ([45bf88a](https://git.tuffraid.net/cowch/lst/commits/45bf88aef6fdc12f5c08ee1f21c3e3736a40ea3c))
* **install:** moved to an install folder and put at the bottom ([8193ee7](https://git.tuffraid.net/cowch/lst/commits/8193ee7f39b259519440f4ee2be5df92a0e471a9))
* **install:** refactoring on the install folder ([5e4ffa2](https://git.tuffraid.net/cowch/lst/commits/5e4ffa2c27c3e525fa84ec30e4d95c4488cad546))
### 📝 Chore
* **docs:** docusorus updates ([41a0d24](https://git.tuffraid.net/cowch/lst/commits/41a0d241b0552b04fc4c7996c9651cae5a97a8af))
### 🛠️ Code Refactor
* **contorller:** update to consider iowa_2 and look at plant token vs server going forward ([a5a6766](https://git.tuffraid.net/cowch/lst/commits/a5a67660e859785896818b9c0ec717e04214e5f7))
* **controller:** changed to use plant token to update, and hardcoded if we use a test server ([18e5712](https://git.tuffraid.net/cowch/lst/commits/18e57127e211c07f70ad4110368397df6386cdd9))
* **datamart:** added in the proper error prood uom check on the articles query ([49a0eca](https://git.tuffraid.net/cowch/lst/commits/49a0eca11706458a10b7b0601f196be27bc7363a))
* **lstv2:** changes to point to the new url of the docs ([e18c008](https://git.tuffraid.net/cowch/lst/commits/e18c0082318c647fef38e9a96855f70a2364f37f))
* **ti intergration:** changed the posting time to be between 6am to 6pm ([1d877e8](https://git.tuffraid.net/cowch/lst/commits/1d877e8df1e8ec6ad1a9f8b2fdfd23f6072035b0))
### 🐛 Bug fixes
* **app:** cors fix to account for port or alpla.net ([99e70fc](https://git.tuffraid.net/cowch/lst/commits/99e70fcafb81dcbde8d50bf7993a23d3b3cc368f))
* **contorller:** env corrections on where to look for the file when running ([b84ecbf](https://git.tuffraid.net/cowch/lst/commits/b84ecbf30c7e1b5e83bb4beb1bf156d7f1ad82a3))
* **lstv2:** correction to the docs link ([a7f45ab](https://git.tuffraid.net/cowch/lst/commits/a7f45abfeba48ab26054ec20fa06df8336bc5de4))
### 🌟 Enhancements
* **eom:** all endpoints created for the eom template to run in all plants ([9a14f25](https://git.tuffraid.net/cowch/lst/commits/9a14f250b6128d9a42a8cf8c17ab6820d2a48c21))
## [1.3.0](https://git.tuffraid.net/cowch/lst/compare/v1.2.0...v1.3.0) (2025-09-26)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "lst",
"version": "1.3.0",
"version": "1.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lst",
"version": "1.3.0",
"version": "1.4.0",
"license": "ISC",
"dependencies": {
"@dotenvx/dotenvx": "^1.49.0",

View File

@@ -1,6 +1,6 @@
{
"name": "lst",
"version": "1.3.0",
"version": "1.4.0",
"description": "Logistics support tool - the place where the support happens.",
"main": "index.js",
"scripts": {