@contractspec/example.learning-journey-registry 1.48.1 → 1.49.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/.turbo/turbo-build$colon$bundle.log +2 -2
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +22 -0
- package/dist/example.d.ts +2 -2
- package/dist/learning-journey-registry.feature.d.ts +2 -2
- package/dist/presentations/index.d.ts +5 -5
- package/package.json +15 -15
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -41,10 +41,10 @@ $ tsdown
|
|
|
41
41
|
[34mℹ[39m [2mdist/[22m[32m[1mpresentations/index.d.ts[22m[39m [2m 0.69 kB[22m [2m│ gzip: 0.24 kB[22m
|
|
42
42
|
[34mℹ[39m [2mdist/[22m[32m[1mprogress-store.d.ts[22m[39m [2m 0.69 kB[22m [2m│ gzip: 0.31 kB[22m
|
|
43
43
|
[34mℹ[39m [2mdist/[22m[32m[1mapi.d.ts[22m[39m [2m 0.56 kB[22m [2m│ gzip: 0.30 kB[22m
|
|
44
|
-
[34mℹ[39m [2mdist/[22m[32m[1mlearning-journey-registry.feature.d.ts[22m[39m [2m 0.47 kB[22m [2m│ gzip: 0.
|
|
44
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlearning-journey-registry.feature.d.ts[22m[39m [2m 0.47 kB[22m [2m│ gzip: 0.25 kB[22m
|
|
45
45
|
[34mℹ[39m [2mdist/[22m[32m[1mexample.d.ts[22m[39m [2m 0.25 kB[22m [2m│ gzip: 0.17 kB[22m
|
|
46
46
|
[34mℹ[39m [2mdist/[22m[32m[1mui/index.d.ts[22m[39m [2m 0.17 kB[22m [2m│ gzip: 0.09 kB[22m
|
|
47
47
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m 0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
48
48
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/learning-journey-registry.docblock.d.ts[22m[39m [2m 0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
49
49
|
[34mℹ[39m 40 files, total: 62.16 kB
|
|
50
|
-
[32m✔[39m Build complete in [
|
|
50
|
+
[32m✔[39m Build complete in [32m3220ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -48,4 +48,4 @@ $ tsdown
|
|
|
48
48
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m 0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
49
49
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/learning-journey-registry.docblock.d.ts[22m[39m [2m 0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
50
50
|
[34mℹ[39m 40 files, total: 62.16 kB
|
|
51
|
-
[32m✔[39m Build complete in [
|
|
51
|
+
[32m✔[39m Build complete in [32m3188ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-registry
|
|
2
2
|
|
|
3
|
+
## 1.49.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- cafd041: fix: impact report comments within github action
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [cafd041]
|
|
12
|
+
- @contractspec/example.learning-journey-studio-onboarding@1.49.0
|
|
13
|
+
- @contractspec/example.learning-journey-quest-challenges@1.49.0
|
|
14
|
+
- @contractspec/example.learning-journey-crm-onboarding@1.49.0
|
|
15
|
+
- @contractspec/example.learning-journey-ambient-coach@1.49.0
|
|
16
|
+
- @contractspec/example.learning-journey-platform-tour@1.49.0
|
|
17
|
+
- @contractspec/example.learning-journey-ui-onboarding@1.49.0
|
|
18
|
+
- @contractspec/example.learning-journey-ui-coaching@1.49.0
|
|
19
|
+
- @contractspec/example.learning-journey-ui-gamified@1.49.0
|
|
20
|
+
- @contractspec/example.learning-journey-duo-drills@1.49.0
|
|
21
|
+
- @contractspec/example.learning-journey-ui-shared@1.49.0
|
|
22
|
+
- @contractspec/module.learning-journey@1.49.0
|
|
23
|
+
- @contractspec/lib.contracts@1.49.0
|
|
24
|
+
|
|
3
25
|
## 1.48.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/example.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/example.d.ts
|
|
4
|
-
declare const example:
|
|
4
|
+
declare const example: _contractspec_lib_contracts0.ExampleSpec;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { example as default };
|
|
7
7
|
//# sourceMappingURL=example.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/learning-journey-registry.feature.d.ts
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
|
|
|
6
6
|
* Learning Journey Registry feature module that bundles
|
|
7
7
|
* the shared presentations for learning journey tracks.
|
|
8
8
|
*/
|
|
9
|
-
declare const LearningJourneyRegistryFeature:
|
|
9
|
+
declare const LearningJourneyRegistryFeature: _contractspec_lib_contracts0.FeatureModuleSpec;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { LearningJourneyRegistryFeature };
|
|
12
12
|
//# sourceMappingURL=learning-journey-registry.feature.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts1 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/presentations/index.d.ts
|
|
4
|
-
declare const LearningTrackListPresentation:
|
|
5
|
-
declare const LearningTrackDetailPresentation:
|
|
6
|
-
declare const LearningTrackProgressWidgetPresentation:
|
|
7
|
-
declare const learningJourneyPresentations:
|
|
4
|
+
declare const LearningTrackListPresentation: _contractspec_lib_contracts1.PresentationSpec;
|
|
5
|
+
declare const LearningTrackDetailPresentation: _contractspec_lib_contracts1.PresentationSpec;
|
|
6
|
+
declare const LearningTrackProgressWidgetPresentation: _contractspec_lib_contracts1.PresentationSpec;
|
|
7
|
+
declare const learningJourneyPresentations: _contractspec_lib_contracts1.PresentationSpec[];
|
|
8
8
|
//#endregion
|
|
9
9
|
export { LearningTrackDetailPresentation, LearningTrackListPresentation, LearningTrackProgressWidgetPresentation, learningJourneyPresentations };
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-registry",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.49.0",
|
|
4
4
|
"description": "Registry that aggregates learning journey example tracks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -33,23 +33,23 @@
|
|
|
33
33
|
"lint:check": "eslint src"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@contractspec/lib.contracts": "1.
|
|
37
|
-
"@contractspec/example.learning-journey-ambient-coach": "1.
|
|
38
|
-
"@contractspec/example.learning-journey-duo-drills": "1.
|
|
39
|
-
"@contractspec/example.learning-journey-crm-onboarding": "1.
|
|
40
|
-
"@contractspec/example.learning-journey-platform-tour": "1.
|
|
41
|
-
"@contractspec/example.learning-journey-quest-challenges": "1.
|
|
42
|
-
"@contractspec/example.learning-journey-studio-onboarding": "1.
|
|
43
|
-
"@contractspec/example.learning-journey-ui-shared": "1.
|
|
44
|
-
"@contractspec/example.learning-journey-ui-gamified": "1.
|
|
45
|
-
"@contractspec/example.learning-journey-ui-onboarding": "1.
|
|
46
|
-
"@contractspec/example.learning-journey-ui-coaching": "1.
|
|
47
|
-
"@contractspec/module.learning-journey": "1.
|
|
36
|
+
"@contractspec/lib.contracts": "1.49.0",
|
|
37
|
+
"@contractspec/example.learning-journey-ambient-coach": "1.49.0",
|
|
38
|
+
"@contractspec/example.learning-journey-duo-drills": "1.49.0",
|
|
39
|
+
"@contractspec/example.learning-journey-crm-onboarding": "1.49.0",
|
|
40
|
+
"@contractspec/example.learning-journey-platform-tour": "1.49.0",
|
|
41
|
+
"@contractspec/example.learning-journey-quest-challenges": "1.49.0",
|
|
42
|
+
"@contractspec/example.learning-journey-studio-onboarding": "1.49.0",
|
|
43
|
+
"@contractspec/example.learning-journey-ui-shared": "1.49.0",
|
|
44
|
+
"@contractspec/example.learning-journey-ui-gamified": "1.49.0",
|
|
45
|
+
"@contractspec/example.learning-journey-ui-onboarding": "1.49.0",
|
|
46
|
+
"@contractspec/example.learning-journey-ui-coaching": "1.49.0",
|
|
47
|
+
"@contractspec/module.learning-journey": "1.49.0",
|
|
48
48
|
"react": "19.2.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@contractspec/tool.tsdown": "1.
|
|
52
|
-
"@contractspec/tool.typescript": "1.
|
|
51
|
+
"@contractspec/tool.tsdown": "1.49.0",
|
|
52
|
+
"@contractspec/tool.typescript": "1.49.0",
|
|
53
53
|
"@types/react": "^19.2.8",
|
|
54
54
|
"tsdown": "^0.19.0",
|
|
55
55
|
"typescript": "^5.9.3"
|