@o3r/core 11.2.0-prerelease.2 → 11.2.0-prerelease.21
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/core/interfaces/index.d.ts +1 -0
- package/core/interfaces/index.d.ts.map +1 -1
- package/core/interfaces/item-identifier.d.ts +14 -0
- package/core/interfaces/item-identifier.d.ts.map +1 -0
- package/esm2022/core/interfaces/index.mjs +2 -1
- package/esm2022/core/interfaces/item-identifier.mjs +2 -0
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unique identifier of an item in the extracted metadata
|
|
3
|
+
*/
|
|
4
|
+
export interface ItemIdentifier {
|
|
5
|
+
/**
|
|
6
|
+
* Name of the library where the item is originally from
|
|
7
|
+
*/
|
|
8
|
+
library: string;
|
|
9
|
+
/**
|
|
10
|
+
* Name of the item
|
|
11
|
+
*/
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=item-identifier.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-identifier.d.ts","sourceRoot":"","sources":["../../../src/core/interfaces/item-identifier.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './configuration';
|
|
2
2
|
export * from './context';
|
|
3
|
+
export * from './item-identifier';
|
|
3
4
|
export * from './translation';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvY29yZS9pbnRlcmZhY2VzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxXQUFXLENBQUM7QUFDMUIsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29uZmlndXJhdGlvbic7XG5leHBvcnQgKiBmcm9tICcuL2NvbnRleHQnO1xuZXhwb3J0ICogZnJvbSAnLi9pdGVtLWlkZW50aWZpZXInO1xuZXhwb3J0ICogZnJvbSAnLi90cmFuc2xhdGlvbic7XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXRlbS1pZGVudGlmaWVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvcmUvaW50ZXJmYWNlcy9pdGVtLWlkZW50aWZpZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVW5pcXVlIGlkZW50aWZpZXIgb2YgYW4gaXRlbSBpbiB0aGUgZXh0cmFjdGVkIG1ldGFkYXRhXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgSXRlbUlkZW50aWZpZXIge1xuICAvKipcbiAgICogTmFtZSBvZiB0aGUgbGlicmFyeSB3aGVyZSB0aGUgaXRlbSBpcyBvcmlnaW5hbGx5IGZyb21cbiAgICovXG4gIGxpYnJhcnk6IHN0cmluZztcbiAgLyoqXG4gICAqIE5hbWUgb2YgdGhlIGl0ZW1cbiAgICovXG4gIG5hbWU6IHN0cmluZztcbn1cbiJdfQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/core",
|
|
3
|
-
"version": "11.2.0-prerelease.
|
|
3
|
+
"version": "11.2.0-prerelease.21",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@ngrx/entity": "~18.0.0",
|
|
26
26
|
"@ngrx/store": "~18.0.0",
|
|
27
27
|
"@nx/angular": "~19.5.0",
|
|
28
|
-
"@o3r/telemetry": "^11.2.0-prerelease.
|
|
28
|
+
"@o3r/telemetry": "^11.2.0-prerelease.21",
|
|
29
29
|
"@schematics/angular": "~18.1.0",
|
|
30
30
|
"chokidar": "^3.5.2",
|
|
31
31
|
"globby": "^11.1.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@o3r/schematics": "^11.2.0-prerelease.
|
|
62
|
+
"@o3r/schematics": "^11.2.0-prerelease.21",
|
|
63
63
|
"tslib": "^2.6.2",
|
|
64
64
|
"uuid": "^10.0.0"
|
|
65
65
|
},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@ngrx/router-store": "~18.0.0",
|
|
70
70
|
"@ngrx/effects": "~18.0.0",
|
|
71
71
|
"@ngrx/store-devtools": "~18.0.0",
|
|
72
|
-
"@o3r/store-sync": "^11.2.0-prerelease.
|
|
72
|
+
"@o3r/store-sync": "^11.2.0-prerelease.21",
|
|
73
73
|
"@types/jest": "~29.5.2",
|
|
74
74
|
"nx": "~19.5.0",
|
|
75
75
|
"@typescript-eslint/parser": "^7.14.1",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"@nx/eslint-plugin": "~19.5.0",
|
|
80
80
|
"jsonc-eslint-parser": "~2.4.0",
|
|
81
81
|
"eslint-import-resolver-node": "^0.3.9",
|
|
82
|
-
"eslint-plugin-jest": "~28.
|
|
83
|
-
"eslint-plugin-jsdoc": "~48.
|
|
82
|
+
"eslint-plugin-jest": "~28.8.0",
|
|
83
|
+
"eslint-plugin-jsdoc": "~48.11.0",
|
|
84
84
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
85
85
|
"eslint-plugin-unicorn": "^54.0.0",
|
|
86
86
|
"jest": "~29.7.0",
|