@contractspec/example.learning-journey-studio-onboarding 1.47.0 → 1.48.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.
|
@@ -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/studio-onboarding.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
44
44
|
[34mℹ[39m 35 files, total: 53.11 kB
|
|
45
|
-
[32m✔[39m Build complete in [
|
|
45
|
+
[32m✔[39m Build complete in [32m22713ms[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/studio-onboarding.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
45
45
|
[34mℹ[39m 35 files, total: 53.11 kB
|
|
46
|
-
[32m✔[39m Build complete in [
|
|
46
|
+
[32m✔[39m Build complete in [32m26086ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-studio-onboarding
|
|
2
2
|
|
|
3
|
+
## 1.48.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b0444a4]
|
|
12
|
+
- @contractspec/module.learning-journey@1.48.0
|
|
13
|
+
- @contractspec/lib.contracts@1.48.0
|
|
14
|
+
- @contractspec/lib.schema@1.48.0
|
|
15
|
+
|
|
3
16
|
## 1.47.0
|
|
4
17
|
|
|
5
18
|
### Minor 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_contracts1 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/learning-journey-studio-onboarding.feature.d.ts
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
|
6
6
|
* Learning Journey Studio Onboarding feature module that bundles
|
|
7
7
|
* Studio-specific onboarding track operations and presentations.
|
|
8
8
|
*/
|
|
9
|
-
declare const LearningJourneyStudioOnboardingFeature:
|
|
9
|
+
declare const LearningJourneyStudioOnboardingFeature: _contractspec_lib_contracts1.FeatureModuleSpec;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { LearningJourneyStudioOnboardingFeature };
|
|
12
12
|
//# sourceMappingURL=learning-journey-studio-onboarding.feature.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-studio-onboarding",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.48.0",
|
|
4
4
|
"description": "Learning journey track for first 30 minutes in ContractSpec Studio.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"lint:check": "eslint src"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@contractspec/lib.contracts": "1.
|
|
34
|
-
"@contractspec/lib.schema": "1.
|
|
35
|
-
"@contractspec/module.learning-journey": "1.
|
|
33
|
+
"@contractspec/lib.contracts": "1.48.0",
|
|
34
|
+
"@contractspec/lib.schema": "1.48.0",
|
|
35
|
+
"@contractspec/module.learning-journey": "1.48.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@contractspec/tool.tsdown": "1.
|
|
39
|
-
"@contractspec/tool.typescript": "1.
|
|
38
|
+
"@contractspec/tool.tsdown": "1.48.0",
|
|
39
|
+
"@contractspec/tool.typescript": "1.48.0",
|
|
40
40
|
"tsdown": "^0.19.0",
|
|
41
41
|
"typescript": "^5.9.3"
|
|
42
42
|
},
|