Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit e9638a8

Browse files
committed
0.2.1 - rollback to angular 17
1 parent eb404d6 commit e9638a8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 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,6 +1,6 @@
11
{
22
"name": "@funixproductions/angular-core",
3-
"version": "0.1.19",
3+
"version": "0.2.1",
44
"description": "Package used in all FunixProductions Angular projects",
55
"scripts": {
66
"ng": "ng",

projects/funixproductions-requests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@funixproductions/funixproductions-requests",
3-
"version": "0.1.19",
3+
"version": "0.2.1",
44
"description": "Package used in all FunixProductions Angular projects",
55
"peerDependencies": {
66
"@angular/common": "^17.1.0",

projects/funixproductions-requests/src/lib/services/pacifista-api/web/shop/articles/dtos/PacifistaShopArticleDTO.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {ApiDTO} from "../../../../../core/dtos/api-dto";
22
import {PacifistaShopCategoryDTO} from "../../categories/dtos/PacifistaShopCategoryDTO";
3+
import {PacifistaServerType} from "../../../../core/enums/PacifistaServerType";
34

45
export class PacifistaShopArticleDTO extends ApiDTO {
56
category?: PacifistaShopCategoryDTO;
@@ -10,4 +11,5 @@ export class PacifistaShopArticleDTO extends ApiDTO {
1011
tax?: number;
1112
priceWithTax?: number;
1213
commandExecuted?: string;
14+
serverType?: PacifistaServerType;
1315
}

0 commit comments

Comments
 (0)