@contractspec/example.learning-journey-crm-onboarding 0.0.0-canary-20260113173657 → 0.0.0-canary-20260114030712
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 +5 -5
- package/dist/example.d.ts +2 -2
- package/dist/presentations/index.d.ts +4 -4
- package/dist/tests/operations.test-spec.d.ts +2 -2
- package/package.json +7 -7
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -42,4 +42,4 @@ $ tsdown
|
|
|
42
42
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/crm-onboarding.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
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 35 files, total: 51.99 kB
|
|
45
|
-
[32m✔[39m Build complete in [
|
|
45
|
+
[32m✔[39m Build complete in [32m10133ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -43,4 +43,4 @@ $ tsdown
|
|
|
43
43
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/crm-onboarding.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
44
44
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
45
45
|
[34mℹ[39m 35 files, total: 51.99 kB
|
|
46
|
-
[32m✔[39m Build complete in [
|
|
46
|
+
[32m✔[39m Build complete in [32m4064ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-crm-onboarding
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20260114030712
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
- Updated dependencies [c231a8b]
|
|
20
20
|
- Updated dependencies [42b8d78]
|
|
21
21
|
- Updated dependencies [fd38e85]
|
|
22
|
-
- @contractspec/module.learning-journey@0.0.0-canary-
|
|
23
|
-
- @contractspec/example.crm-pipeline@0.0.0-canary-
|
|
24
|
-
- @contractspec/lib.contracts@0.0.0-canary-
|
|
25
|
-
- @contractspec/lib.schema@0.0.0-canary-
|
|
22
|
+
- @contractspec/module.learning-journey@0.0.0-canary-20260114030712
|
|
23
|
+
- @contractspec/example.crm-pipeline@0.0.0-canary-20260114030712
|
|
24
|
+
- @contractspec/lib.contracts@0.0.0-canary-20260114030712
|
|
25
|
+
- @contractspec/lib.schema@0.0.0-canary-20260114030712
|
|
26
26
|
|
|
27
27
|
## 1.46.2
|
|
28
28
|
|
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,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts6 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/presentations/index.d.ts
|
|
4
|
-
declare const CrmOnboardingTrackPresentation:
|
|
5
|
-
declare const CrmOnboardingWidgetPresentation:
|
|
6
|
-
declare const crmOnboardingPresentations:
|
|
4
|
+
declare const CrmOnboardingTrackPresentation: _contractspec_lib_contracts6.PresentationSpec;
|
|
5
|
+
declare const CrmOnboardingWidgetPresentation: _contractspec_lib_contracts6.PresentationSpec;
|
|
6
|
+
declare const crmOnboardingPresentations: _contractspec_lib_contracts6.PresentationSpec[];
|
|
7
7
|
//#endregion
|
|
8
8
|
export { CrmOnboardingTrackPresentation, CrmOnboardingWidgetPresentation, crmOnboardingPresentations };
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/tests/operations.test-spec.d.ts
|
|
4
|
-
declare const GetTrackTest:
|
|
4
|
+
declare const GetTrackTest: _contractspec_lib_contracts5.TestSpec;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { GetTrackTest };
|
|
7
7
|
//# sourceMappingURL=operations.test-spec.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-crm-onboarding",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260114030712",
|
|
4
4
|
"description": "Learning journey track that onboards users to the CRM pipeline example.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"lint:check": "eslint src"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@contractspec/lib.contracts": "0.0.0-canary-
|
|
34
|
-
"@contractspec/lib.schema": "0.0.0-canary-
|
|
35
|
-
"@contractspec/module.learning-journey": "0.0.0-canary-
|
|
36
|
-
"@contractspec/example.crm-pipeline": "0.0.0-canary-
|
|
33
|
+
"@contractspec/lib.contracts": "0.0.0-canary-20260114030712",
|
|
34
|
+
"@contractspec/lib.schema": "0.0.0-canary-20260114030712",
|
|
35
|
+
"@contractspec/module.learning-journey": "0.0.0-canary-20260114030712",
|
|
36
|
+
"@contractspec/example.crm-pipeline": "0.0.0-canary-20260114030712"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@contractspec/tool.tsdown": "0.0.0-canary-
|
|
40
|
-
"@contractspec/tool.typescript": "0.0.0-canary-
|
|
39
|
+
"@contractspec/tool.tsdown": "0.0.0-canary-20260114030712",
|
|
40
|
+
"@contractspec/tool.typescript": "0.0.0-canary-20260114030712",
|
|
41
41
|
"tsdown": "^0.19.0",
|
|
42
42
|
"typescript": "^5.9.3"
|
|
43
43
|
},
|