@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.
@@ -42,4 +42,4 @@ $ tsdown
42
42
  ℹ dist/docs/crm-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
43
43
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
44
44
  ℹ 35 files, total: 51.99 kB
45
- ✔ Build complete in 10307ms
45
+ ✔ Build complete in 10133ms
@@ -43,4 +43,4 @@ $ tsdown
43
43
  ℹ dist/docs/crm-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
44
44
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
45
45
  ℹ 35 files, total: 51.99 kB
46
- ✔ Build complete in 3878ms
46
+ ✔ Build complete in 4064ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @contractspec/example.learning-journey-crm-onboarding
2
2
 
3
- ## 0.0.0-canary-20260113173657
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-20260113173657
23
- - @contractspec/example.crm-pipeline@0.0.0-canary-20260113173657
24
- - @contractspec/lib.contracts@0.0.0-canary-20260113173657
25
- - @contractspec/lib.schema@0.0.0-canary-20260113173657
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 _contractspec_lib_contracts8 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_contracts8.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,9 +1,9 @@
1
- import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts6 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/presentations/index.d.ts
4
- declare const CrmOnboardingTrackPresentation: _contractspec_lib_contracts5.PresentationSpec;
5
- declare const CrmOnboardingWidgetPresentation: _contractspec_lib_contracts5.PresentationSpec;
6
- declare const crmOnboardingPresentations: _contractspec_lib_contracts5.PresentationSpec[];
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 _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts0.TestSpec;
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-20260113173657",
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-20260113173657",
34
- "@contractspec/lib.schema": "0.0.0-canary-20260113173657",
35
- "@contractspec/module.learning-journey": "0.0.0-canary-20260113173657",
36
- "@contractspec/example.crm-pipeline": "0.0.0-canary-20260113173657"
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-20260113173657",
40
- "@contractspec/tool.typescript": "0.0.0-canary-20260113173657",
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
  },