@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.
@@ -41,10 +41,10 @@ $ tsdown
41
41
  ℹ dist/presentations/index.d.ts  0.69 kB │ gzip: 0.24 kB
42
42
  ℹ dist/progress-store.d.ts  0.69 kB │ gzip: 0.31 kB
43
43
  ℹ dist/api.d.ts  0.56 kB │ gzip: 0.30 kB
44
- ℹ dist/learning-journey-registry.feature.d.ts  0.47 kB │ gzip: 0.26 kB
44
+ ℹ dist/learning-journey-registry.feature.d.ts  0.47 kB │ gzip: 0.25 kB
45
45
  ℹ dist/example.d.ts  0.25 kB │ gzip: 0.17 kB
46
46
  ℹ dist/ui/index.d.ts  0.17 kB │ gzip: 0.09 kB
47
47
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
48
48
  ℹ dist/docs/learning-journey-registry.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
49
49
  ℹ 40 files, total: 62.16 kB
50
- ✔ Build complete in 3192ms
50
+ ✔ Build complete in 3220ms
@@ -48,4 +48,4 @@ $ tsdown
48
48
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
49
49
  ℹ dist/docs/learning-journey-registry.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
50
50
  ℹ 40 files, total: 62.16 kB
51
- ✔ Build complete in 3208ms
51
+ ✔ Build complete in 3188ms
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 _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts3.ExampleSpec;
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 _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts4.FeatureModuleSpec;
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 _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts1 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/presentations/index.d.ts
4
- declare const LearningTrackListPresentation: _contractspec_lib_contracts0.PresentationSpec;
5
- declare const LearningTrackDetailPresentation: _contractspec_lib_contracts0.PresentationSpec;
6
- declare const LearningTrackProgressWidgetPresentation: _contractspec_lib_contracts0.PresentationSpec;
7
- declare const learningJourneyPresentations: _contractspec_lib_contracts0.PresentationSpec[];
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.48.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.48.1",
37
- "@contractspec/example.learning-journey-ambient-coach": "1.48.1",
38
- "@contractspec/example.learning-journey-duo-drills": "1.48.1",
39
- "@contractspec/example.learning-journey-crm-onboarding": "1.48.1",
40
- "@contractspec/example.learning-journey-platform-tour": "1.48.1",
41
- "@contractspec/example.learning-journey-quest-challenges": "1.48.1",
42
- "@contractspec/example.learning-journey-studio-onboarding": "1.48.1",
43
- "@contractspec/example.learning-journey-ui-shared": "1.48.1",
44
- "@contractspec/example.learning-journey-ui-gamified": "1.48.1",
45
- "@contractspec/example.learning-journey-ui-onboarding": "1.48.1",
46
- "@contractspec/example.learning-journey-ui-coaching": "1.48.1",
47
- "@contractspec/module.learning-journey": "1.48.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.48.0",
52
- "@contractspec/tool.typescript": "1.48.0",
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"