@contractspec/example.learning-journey-platform-tour 0.0.0-canary-20260119224015 → 0.0.0-canary-20260119224949

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.
@@ -42,4 +42,4 @@ $ tsdown
42
42
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
43
43
  ℹ dist/docs/platform-tour.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
44
44
  ℹ 35 files, total: 53.41 kB
45
- ✔ Build complete in 24711ms
45
+ ✔ Build complete in 20699ms
@@ -43,4 +43,4 @@ $ tsdown
43
43
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
44
44
  ℹ dist/docs/platform-tour.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
45
45
  ℹ 35 files, total: 53.41 kB
46
- ✔ Build complete in 28719ms
46
+ ✔ Build complete in 22820ms
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @contractspec/example.learning-journey-platform-tour
2
2
 
3
- ## 0.0.0-canary-20260119224015
3
+ ## 0.0.0-canary-20260119224949
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [c560ee7]
8
- - @contractspec/lib.contracts@0.0.0-canary-20260119224015
9
- - @contractspec/module.learning-journey@0.0.0-canary-20260119224015
8
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224949
9
+ - @contractspec/module.learning-journey@0.0.0-canary-20260119224949
10
10
 
11
11
  ## 1.48.0
12
12
 
package/dist/example.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts0.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts8.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_contracts1 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/learning-journey-platform-tour.feature.d.ts
4
4
 
@@ -6,7 +6,7 @@ import * as _contractspec_lib_contracts1 from "@contractspec/lib.contracts";
6
6
  * Learning Journey Platform Tour feature module that bundles
7
7
  * platform-specific tour track operations and presentations.
8
8
  */
9
- declare const LearningJourneyPlatformTourFeature: _contractspec_lib_contracts1.FeatureModuleSpec;
9
+ declare const LearningJourneyPlatformTourFeature: _contractspec_lib_contracts0.FeatureModuleSpec;
10
10
  //#endregion
11
11
  export { LearningJourneyPlatformTourFeature };
12
12
  //# sourceMappingURL=learning-journey-platform-tour.feature.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as _contractspec_lib_contracts2 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts1 from "@contractspec/lib.contracts";
2
2
  import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
3
3
  import * as _contractspec_module_learning_journey_track_spec0 from "@contractspec/module.learning-journey/track-spec";
4
4
 
@@ -71,7 +71,7 @@ declare const PlatformTourTrackModel: _contractspec_lib_schema0.SchemaModel<{
71
71
  isOptional: false;
72
72
  };
73
73
  }>;
74
- declare const GetPlatformTourTrack: _contractspec_lib_contracts2.OperationSpec<_contractspec_lib_schema0.SchemaModel<{}>, _contractspec_lib_schema0.SchemaModel<{
74
+ declare const GetPlatformTourTrack: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{}>, _contractspec_lib_schema0.SchemaModel<{
75
75
  track: {
76
76
  type: _contractspec_lib_schema0.SchemaModel<{
77
77
  id: {
@@ -144,7 +144,7 @@ declare const GetPlatformTourTrack: _contractspec_lib_contracts2.OperationSpec<_
144
144
  isOptional: false;
145
145
  };
146
146
  }>, undefined>;
147
- declare const RecordPlatformTourEvent: _contractspec_lib_contracts2.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
147
+ declare const RecordPlatformTourEvent: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
148
148
  learnerId: {
149
149
  type: _contractspec_lib_schema0.FieldType<string, string>;
150
150
  isOptional: false;
@@ -168,7 +168,7 @@ declare const RecordPlatformTourEvent: _contractspec_lib_contracts2.OperationSpe
168
168
  };
169
169
  }>, undefined>;
170
170
  declare const platformTourContracts: {
171
- GetPlatformTourTrack: _contractspec_lib_contracts2.OperationSpec<_contractspec_lib_schema0.SchemaModel<{}>, _contractspec_lib_schema0.SchemaModel<{
171
+ GetPlatformTourTrack: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{}>, _contractspec_lib_schema0.SchemaModel<{
172
172
  track: {
173
173
  type: _contractspec_lib_schema0.SchemaModel<{
174
174
  id: {
@@ -241,7 +241,7 @@ declare const platformTourContracts: {
241
241
  isOptional: false;
242
242
  };
243
243
  }>, undefined>;
244
- RecordPlatformTourEvent: _contractspec_lib_contracts2.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
244
+ RecordPlatformTourEvent: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
245
245
  learnerId: {
246
246
  type: _contractspec_lib_schema0.FieldType<string, string>;
247
247
  isOptional: false;
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts6 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/presentations/index.d.ts
4
- declare const PlatformTourTrackPresentation: _contractspec_lib_contracts6.PresentationSpec;
5
- declare const PlatformTourWidgetPresentation: _contractspec_lib_contracts6.PresentationSpec;
6
- declare const platformTourPresentations: _contractspec_lib_contracts6.PresentationSpec[];
4
+ declare const PlatformTourTrackPresentation: _contractspec_lib_contracts5.PresentationSpec;
5
+ declare const PlatformTourWidgetPresentation: _contractspec_lib_contracts5.PresentationSpec;
6
+ declare const platformTourPresentations: _contractspec_lib_contracts5.PresentationSpec[];
7
7
  //#endregion
8
8
  export { PlatformTourTrackPresentation, PlatformTourWidgetPresentation, platformTourPresentations };
9
9
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-platform-tour",
3
- "version": "0.0.0-canary-20260119224015",
3
+ "version": "0.0.0-canary-20260119224949",
4
4
  "description": "Learning journey track covering ContractSpec platform primitives.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -30,9 +30,9 @@
30
30
  "lint:check": "eslint src"
31
31
  },
32
32
  "dependencies": {
33
- "@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
33
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224949",
34
34
  "@contractspec/lib.schema": "1.48.0",
35
- "@contractspec/module.learning-journey": "0.0.0-canary-20260119224015"
35
+ "@contractspec/module.learning-journey": "0.0.0-canary-20260119224949"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@contractspec/tool.tsdown": "1.48.0",