@lilaquadrat/interfaces 1.28.0 → 1.29.0
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/CHANGELOG.md +14 -0
- package/lib/cjs/CompareElement.d.ts +1 -1
- package/lib/cjs/LoggingEntry.d.ts +5 -0
- package/lib/cjs/MulterFile.d.ts +0 -2
- package/lib/cjs/Project.d.ts +3 -2
- package/lib/cjs/ShareClient.d.ts +0 -1
- package/lib/cjs/index.d.ts +1 -0
- package/lib/esm/CompareElement.d.ts +1 -1
- package/lib/esm/LoggingEntry.d.ts +5 -0
- package/lib/esm/LoggingEntry.js +2 -0
- package/lib/esm/LoggingEntry.js.map +1 -0
- package/lib/esm/MulterFile.d.ts +0 -2
- package/lib/esm/Project.d.ts +3 -2
- package/lib/esm/ShareClient.d.ts +0 -1
- package/lib/esm/index.d.ts +1 -0
- package/package.json +2 -3
- package/src/CompareElement.ts +1 -1
- package/src/LoggingEntry.ts +5 -0
- package/src/Project.ts +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.29.0](https://github.com/lilaquadrat/interfaces/compare/v1.28.1...v1.29.0) (2025-06-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **loggingentry, project:** updated project for features and ai. added loggingentry ([155c2eb](https://github.com/lilaquadrat/interfaces/commit/155c2eb5f61577cc40450b869bd98813b3fcd8c9))
|
|
11
|
+
|
|
12
|
+
### [1.28.1](https://github.com/lilaquadrat/interfaces/compare/v1.28.0...v1.28.1) (2025-04-30)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **CompareElement:** update elements type to support nested string arrays ([75d480a](https://github.com/lilaquadrat/interfaces/commit/75d480a9675ab021a115533ece3b9d46abfe0033))
|
|
18
|
+
|
|
5
19
|
## [1.28.0](https://github.com/lilaquadrat/interfaces/compare/v1.27.0...v1.28.0) (2025-04-26)
|
|
6
20
|
|
|
7
21
|
|
package/lib/cjs/MulterFile.d.ts
CHANGED
package/lib/cjs/Project.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { Auth0ProjectSettings } from "./Auth0ProjectSettings";
|
|
2
|
-
import { ShopifyProjectSettings } from "./ShopifyProjectSettings";
|
|
3
2
|
export interface Project {
|
|
4
3
|
name: string;
|
|
5
4
|
description?: string;
|
|
5
|
+
aiDescription?: string;
|
|
6
|
+
aiTone?: string;
|
|
6
7
|
license?: string;
|
|
7
8
|
company: string;
|
|
8
9
|
tags?: string[];
|
|
9
10
|
apps?: string[];
|
|
11
|
+
features?: string[];
|
|
10
12
|
auth0?: Auth0ProjectSettings;
|
|
11
|
-
shopify?: ShopifyProjectSettings;
|
|
12
13
|
}
|
package/lib/cjs/ShareClient.d.ts
CHANGED
package/lib/cjs/index.d.ts
CHANGED
|
@@ -121,6 +121,7 @@ export * from './ListParticipantsDetails';
|
|
|
121
121
|
export * from './ListString';
|
|
122
122
|
export * from './Location';
|
|
123
123
|
export * from './LocationModule';
|
|
124
|
+
export * from './LoggingEntry';
|
|
124
125
|
export * from './MailFrom';
|
|
125
126
|
export * from './Me';
|
|
126
127
|
export * from './MePermissions';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoggingEntry.js","sourceRoot":"","sources":["../../src/LoggingEntry.ts"],"names":[],"mappings":""}
|
package/lib/esm/MulterFile.d.ts
CHANGED
package/lib/esm/Project.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { Auth0ProjectSettings } from "./Auth0ProjectSettings";
|
|
2
|
-
import { ShopifyProjectSettings } from "./ShopifyProjectSettings";
|
|
3
2
|
export interface Project {
|
|
4
3
|
name: string;
|
|
5
4
|
description?: string;
|
|
5
|
+
aiDescription?: string;
|
|
6
|
+
aiTone?: string;
|
|
6
7
|
license?: string;
|
|
7
8
|
company: string;
|
|
8
9
|
tags?: string[];
|
|
9
10
|
apps?: string[];
|
|
11
|
+
features?: string[];
|
|
10
12
|
auth0?: Auth0ProjectSettings;
|
|
11
|
-
shopify?: ShopifyProjectSettings;
|
|
12
13
|
}
|
package/lib/esm/ShareClient.d.ts
CHANGED
package/lib/esm/index.d.ts
CHANGED
|
@@ -121,6 +121,7 @@ export * from './ListParticipantsDetails';
|
|
|
121
121
|
export * from './ListString';
|
|
122
122
|
export * from './Location';
|
|
123
123
|
export * from './LocationModule';
|
|
124
|
+
export * from './LoggingEntry';
|
|
124
125
|
export * from './MailFrom';
|
|
125
126
|
export * from './Me';
|
|
126
127
|
export * from './MePermissions';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lilaquadrat/interfaces",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"description": "interfaces in context of lilaquadrat STUDIO",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "m.schuebel@lila2.de",
|
|
@@ -38,6 +38,5 @@
|
|
|
38
38
|
"commitizen": {
|
|
39
39
|
"path": "./node_modules/cz-conventional-changelog"
|
|
40
40
|
}
|
|
41
|
-
}
|
|
42
|
-
"packageManager": "yarn@1.22.22"
|
|
41
|
+
}
|
|
43
42
|
}
|
package/src/CompareElement.ts
CHANGED
package/src/Project.ts
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import {Auth0ProjectSettings} from "./Auth0ProjectSettings"
|
|
2
|
-
import {ShopifyProjectSettings} from "./ShopifyProjectSettings"
|
|
3
2
|
|
|
4
3
|
export interface Project {
|
|
5
4
|
|
|
6
5
|
name: string
|
|
7
6
|
description?: string
|
|
7
|
+
aiDescription?: string
|
|
8
|
+
aiTone?: string
|
|
8
9
|
license?: string
|
|
9
10
|
company: string
|
|
10
11
|
tags?: string[]
|
|
11
12
|
apps?: string[]
|
|
12
13
|
|
|
14
|
+
features?: string[]
|
|
15
|
+
|
|
13
16
|
auth0?: Auth0ProjectSettings
|
|
14
|
-
shopify?: ShopifyProjectSettings
|
|
15
17
|
|
|
16
18
|
}
|