@contractspec/example.learning-journey-platform-tour 0.0.0-canary-20260119224109 → 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.
- package/.turbo/turbo-build$colon$bundle.log +1 -1
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +3 -3
- package/dist/example.d.ts +2 -2
- package/dist/learning-journey-platform-tour.feature.d.ts +2 -2
- package/dist/operations/index.d.ts +5 -5
- package/dist/presentations/index.d.ts +4 -4
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -42,4 +42,4 @@ $ tsdown
|
|
|
42
42
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
43
43
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/platform-tour.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
44
44
|
[34mℹ[39m 35 files, total: 53.41 kB
|
|
45
|
-
[32m✔[39m Build complete in [
|
|
45
|
+
[32m✔[39m Build complete in [32m20699ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -43,4 +43,4 @@ $ tsdown
|
|
|
43
43
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
44
44
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/platform-tour.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
45
45
|
[34mℹ[39m 35 files, total: 53.41 kB
|
|
46
|
-
[32m✔[39m Build complete in [
|
|
46
|
+
[32m✔[39m Build complete in [32m22820ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-platform-tour
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
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-
|
|
9
|
-
- @contractspec/module.learning-journey@0.0.0-canary-
|
|
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
|
|
1
|
+
import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/example.d.ts
|
|
4
|
-
declare const example:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
1
|
+
import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/presentations/index.d.ts
|
|
4
|
-
declare const PlatformTourTrackPresentation:
|
|
5
|
-
declare const PlatformTourWidgetPresentation:
|
|
6
|
-
declare const platformTourPresentations:
|
|
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-
|
|
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-
|
|
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-
|
|
35
|
+
"@contractspec/module.learning-journey": "0.0.0-canary-20260119224949"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@contractspec/tool.tsdown": "1.48.0",
|