@contractspec/example.learning-journey-crm-onboarding 1.54.0 → 1.56.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
  ℹ 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: 52.00 kB
45
- ✔ Build complete in 7128ms
45
+ ✔ Build complete in 8671ms
@@ -1,46 +1,48 @@
1
- $ bun build:types && bun build:bundle
2
- $ tsc --noEmit
3
- $ tsdown
4
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
- ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-crm-onboarding/tsdown.config.js
6
- ℹ entry: src/example.ts, src/index.ts, src/learning-journey-crm-onboarding.feature.ts, src/track.ts, src/docs/crm-onboarding.docblock.ts, src/docs/index.ts, src/handlers/demo.handlers.ts, src/operations/index.ts, src/presentations/index.ts, src/tests/operations.test-spec.ts
7
- ℹ target: esnext
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ dist/operations/index.js 4.24 kB │ gzip: 1.08 kB
11
- ℹ dist/track.js 2.54 kB │ gzip: 0.81 kB
12
- ℹ dist/learning-journey-crm-onboarding.feature.js 1.80 kB │ gzip: 0.63 kB
13
- ℹ dist/docs/crm-onboarding.docblock.js 1.48 kB │ gzip: 0.75 kB
14
- ℹ dist/presentations/index.js 1.46 kB │ gzip: 0.57 kB
15
- ℹ dist/index.js 1.01 kB │ gzip: 0.30 kB
16
- ℹ dist/example.js 0.99 kB │ gzip: 0.54 kB
17
- ℹ dist/tests/operations.test-spec.js 0.90 kB │ gzip: 0.42 kB
18
- ℹ dist/handlers/demo.handlers.js 0.77 kB │ gzip: 0.39 kB
19
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
20
- ℹ dist/operations/index.js.map 6.32 kB │ gzip: 1.60 kB
21
- ℹ dist/track.js.map 4.06 kB │ gzip: 1.12 kB
22
- ℹ dist/learning-journey-crm-onboarding.feature.js.map 2.85 kB │ gzip: 1.04 kB
23
- ℹ dist/presentations/index.js.map 2.15 kB │ gzip: 0.86 kB
24
- ℹ dist/docs/crm-onboarding.docblock.js.map 1.92 kB │ gzip: 0.92 kB
25
- ℹ dist/handlers/demo.handlers.js.map 1.59 kB │ gzip: 0.69 kB
26
- ℹ dist/tests/operations.test-spec.js.map 1.45 kB │ gzip: 0.62 kB
27
- ℹ dist/example.js.map 1.42 kB │ gzip: 0.73 kB
28
- ℹ dist/operations/index.d.ts.map 0.84 kB │ gzip: 0.32 kB
29
- ℹ dist/handlers/demo.handlers.d.ts.map 0.66 kB │ gzip: 0.35 kB
30
- ℹ dist/learning-journey-crm-onboarding.feature.d.ts.map 0.21 kB │ gzip: 0.16 kB
31
- ℹ dist/presentations/index.d.ts.map 0.21 kB │ gzip: 0.17 kB
32
- ℹ dist/tests/operations.test-spec.d.ts.map 0.17 kB │ gzip: 0.14 kB
33
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
34
- ℹ dist/track.d.ts.map 0.14 kB │ gzip: 0.13 kB
35
- ℹ dist/operations/index.d.ts 8.80 kB │ gzip: 0.93 kB
36
- ℹ dist/index.d.ts 0.97 kB │ gzip: 0.29 kB
37
- ℹ dist/handlers/demo.handlers.d.ts 0.95 kB │ gzip: 0.40 kB
38
- ℹ dist/presentations/index.d.ts 0.55 kB │ gzip: 0.22 kB
39
- ℹ dist/learning-journey-crm-onboarding.feature.d.ts 0.50 kB │ gzip: 0.27 kB
40
- ℹ dist/track.d.ts 0.33 kB │ gzip: 0.20 kB
41
- ℹ dist/tests/operations.test-spec.d.ts 0.28 kB │ gzip: 0.18 kB
42
- ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
43
- ℹ dist/docs/crm-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
44
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
45
- ℹ 35 files, total: 52.00 kB
46
- ✔ Build complete in 4243ms
1
+
2
+ $ bun build:types && bun build:bundle
3
+ $ tsc --noEmit
4
+ $ tsdown
5
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
+ ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/learning-journey-crm-onboarding/tsdown.config.js (unrun)
7
+ ℹ entry: src/example.ts, src/index.ts, src/learning-journey-crm-onboarding.feature.ts, src/track.ts, src/docs/crm-onboarding.docblock.ts, src/docs/index.ts, src/handlers/demo.handlers.ts, src/operations/index.ts, src/presentations/index.ts, src/tests/operations.test-spec.ts
8
+ ℹ target: esnext
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ Cleaning 40 files
12
+ ℹ dist/operations/index.js 4.24 kB │ gzip: 1.08 kB
13
+ ℹ dist/track.js 2.54 kB │ gzip: 0.81 kB
14
+ ℹ dist/learning-journey-crm-onboarding.feature.js 1.80 kB │ gzip: 0.63 kB
15
+ ℹ dist/docs/crm-onboarding.docblock.js 1.48 kB │ gzip: 0.75 kB
16
+ ℹ dist/presentations/index.js 1.46 kB │ gzip: 0.57 kB
17
+ ℹ dist/index.js 1.01 kB │ gzip: 0.30 kB
18
+ ℹ dist/example.js 0.99 kB │ gzip: 0.54 kB
19
+ ℹ dist/tests/operations.test-spec.js 0.90 kB │ gzip: 0.42 kB
20
+ ℹ dist/handlers/demo.handlers.js 0.77 kB │ gzip: 0.39 kB
21
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
22
+ ℹ dist/operations/index.js.map 6.32 kB │ gzip: 1.60 kB
23
+ ℹ dist/track.js.map 4.06 kB │ gzip: 1.12 kB
24
+ ℹ dist/learning-journey-crm-onboarding.feature.js.map 2.85 kB │ gzip: 1.04 kB
25
+ ℹ dist/presentations/index.js.map 2.15 kB │ gzip: 0.86 kB
26
+ ℹ dist/docs/crm-onboarding.docblock.js.map 1.92 kB │ gzip: 0.92 kB
27
+ ℹ dist/handlers/demo.handlers.js.map 1.59 kB │ gzip: 0.69 kB
28
+ ℹ dist/tests/operations.test-spec.js.map 1.45 kB │ gzip: 0.62 kB
29
+ ℹ dist/example.js.map 1.42 kB │ gzip: 0.73 kB
30
+ ℹ dist/operations/index.d.ts.map 0.84 kB │ gzip: 0.32 kB
31
+ ℹ dist/handlers/demo.handlers.d.ts.map 0.66 kB │ gzip: 0.35 kB
32
+ ℹ dist/learning-journey-crm-onboarding.feature.d.ts.map 0.21 kB │ gzip: 0.16 kB
33
+ ℹ dist/presentations/index.d.ts.map 0.21 kB │ gzip: 0.17 kB
34
+ ℹ dist/tests/operations.test-spec.d.ts.map 0.17 kB │ gzip: 0.14 kB
35
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
36
+ ℹ dist/track.d.ts.map 0.14 kB │ gzip: 0.13 kB
37
+ ℹ dist/operations/index.d.ts 8.80 kB │ gzip: 0.93 kB
38
+ ℹ dist/index.d.ts 0.97 kB │ gzip: 0.29 kB
39
+ ℹ dist/handlers/demo.handlers.d.ts 0.95 kB │ gzip: 0.40 kB
40
+ ℹ dist/presentations/index.d.ts 0.55 kB │ gzip: 0.22 kB
41
+ ℹ dist/learning-journey-crm-onboarding.feature.d.ts 0.50 kB │ gzip: 0.27 kB
42
+ ℹ dist/track.d.ts 0.33 kB │ gzip: 0.20 kB
43
+ ℹ dist/tests/operations.test-spec.d.ts 0.28 kB │ gzip: 0.18 kB
44
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
45
+ ℹ dist/docs/crm-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
46
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
47
+ ℹ 35 files, total: 52.00 kB
48
+ ✔ Build complete in 1957ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @contractspec/example.learning-journey-crm-onboarding
2
2
 
3
+ ## 1.56.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/module.learning-journey@1.56.0
13
+ - @contractspec/example.crm-pipeline@1.56.0
14
+ - @contractspec/lib.contracts@1.56.0
15
+ - @contractspec/lib.schema@1.56.0
16
+
17
+ ## 1.55.0
18
+
19
+ ### Minor Changes
20
+
21
+ - fix: unpublished packages
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @contractspec/module.learning-journey@1.55.0
27
+ - @contractspec/example.crm-pipeline@1.55.0
28
+ - @contractspec/lib.contracts@1.55.0
29
+ - @contractspec/lib.schema@1.55.0
30
+
3
31
  ## 1.54.0
4
32
 
5
33
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts2 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 CrmOnboardingTrackModel: _contractspec_lib_schema0.SchemaModel<{
71
71
  isOptional: false;
72
72
  };
73
73
  }>;
74
- declare const GetCrmOnboardingTrack: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema0.SchemaModel<{}>, _contractspec_lib_schema0.SchemaModel<{
74
+ declare const GetCrmOnboardingTrack: _contractspec_lib_contracts2.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 GetCrmOnboardingTrack: _contractspec_lib_contracts5.OperationSpec<
144
144
  isOptional: false;
145
145
  };
146
146
  }>, undefined>;
147
- declare const RecordCrmOnboardingEvent: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
147
+ declare const RecordCrmOnboardingEvent: _contractspec_lib_contracts2.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 RecordCrmOnboardingEvent: _contractspec_lib_contracts5.OperationSp
168
168
  };
169
169
  }>, undefined>;
170
170
  declare const crmOnboardingContracts: {
171
- GetCrmOnboardingTrack: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema0.SchemaModel<{}>, _contractspec_lib_schema0.SchemaModel<{
171
+ GetCrmOnboardingTrack: _contractspec_lib_contracts2.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 crmOnboardingContracts: {
241
241
  isOptional: false;
242
242
  };
243
243
  }>, undefined>;
244
- RecordCrmOnboardingEvent: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
244
+ RecordCrmOnboardingEvent: _contractspec_lib_contracts2.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_contracts2 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_contracts2.PresentationSpec;
5
- declare const CrmOnboardingWidgetPresentation: _contractspec_lib_contracts2.PresentationSpec;
6
- declare const crmOnboardingPresentations: _contractspec_lib_contracts2.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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-crm-onboarding",
3
- "version": "1.54.0",
3
+ "version": "1.56.0",
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": "1.54.0",
34
- "@contractspec/lib.schema": "1.54.0",
35
- "@contractspec/module.learning-journey": "1.54.0",
36
- "@contractspec/example.crm-pipeline": "1.54.0"
33
+ "@contractspec/lib.contracts": "1.56.0",
34
+ "@contractspec/lib.schema": "1.56.0",
35
+ "@contractspec/module.learning-journey": "1.56.0",
36
+ "@contractspec/example.crm-pipeline": "1.56.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@contractspec/tool.tsdown": "1.54.0",
40
- "@contractspec/tool.typescript": "1.54.0",
39
+ "@contractspec/tool.tsdown": "1.56.0",
40
+ "@contractspec/tool.typescript": "1.56.0",
41
41
  "tsdown": "^0.19.0",
42
42
  "typescript": "^5.9.3"
43
43
  },