Skip to content

Commit c8c49cd

Browse files
chore(package): 🔧 update package names and versions for release alignment
* Renamed `@mrj-cp/fsxa-api` to `fsxa-api` in `package.json` and `package-lock.json` * Updated `fsxa-proxy-api` version to `10.24.0` for consistency * Removed unused engine and dependency entries from lockfile Signed-off-by: Justin Wiegmann <wiegmann@e-spirit.com>
1 parent 63b0789 commit c8c49cd

3 files changed

Lines changed: 5 additions & 23 deletions

File tree

‎package-lock.json‎

Lines changed: 3 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@mrj-cp/fsxa-api",
2+
"name": "fsxa-api",
33
"version": "10.24.0",
44
"description": "The JavaScript Content API Library a.k.a. Content API is an interface handling data coming from the FirstSpirit CaaS and the Navigation Service.",
55
"keywords": [],

‎proxy/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fsxa-proxy-api",
3-
"version": "11.0.0",
3+
"version": "10.24.0",
44
"description": "This package represents the proxy version of the JavaScript Content API Library, running on the client side.",
55
"main": "dist/fsxa-proxy-api.cjs.js",
66
"module": "dist/fsxa-proxy-api.es5.js",

0 commit comments

Comments
 (0)