@contractspec/example.crm-pipeline 1.61.0 → 2.0.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.
- package/.turbo/turbo-build.log +35 -35
- package/CHANGELOG.md +96 -45
- package/dist/browser/crm-pipeline.feature.js +1 -1
- package/dist/browser/deal/deal.operation.js +1 -1
- package/dist/browser/deal/deal.test-spec.js +1 -1
- package/dist/browser/deal/index.js +1 -1
- package/dist/browser/docs/crm-pipeline.docblock.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/events/contact.event.js +1 -1
- package/dist/browser/events/deal.event.js +1 -1
- package/dist/browser/events/index.js +3 -3
- package/dist/browser/events/task.event.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +15 -9
- package/dist/browser/operations/index.js +1 -1
- package/dist/browser/presentations/dashboard.presentation.js +4 -1
- package/dist/browser/presentations/index.js +8 -2
- package/dist/browser/presentations/pipeline.presentation.js +4 -1
- package/dist/crm-pipeline.feature.d.ts +1 -2
- package/dist/crm-pipeline.feature.js +1 -1
- package/dist/deal/deal.enum.d.ts +0 -1
- package/dist/deal/deal.operation.d.ts +5 -6
- package/dist/deal/deal.operation.js +1 -1
- package/dist/deal/deal.schema.d.ts +0 -1
- package/dist/deal/deal.test-spec.d.ts +2 -3
- package/dist/deal/deal.test-spec.js +1 -1
- package/dist/deal/index.d.ts +0 -1
- package/dist/deal/index.js +1 -1
- package/dist/docs/crm-pipeline.docblock.d.ts +0 -1
- package/dist/docs/crm-pipeline.docblock.js +1 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/entities/company.entity.d.ts +0 -1
- package/dist/entities/contact.entity.d.ts +0 -1
- package/dist/entities/deal.entity.d.ts +0 -1
- package/dist/entities/index.d.ts +0 -1
- package/dist/entities/task.entity.d.ts +0 -1
- package/dist/events/contact.event.d.ts +1 -2
- package/dist/events/contact.event.js +1 -1
- package/dist/events/deal.event.d.ts +4 -5
- package/dist/events/deal.event.js +1 -1
- package/dist/events/index.d.ts +0 -1
- package/dist/events/index.js +3 -3
- package/dist/events/task.event.d.ts +1 -2
- package/dist/events/task.event.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/handlers/crm.handlers.d.ts +0 -1
- package/dist/handlers/deal.handlers.d.ts +0 -1
- package/dist/handlers/index.d.ts +0 -1
- package/dist/handlers/mock-data.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +15 -9
- package/dist/node/crm-pipeline.feature.js +1 -1
- package/dist/node/deal/deal.operation.js +1 -1
- package/dist/node/deal/deal.test-spec.js +1 -1
- package/dist/node/deal/index.js +1 -1
- package/dist/node/docs/crm-pipeline.docblock.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/events/contact.event.js +1 -1
- package/dist/node/events/deal.event.js +1 -1
- package/dist/node/events/index.js +3 -3
- package/dist/node/events/task.event.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +15 -9
- package/dist/node/operations/index.js +1 -1
- package/dist/node/presentations/dashboard.presentation.js +4 -1
- package/dist/node/presentations/index.js +8 -2
- package/dist/node/presentations/pipeline.presentation.js +4 -1
- package/dist/operations/index.d.ts +0 -1
- package/dist/operations/index.js +1 -1
- package/dist/presentations/dashboard.presentation.d.ts +2 -3
- package/dist/presentations/dashboard.presentation.js +4 -1
- package/dist/presentations/index.d.ts +0 -1
- package/dist/presentations/index.js +8 -2
- package/dist/presentations/pipeline.presentation.d.ts +4 -5
- package/dist/presentations/pipeline.presentation.js +4 -1
- package/dist/seeders/index.d.ts +0 -1
- package/dist/shared/overlay-types.d.ts +0 -1
- package/dist/ui/CrmDashboard.d.ts +0 -1
- package/dist/ui/CrmDealCard.d.ts +0 -1
- package/dist/ui/CrmPipelineBoard.d.ts +0 -1
- package/dist/ui/hooks/index.d.ts +0 -1
- package/dist/ui/hooks/useDealList.d.ts +0 -1
- package/dist/ui/hooks/useDealMutations.d.ts +0 -1
- package/dist/ui/index.d.ts +0 -1
- package/dist/ui/modals/CreateDealModal.d.ts +0 -1
- package/dist/ui/modals/DealActionsModal.d.ts +0 -1
- package/dist/ui/modals/index.d.ts +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts +0 -1
- package/dist/ui/overlays/index.d.ts +0 -1
- package/dist/ui/renderers/index.d.ts +0 -1
- package/dist/ui/renderers/pipeline.markdown.d.ts +1 -2
- package/dist/ui/renderers/pipeline.renderer.d.ts +1 -2
- package/package.json +14 -14
- package/src/crm-pipeline.feature.ts +1 -1
- package/src/deal/deal.operation.ts +1 -1
- package/src/deal/deal.test-spec.ts +1 -1
- package/src/docs/crm-pipeline.docblock.ts +2 -2
- package/src/events/contact.event.ts +1 -1
- package/src/events/deal.event.ts +1 -1
- package/src/events/task.event.ts +1 -1
- package/src/example.ts +1 -1
- package/src/presentations/dashboard.presentation.ts +4 -1
- package/src/presentations/pipeline.presentation.ts +4 -1
- package/src/ui/renderers/pipeline.markdown.ts +1 -1
- package/src/ui/renderers/pipeline.renderer.tsx +1 -1
- package/dist/crm-pipeline.feature.d.ts.map +0 -1
- package/dist/deal/deal.enum.d.ts.map +0 -1
- package/dist/deal/deal.operation.d.ts.map +0 -1
- package/dist/deal/deal.schema.d.ts.map +0 -1
- package/dist/deal/deal.test-spec.d.ts.map +0 -1
- package/dist/deal/index.d.ts.map +0 -1
- package/dist/docs/crm-pipeline.docblock.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/entities/company.entity.d.ts.map +0 -1
- package/dist/entities/contact.entity.d.ts.map +0 -1
- package/dist/entities/deal.entity.d.ts.map +0 -1
- package/dist/entities/index.d.ts.map +0 -1
- package/dist/entities/task.entity.d.ts.map +0 -1
- package/dist/events/contact.event.d.ts.map +0 -1
- package/dist/events/deal.event.d.ts.map +0 -1
- package/dist/events/index.d.ts.map +0 -1
- package/dist/events/task.event.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/handlers/crm.handlers.d.ts.map +0 -1
- package/dist/handlers/deal.handlers.d.ts.map +0 -1
- package/dist/handlers/index.d.ts.map +0 -1
- package/dist/handlers/mock-data.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/operations/index.d.ts.map +0 -1
- package/dist/presentations/dashboard.presentation.d.ts.map +0 -1
- package/dist/presentations/index.d.ts.map +0 -1
- package/dist/presentations/pipeline.presentation.d.ts.map +0 -1
- package/dist/seeders/index.d.ts.map +0 -1
- package/dist/shared/overlay-types.d.ts.map +0 -1
- package/dist/ui/CrmDashboard.d.ts.map +0 -1
- package/dist/ui/CrmDealCard.d.ts.map +0 -1
- package/dist/ui/CrmPipelineBoard.d.ts.map +0 -1
- package/dist/ui/hooks/index.d.ts.map +0 -1
- package/dist/ui/hooks/useDealList.d.ts.map +0 -1
- package/dist/ui/hooks/useDealMutations.d.ts.map +0 -1
- package/dist/ui/index.d.ts.map +0 -1
- package/dist/ui/modals/CreateDealModal.d.ts.map +0 -1
- package/dist/ui/modals/DealActionsModal.d.ts.map +0 -1
- package/dist/ui/modals/index.d.ts.map +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts.map +0 -1
- package/dist/ui/overlays/index.d.ts.map +0 -1
- package/dist/ui/renderers/index.d.ts.map +0 -1
- package/dist/ui/renderers/pipeline.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/pipeline.renderer.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,12 +3,12 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=44
|
|
6
|
-
Bundled 44 modules in
|
|
6
|
+
Bundled 44 modules in 70ms
|
|
7
7
|
|
|
8
8
|
./crm-pipeline.feature.js 2.29 KB (entry point)
|
|
9
9
|
seeders/index.js 1.00 KB (entry point)
|
|
10
10
|
shared/overlay-types.js 8 bytes (entry point)
|
|
11
|
-
./index.js 116.
|
|
11
|
+
./index.js 116.45 KB (entry point)
|
|
12
12
|
ui/index.js 74.41 KB (entry point)
|
|
13
13
|
ui/overlays/index.js 1.19 KB (entry point)
|
|
14
14
|
ui/renderers/index.js 28.45 KB (entry point)
|
|
@@ -17,9 +17,9 @@ Bundled 44 modules in 12ms
|
|
|
17
17
|
ui/hooks/index.js 5.75 KB (entry point)
|
|
18
18
|
ui/modals/index.js 27.54 KB (entry point)
|
|
19
19
|
ui/overlays/demo-overlays.js 1.19 KB (entry point)
|
|
20
|
-
presentations/index.js 9.
|
|
21
|
-
presentations/dashboard.presentation.js 1.
|
|
22
|
-
presentations/pipeline.presentation.js 8.
|
|
20
|
+
presentations/index.js 9.78 KB (entry point)
|
|
21
|
+
presentations/dashboard.presentation.js 1.55 KB (entry point)
|
|
22
|
+
presentations/pipeline.presentation.js 8.20 KB (entry point)
|
|
23
23
|
ui/CrmDashboard.js 54.56 KB (entry point)
|
|
24
24
|
ui/hooks/useDealList.js 2.49 KB (entry point)
|
|
25
25
|
ui/hooks/useDealMutations.js 3.18 KB (entry point)
|
|
@@ -38,25 +38,25 @@ Bundled 44 modules in 12ms
|
|
|
38
38
|
entities/contact.entity.js 2.33 KB (entry point)
|
|
39
39
|
entities/deal.entity.js 3.49 KB (entry point)
|
|
40
40
|
entities/task.entity.js 3.26 KB (entry point)
|
|
41
|
-
events/index.js 5.
|
|
41
|
+
events/index.js 5.81 KB (entry point)
|
|
42
42
|
events/task.event.js 1.0 KB (entry point)
|
|
43
43
|
events/contact.event.js 1.0 KB (entry point)
|
|
44
|
-
events/deal.event.js 3.
|
|
45
|
-
deal/deal.test-spec.js 1.
|
|
44
|
+
events/deal.event.js 3.65 KB (entry point)
|
|
45
|
+
deal/deal.test-spec.js 1.38 KB (entry point)
|
|
46
46
|
deal/index.js 11.37 KB (entry point)
|
|
47
|
-
deal/deal.operation.js 11.
|
|
47
|
+
deal/deal.operation.js 11.11 KB (entry point)
|
|
48
48
|
deal/deal.schema.js 5.41 KB (entry point)
|
|
49
49
|
deal/deal.enum.js 333 bytes (entry point)
|
|
50
|
-
docs/index.js 4.
|
|
51
|
-
docs/crm-pipeline.docblock.js 4.
|
|
50
|
+
docs/index.js 4.43 KB (entry point)
|
|
51
|
+
docs/crm-pipeline.docblock.js 4.43 KB (entry point)
|
|
52
52
|
|
|
53
53
|
[contractspec-bun-build] transpile target=node root=src entries=44
|
|
54
|
-
Bundled 44 modules in
|
|
54
|
+
Bundled 44 modules in 52ms
|
|
55
55
|
|
|
56
|
-
./crm-pipeline.feature.js 2.
|
|
56
|
+
./crm-pipeline.feature.js 2.29 KB (entry point)
|
|
57
57
|
seeders/index.js 0.99 KB (entry point)
|
|
58
58
|
shared/overlay-types.js 0 KB (entry point)
|
|
59
|
-
./index.js 116.
|
|
59
|
+
./index.js 116.40 KB (entry point)
|
|
60
60
|
ui/index.js 74.38 KB (entry point)
|
|
61
61
|
ui/overlays/index.js 1.19 KB (entry point)
|
|
62
62
|
ui/renderers/index.js 28.44 KB (entry point)
|
|
@@ -65,9 +65,9 @@ Bundled 44 modules in 11ms
|
|
|
65
65
|
ui/hooks/index.js 5.74 KB (entry point)
|
|
66
66
|
ui/modals/index.js 27.52 KB (entry point)
|
|
67
67
|
ui/overlays/demo-overlays.js 1.19 KB (entry point)
|
|
68
|
-
presentations/index.js 9.
|
|
69
|
-
presentations/dashboard.presentation.js 1.
|
|
70
|
-
presentations/pipeline.presentation.js 8.
|
|
68
|
+
presentations/index.js 9.78 KB (entry point)
|
|
69
|
+
presentations/dashboard.presentation.js 1.55 KB (entry point)
|
|
70
|
+
presentations/pipeline.presentation.js 8.19 KB (entry point)
|
|
71
71
|
ui/CrmDashboard.js 54.53 KB (entry point)
|
|
72
72
|
ui/hooks/useDealList.js 2.48 KB (entry point)
|
|
73
73
|
ui/hooks/useDealMutations.js 3.17 KB (entry point)
|
|
@@ -86,25 +86,25 @@ Bundled 44 modules in 11ms
|
|
|
86
86
|
entities/contact.entity.js 2.32 KB (entry point)
|
|
87
87
|
entities/deal.entity.js 3.48 KB (entry point)
|
|
88
88
|
entities/task.entity.js 3.25 KB (entry point)
|
|
89
|
-
events/index.js 5.
|
|
90
|
-
events/task.event.js 1.
|
|
89
|
+
events/index.js 5.81 KB (entry point)
|
|
90
|
+
events/task.event.js 1.0 KB (entry point)
|
|
91
91
|
events/contact.event.js 1.0 KB (entry point)
|
|
92
|
-
events/deal.event.js 3.
|
|
93
|
-
deal/deal.test-spec.js 1.
|
|
92
|
+
events/deal.event.js 3.64 KB (entry point)
|
|
93
|
+
deal/deal.test-spec.js 1.37 KB (entry point)
|
|
94
94
|
deal/index.js 11.36 KB (entry point)
|
|
95
95
|
deal/deal.operation.js 11.1 KB (entry point)
|
|
96
96
|
deal/deal.schema.js 5.40 KB (entry point)
|
|
97
97
|
deal/deal.enum.js 325 bytes (entry point)
|
|
98
|
-
docs/index.js 4.
|
|
99
|
-
docs/crm-pipeline.docblock.js 4.
|
|
98
|
+
docs/index.js 4.41 KB (entry point)
|
|
99
|
+
docs/crm-pipeline.docblock.js 4.41 KB (entry point)
|
|
100
100
|
|
|
101
101
|
[contractspec-bun-build] transpile target=browser root=src entries=44
|
|
102
|
-
Bundled 44 modules in
|
|
102
|
+
Bundled 44 modules in 71ms
|
|
103
103
|
|
|
104
|
-
./crm-pipeline.feature.js 2.
|
|
104
|
+
./crm-pipeline.feature.js 2.29 KB (entry point)
|
|
105
105
|
seeders/index.js 0.99 KB (entry point)
|
|
106
106
|
shared/overlay-types.js 0 KB (entry point)
|
|
107
|
-
./index.js 116.
|
|
107
|
+
./index.js 116.40 KB (entry point)
|
|
108
108
|
ui/index.js 74.38 KB (entry point)
|
|
109
109
|
ui/overlays/index.js 1.19 KB (entry point)
|
|
110
110
|
ui/renderers/index.js 28.44 KB (entry point)
|
|
@@ -113,9 +113,9 @@ Bundled 44 modules in 10ms
|
|
|
113
113
|
ui/hooks/index.js 5.74 KB (entry point)
|
|
114
114
|
ui/modals/index.js 27.52 KB (entry point)
|
|
115
115
|
ui/overlays/demo-overlays.js 1.19 KB (entry point)
|
|
116
|
-
presentations/index.js 9.
|
|
117
|
-
presentations/dashboard.presentation.js 1.
|
|
118
|
-
presentations/pipeline.presentation.js 8.
|
|
116
|
+
presentations/index.js 9.78 KB (entry point)
|
|
117
|
+
presentations/dashboard.presentation.js 1.55 KB (entry point)
|
|
118
|
+
presentations/pipeline.presentation.js 8.19 KB (entry point)
|
|
119
119
|
ui/CrmDashboard.js 54.53 KB (entry point)
|
|
120
120
|
ui/hooks/useDealList.js 2.48 KB (entry point)
|
|
121
121
|
ui/hooks/useDealMutations.js 3.17 KB (entry point)
|
|
@@ -134,16 +134,16 @@ Bundled 44 modules in 10ms
|
|
|
134
134
|
entities/contact.entity.js 2.32 KB (entry point)
|
|
135
135
|
entities/deal.entity.js 3.48 KB (entry point)
|
|
136
136
|
entities/task.entity.js 3.25 KB (entry point)
|
|
137
|
-
events/index.js 5.
|
|
138
|
-
events/task.event.js 1.
|
|
137
|
+
events/index.js 5.81 KB (entry point)
|
|
138
|
+
events/task.event.js 1.0 KB (entry point)
|
|
139
139
|
events/contact.event.js 1.0 KB (entry point)
|
|
140
|
-
events/deal.event.js 3.
|
|
141
|
-
deal/deal.test-spec.js 1.
|
|
140
|
+
events/deal.event.js 3.64 KB (entry point)
|
|
141
|
+
deal/deal.test-spec.js 1.37 KB (entry point)
|
|
142
142
|
deal/index.js 11.36 KB (entry point)
|
|
143
143
|
deal/deal.operation.js 11.1 KB (entry point)
|
|
144
144
|
deal/deal.schema.js 5.40 KB (entry point)
|
|
145
145
|
deal/deal.enum.js 325 bytes (entry point)
|
|
146
|
-
docs/index.js 4.
|
|
147
|
-
docs/crm-pipeline.docblock.js 4.
|
|
146
|
+
docs/index.js 4.41 KB (entry point)
|
|
147
|
+
docs/crm-pipeline.docblock.js 4.41 KB (entry point)
|
|
148
148
|
|
|
149
149
|
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# @contractspec/example.crm-pipeline
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a09bafc: feat: optimize performance
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
12
|
+
|
|
13
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
14
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
15
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
16
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
17
|
+
|
|
18
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [a09bafc]
|
|
21
|
+
- Updated dependencies [94f3c24]
|
|
22
|
+
- Updated dependencies [f152678]
|
|
23
|
+
- Updated dependencies [7f3203a]
|
|
24
|
+
- @contractspec/lib.example-shared-ui@2.0.0
|
|
25
|
+
- @contractspec/module.notifications@2.0.0
|
|
26
|
+
- @contractspec/lib.runtime-sandbox@1.0.0
|
|
27
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
28
|
+
- @contractspec/module.audit-trail@2.0.0
|
|
29
|
+
- @contractspec/lib.design-system@2.0.0
|
|
30
|
+
- @contractspec/lib.identity-rbac@2.0.0
|
|
31
|
+
- @contractspec/lib.ui-kit-web@2.0.0
|
|
32
|
+
- @contractspec/lib.schema@2.0.0
|
|
33
|
+
|
|
34
|
+
## 1.62.0
|
|
35
|
+
|
|
36
|
+
### Minor Changes
|
|
37
|
+
|
|
38
|
+
- 064258d: feat: upgrade all dependencies
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [064258d]
|
|
43
|
+
- Updated dependencies [064258d]
|
|
44
|
+
- @contractspec/lib.example-shared-ui@1.16.0
|
|
45
|
+
- @contractspec/module.notifications@1.62.0
|
|
46
|
+
- @contractspec/lib.runtime-sandbox@0.17.0
|
|
47
|
+
- @contractspec/module.audit-trail@1.62.0
|
|
48
|
+
- @contractspec/lib.design-system@1.62.0
|
|
49
|
+
- @contractspec/lib.identity-rbac@1.62.0
|
|
50
|
+
- @contractspec/lib.ui-kit-web@1.62.0
|
|
51
|
+
- @contractspec/lib.contracts@1.62.0
|
|
52
|
+
- @contractspec/lib.schema@1.62.0
|
|
53
|
+
|
|
3
54
|
## 1.61.0
|
|
4
55
|
|
|
5
56
|
### Minor Changes
|
|
@@ -16,7 +67,7 @@
|
|
|
16
67
|
- @contractspec/lib.design-system@1.61.0
|
|
17
68
|
- @contractspec/lib.identity-rbac@1.61.0
|
|
18
69
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
19
|
-
- @contractspec/lib.contracts@1.61.0
|
|
70
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
20
71
|
- @contractspec/lib.schema@1.61.0
|
|
21
72
|
|
|
22
73
|
## 1.60.0
|
|
@@ -35,7 +86,7 @@
|
|
|
35
86
|
- @contractspec/lib.design-system@1.60.0
|
|
36
87
|
- @contractspec/lib.identity-rbac@1.60.0
|
|
37
88
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
38
|
-
- @contractspec/lib.contracts@1.60.0
|
|
89
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
39
90
|
- @contractspec/lib.schema@1.60.0
|
|
40
91
|
|
|
41
92
|
## 1.59.0
|
|
@@ -54,7 +105,7 @@
|
|
|
54
105
|
- @contractspec/lib.design-system@1.59.0
|
|
55
106
|
- @contractspec/lib.identity-rbac@1.59.0
|
|
56
107
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
57
|
-
- @contractspec/lib.contracts@1.59.0
|
|
108
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
58
109
|
- @contractspec/lib.schema@1.59.0
|
|
59
110
|
|
|
60
111
|
## 1.58.0
|
|
@@ -74,7 +125,7 @@
|
|
|
74
125
|
- @contractspec/lib.design-system@1.58.0
|
|
75
126
|
- @contractspec/lib.identity-rbac@1.58.0
|
|
76
127
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
77
|
-
- @contractspec/lib.contracts@1.58.0
|
|
128
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
78
129
|
- @contractspec/lib.schema@1.58.0
|
|
79
130
|
|
|
80
131
|
## 1.57.0
|
|
@@ -92,7 +143,7 @@
|
|
|
92
143
|
- Updated dependencies [4651e06]
|
|
93
144
|
- Updated dependencies [ad9d10a]
|
|
94
145
|
- Updated dependencies [11a5a05]
|
|
95
|
-
- @contractspec/lib.contracts@1.57.0
|
|
146
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
96
147
|
- @contractspec/lib.example-shared-ui@1.11.0
|
|
97
148
|
- @contractspec/module.notifications@1.57.0
|
|
98
149
|
- @contractspec/lib.runtime-sandbox@0.12.0
|
|
@@ -115,7 +166,7 @@
|
|
|
115
166
|
- @contractspec/lib.design-system@1.56.1
|
|
116
167
|
- @contractspec/lib.identity-rbac@1.56.1
|
|
117
168
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
118
|
-
- @contractspec/lib.contracts@1.56.1
|
|
169
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
119
170
|
- @contractspec/lib.schema@1.56.1
|
|
120
171
|
|
|
121
172
|
## 1.56.0
|
|
@@ -134,7 +185,7 @@
|
|
|
134
185
|
- @contractspec/lib.design-system@1.56.0
|
|
135
186
|
- @contractspec/lib.identity-rbac@1.56.0
|
|
136
187
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
137
|
-
- @contractspec/lib.contracts@1.56.0
|
|
188
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
138
189
|
- @contractspec/lib.schema@1.56.0
|
|
139
190
|
|
|
140
191
|
## 1.55.0
|
|
@@ -153,7 +204,7 @@
|
|
|
153
204
|
- @contractspec/lib.design-system@1.55.0
|
|
154
205
|
- @contractspec/lib.identity-rbac@1.55.0
|
|
155
206
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
156
|
-
- @contractspec/lib.contracts@1.55.0
|
|
207
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
157
208
|
- @contractspec/lib.schema@1.55.0
|
|
158
209
|
|
|
159
210
|
## 1.54.0
|
|
@@ -168,7 +219,7 @@
|
|
|
168
219
|
- @contractspec/lib.example-shared-ui@1.8.0
|
|
169
220
|
- @contractspec/lib.design-system@1.54.0
|
|
170
221
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
171
|
-
- @contractspec/lib.contracts@1.54.0
|
|
222
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
172
223
|
- @contractspec/lib.identity-rbac@1.54.0
|
|
173
224
|
- @contractspec/lib.runtime-sandbox@0.9.0
|
|
174
225
|
- @contractspec/lib.schema@1.54.0
|
|
@@ -188,7 +239,7 @@
|
|
|
188
239
|
- Updated dependencies [f4180d4]
|
|
189
240
|
- Updated dependencies [64d84e1]
|
|
190
241
|
- @contractspec/lib.design-system@1.53.0
|
|
191
|
-
- @contractspec/lib.contracts@1.53.0
|
|
242
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
192
243
|
- @contractspec/lib.schema@1.53.0
|
|
193
244
|
- @contractspec/lib.example-shared-ui@1.7.0
|
|
194
245
|
- @contractspec/lib.identity-rbac@1.53.0
|
|
@@ -213,7 +264,7 @@
|
|
|
213
264
|
- @contractspec/lib.design-system@1.52.0
|
|
214
265
|
- @contractspec/lib.identity-rbac@1.52.0
|
|
215
266
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
216
|
-
- @contractspec/lib.contracts@1.52.0
|
|
267
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
217
268
|
- @contractspec/lib.schema@1.52.0
|
|
218
269
|
|
|
219
270
|
## 1.51.0
|
|
@@ -227,7 +278,7 @@
|
|
|
227
278
|
- Updated dependencies [23e46e9]
|
|
228
279
|
- Updated dependencies [ad1f852]
|
|
229
280
|
- Updated dependencies [e6faefb]
|
|
230
|
-
- @contractspec/lib.contracts@1.51.0
|
|
281
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
231
282
|
- @contractspec/lib.example-shared-ui@1.5.0
|
|
232
283
|
- @contractspec/module.notifications@1.51.0
|
|
233
284
|
- @contractspec/lib.runtime-sandbox@0.6.0
|
|
@@ -246,7 +297,7 @@
|
|
|
246
297
|
### Patch Changes
|
|
247
298
|
|
|
248
299
|
- Updated dependencies [5325d6b]
|
|
249
|
-
- @contractspec/lib.contracts@1.50.0
|
|
300
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
250
301
|
- @contractspec/lib.design-system@1.50.0
|
|
251
302
|
- @contractspec/lib.example-shared-ui@1.4.0
|
|
252
303
|
- @contractspec/lib.identity-rbac@1.50.0
|
|
@@ -272,7 +323,7 @@
|
|
|
272
323
|
- @contractspec/lib.design-system@1.49.0
|
|
273
324
|
- @contractspec/lib.identity-rbac@1.49.0
|
|
274
325
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
275
|
-
- @contractspec/lib.contracts@1.49.0
|
|
326
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
276
327
|
- @contractspec/lib.schema@1.49.0
|
|
277
328
|
|
|
278
329
|
## 1.48.1
|
|
@@ -282,7 +333,7 @@
|
|
|
282
333
|
- Updated dependencies [c560ee7]
|
|
283
334
|
- Updated dependencies [1536bf3]
|
|
284
335
|
- @contractspec/lib.design-system@1.48.1
|
|
285
|
-
- @contractspec/lib.contracts@1.48.1
|
|
336
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
286
337
|
- @contractspec/lib.example-shared-ui@1.2.1
|
|
287
338
|
- @contractspec/lib.identity-rbac@1.48.1
|
|
288
339
|
- @contractspec/module.audit-trail@1.48.1
|
|
@@ -304,7 +355,7 @@
|
|
|
304
355
|
- @contractspec/lib.design-system@1.48.0
|
|
305
356
|
- @contractspec/lib.identity-rbac@1.48.0
|
|
306
357
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
307
|
-
- @contractspec/lib.contracts@1.48.0
|
|
358
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
308
359
|
- @contractspec/lib.schema@1.48.0
|
|
309
360
|
|
|
310
361
|
## 1.47.0
|
|
@@ -333,7 +384,7 @@
|
|
|
333
384
|
- @contractspec/lib.design-system@1.47.0
|
|
334
385
|
- @contractspec/lib.identity-rbac@1.47.0
|
|
335
386
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
336
|
-
- @contractspec/lib.contracts@1.47.0
|
|
387
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
337
388
|
- @contractspec/lib.schema@1.47.0
|
|
338
389
|
|
|
339
390
|
## 1.46.2
|
|
@@ -348,7 +399,7 @@
|
|
|
348
399
|
- @contractspec/module.audit-trail@1.46.2
|
|
349
400
|
- @contractspec/lib.design-system@1.46.2
|
|
350
401
|
- @contractspec/lib.identity-rbac@1.46.2
|
|
351
|
-
- @contractspec/lib.contracts@1.46.2
|
|
402
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
352
403
|
- @contractspec/lib.schema@1.46.2
|
|
353
404
|
|
|
354
405
|
## 1.46.1
|
|
@@ -360,7 +411,7 @@
|
|
|
360
411
|
- @contractspec/module.notifications@1.46.1
|
|
361
412
|
- @contractspec/module.audit-trail@1.46.1
|
|
362
413
|
- @contractspec/lib.identity-rbac@1.46.1
|
|
363
|
-
- @contractspec/lib.contracts@1.46.1
|
|
414
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
364
415
|
- @contractspec/lib.schema@1.46.1
|
|
365
416
|
|
|
366
417
|
## 1.46.0
|
|
@@ -375,7 +426,7 @@
|
|
|
375
426
|
- @contractspec/module.notifications@1.46.0
|
|
376
427
|
- @contractspec/module.audit-trail@1.46.0
|
|
377
428
|
- @contractspec/lib.identity-rbac@1.46.0
|
|
378
|
-
- @contractspec/lib.contracts@1.46.0
|
|
429
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
379
430
|
- @contractspec/lib.schema@1.46.0
|
|
380
431
|
|
|
381
432
|
## 1.45.6
|
|
@@ -387,7 +438,7 @@
|
|
|
387
438
|
- @contractspec/module.notifications@1.45.6
|
|
388
439
|
- @contractspec/module.audit-trail@1.45.6
|
|
389
440
|
- @contractspec/lib.identity-rbac@1.45.6
|
|
390
|
-
- @contractspec/lib.contracts@1.45.6
|
|
441
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
391
442
|
- @contractspec/lib.schema@1.45.6
|
|
392
443
|
|
|
393
444
|
## 1.45.5
|
|
@@ -399,7 +450,7 @@
|
|
|
399
450
|
- @contractspec/module.notifications@1.45.5
|
|
400
451
|
- @contractspec/module.audit-trail@1.45.5
|
|
401
452
|
- @contractspec/lib.identity-rbac@1.45.5
|
|
402
|
-
- @contractspec/lib.contracts@1.45.5
|
|
453
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
403
454
|
- @contractspec/lib.schema@1.45.5
|
|
404
455
|
|
|
405
456
|
## 1.45.4
|
|
@@ -411,7 +462,7 @@
|
|
|
411
462
|
- @contractspec/module.notifications@1.45.4
|
|
412
463
|
- @contractspec/module.audit-trail@1.45.4
|
|
413
464
|
- @contractspec/lib.identity-rbac@1.45.4
|
|
414
|
-
- @contractspec/lib.contracts@1.45.4
|
|
465
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
415
466
|
- @contractspec/lib.schema@1.45.4
|
|
416
467
|
|
|
417
468
|
## 1.45.3
|
|
@@ -423,7 +474,7 @@
|
|
|
423
474
|
- @contractspec/module.notifications@1.45.3
|
|
424
475
|
- @contractspec/module.audit-trail@1.45.3
|
|
425
476
|
- @contractspec/lib.identity-rbac@1.45.3
|
|
426
|
-
- @contractspec/lib.contracts@1.45.3
|
|
477
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
427
478
|
- @contractspec/lib.schema@1.45.3
|
|
428
479
|
|
|
429
480
|
## 1.45.2
|
|
@@ -435,7 +486,7 @@
|
|
|
435
486
|
- @contractspec/module.notifications@1.45.2
|
|
436
487
|
- @contractspec/module.audit-trail@1.45.2
|
|
437
488
|
- @contractspec/lib.identity-rbac@1.45.2
|
|
438
|
-
- @contractspec/lib.contracts@1.45.2
|
|
489
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
439
490
|
- @contractspec/lib.schema@1.45.2
|
|
440
491
|
|
|
441
492
|
## 1.45.1
|
|
@@ -447,7 +498,7 @@
|
|
|
447
498
|
- @contractspec/module.notifications@1.45.1
|
|
448
499
|
- @contractspec/module.audit-trail@1.45.1
|
|
449
500
|
- @contractspec/lib.identity-rbac@1.45.1
|
|
450
|
-
- @contractspec/lib.contracts@1.45.1
|
|
501
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
451
502
|
- @contractspec/lib.schema@1.45.1
|
|
452
503
|
- @contractspec/lib.jobs@1.45.1
|
|
453
504
|
- @contractspec/lib.bus@1.45.1
|
|
@@ -478,7 +529,7 @@
|
|
|
478
529
|
- @contractspec/module.notifications@1.45.0
|
|
479
530
|
- @contractspec/module.audit-trail@1.45.0
|
|
480
531
|
- @contractspec/lib.identity-rbac@1.45.0
|
|
481
|
-
- @contractspec/lib.contracts@1.45.0
|
|
532
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
482
533
|
- @contractspec/lib.schema@1.45.0
|
|
483
534
|
- @contractspec/lib.jobs@1.45.0
|
|
484
535
|
- @contractspec/lib.bus@1.45.0
|
|
@@ -492,7 +543,7 @@
|
|
|
492
543
|
- @contractspec/module.notifications@1.44.1
|
|
493
544
|
- @contractspec/module.audit-trail@1.44.1
|
|
494
545
|
- @contractspec/lib.identity-rbac@1.44.1
|
|
495
|
-
- @contractspec/lib.contracts@1.44.1
|
|
546
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
496
547
|
- @contractspec/lib.schema@1.44.1
|
|
497
548
|
- @contractspec/lib.jobs@1.44.1
|
|
498
549
|
- @contractspec/lib.bus@1.44.1
|
|
@@ -509,7 +560,7 @@
|
|
|
509
560
|
- @contractspec/module.notifications@1.44.0
|
|
510
561
|
- @contractspec/module.audit-trail@1.44.0
|
|
511
562
|
- @contractspec/lib.identity-rbac@1.44.0
|
|
512
|
-
- @contractspec/lib.contracts@1.44.0
|
|
563
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
513
564
|
- @contractspec/lib.schema@1.44.0
|
|
514
565
|
- @contractspec/lib.jobs@1.44.0
|
|
515
566
|
- @contractspec/lib.bus@1.44.0
|
|
@@ -523,7 +574,7 @@
|
|
|
523
574
|
- @contractspec/module.notifications@1.43.4
|
|
524
575
|
- @contractspec/module.audit-trail@1.43.4
|
|
525
576
|
- @contractspec/lib.identity-rbac@1.43.4
|
|
526
|
-
- @contractspec/lib.contracts@1.43.4
|
|
577
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
527
578
|
- @contractspec/lib.schema@1.43.3
|
|
528
579
|
- @contractspec/lib.jobs@1.43.4
|
|
529
580
|
- @contractspec/lib.bus@1.43.4
|
|
@@ -537,7 +588,7 @@
|
|
|
537
588
|
- @contractspec/module.notifications@1.43.3
|
|
538
589
|
- @contractspec/module.audit-trail@1.43.3
|
|
539
590
|
- @contractspec/lib.identity-rbac@1.43.3
|
|
540
|
-
- @contractspec/lib.contracts@1.43.3
|
|
591
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
541
592
|
- @contractspec/lib.schema@1.43.2
|
|
542
593
|
- @contractspec/lib.jobs@1.43.3
|
|
543
594
|
- @contractspec/lib.bus@1.43.3
|
|
@@ -551,7 +602,7 @@
|
|
|
551
602
|
- @contractspec/module.notifications@1.43.2
|
|
552
603
|
- @contractspec/module.audit-trail@1.43.2
|
|
553
604
|
- @contractspec/lib.identity-rbac@1.43.2
|
|
554
|
-
- @contractspec/lib.contracts@1.43.2
|
|
605
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
555
606
|
- @contractspec/lib.jobs@1.43.2
|
|
556
607
|
- @contractspec/lib.bus@1.43.2
|
|
557
608
|
- @contractspec/lib.schema@1.43.1
|
|
@@ -561,7 +612,7 @@
|
|
|
561
612
|
### Patch Changes
|
|
562
613
|
|
|
563
614
|
- Updated dependencies [f28fdad]
|
|
564
|
-
- @contractspec/lib.contracts@1.43.1
|
|
615
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
565
616
|
- @contractspec/lib.bus@1.43.1
|
|
566
617
|
- @contractspec/lib.identity-rbac@1.43.1
|
|
567
618
|
- @contractspec/lib.jobs@1.43.1
|
|
@@ -580,7 +631,7 @@
|
|
|
580
631
|
- @contractspec/module.notifications@1.43.0
|
|
581
632
|
- @contractspec/module.audit-trail@1.43.0
|
|
582
633
|
- @contractspec/lib.identity-rbac@1.43.0
|
|
583
|
-
- @contractspec/lib.contracts@1.43.0
|
|
634
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
584
635
|
- @contractspec/lib.schema@1.43.0
|
|
585
636
|
- @contractspec/lib.jobs@1.43.0
|
|
586
637
|
- @contractspec/lib.bus@1.43.0
|
|
@@ -594,7 +645,7 @@
|
|
|
594
645
|
- @contractspec/module.notifications@1.42.10
|
|
595
646
|
- @contractspec/module.audit-trail@1.42.10
|
|
596
647
|
- @contractspec/lib.identity-rbac@1.42.10
|
|
597
|
-
- @contractspec/lib.contracts@1.42.10
|
|
648
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
598
649
|
- @contractspec/lib.schema@1.42.10
|
|
599
650
|
- @contractspec/lib.jobs@1.42.10
|
|
600
651
|
- @contractspec/lib.bus@1.42.10
|
|
@@ -608,7 +659,7 @@
|
|
|
608
659
|
- @contractspec/module.notifications@1.42.9
|
|
609
660
|
- @contractspec/module.audit-trail@1.42.9
|
|
610
661
|
- @contractspec/lib.identity-rbac@1.42.9
|
|
611
|
-
- @contractspec/lib.contracts@1.42.9
|
|
662
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
612
663
|
- @contractspec/lib.schema@1.42.9
|
|
613
664
|
- @contractspec/lib.jobs@1.42.9
|
|
614
665
|
- @contractspec/lib.bus@1.42.9
|
|
@@ -622,7 +673,7 @@
|
|
|
622
673
|
- @contractspec/module.notifications@1.42.8
|
|
623
674
|
- @contractspec/module.audit-trail@1.42.8
|
|
624
675
|
- @contractspec/lib.identity-rbac@1.42.8
|
|
625
|
-
- @contractspec/lib.contracts@1.42.8
|
|
676
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
626
677
|
- @contractspec/lib.schema@1.42.8
|
|
627
678
|
- @contractspec/lib.jobs@1.42.8
|
|
628
679
|
- @contractspec/lib.bus@1.42.8
|
|
@@ -636,7 +687,7 @@
|
|
|
636
687
|
- @contractspec/module.notifications@1.42.7
|
|
637
688
|
- @contractspec/module.audit-trail@1.42.7
|
|
638
689
|
- @contractspec/lib.identity-rbac@1.42.7
|
|
639
|
-
- @contractspec/lib.contracts@1.42.7
|
|
690
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
640
691
|
- @contractspec/lib.schema@1.42.7
|
|
641
692
|
- @contractspec/lib.jobs@1.42.7
|
|
642
693
|
- @contractspec/lib.bus@1.42.7
|
|
@@ -650,7 +701,7 @@
|
|
|
650
701
|
- @contractspec/module.notifications@1.42.6
|
|
651
702
|
- @contractspec/module.audit-trail@1.42.6
|
|
652
703
|
- @contractspec/lib.identity-rbac@1.42.6
|
|
653
|
-
- @contractspec/lib.contracts@1.42.6
|
|
704
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
654
705
|
- @contractspec/lib.schema@1.42.6
|
|
655
706
|
- @contractspec/lib.jobs@1.42.6
|
|
656
707
|
- @contractspec/lib.bus@1.42.6
|
|
@@ -664,7 +715,7 @@
|
|
|
664
715
|
- @contractspec/module.notifications@1.42.5
|
|
665
716
|
- @contractspec/module.audit-trail@1.42.5
|
|
666
717
|
- @contractspec/lib.identity-rbac@1.42.5
|
|
667
|
-
- @contractspec/lib.contracts@1.42.5
|
|
718
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
668
719
|
- @contractspec/lib.schema@1.42.5
|
|
669
720
|
- @contractspec/lib.jobs@1.42.5
|
|
670
721
|
- @contractspec/lib.bus@1.42.5
|
|
@@ -678,7 +729,7 @@
|
|
|
678
729
|
- @contractspec/module.notifications@1.42.4
|
|
679
730
|
- @contractspec/module.audit-trail@1.42.4
|
|
680
731
|
- @contractspec/lib.identity-rbac@1.42.4
|
|
681
|
-
- @contractspec/lib.contracts@1.42.4
|
|
732
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
682
733
|
- @contractspec/lib.schema@1.42.4
|
|
683
734
|
- @contractspec/lib.jobs@1.42.4
|
|
684
735
|
- @contractspec/lib.bus@1.42.4
|
|
@@ -690,7 +741,7 @@
|
|
|
690
741
|
- 3f5d015: fix(tooling): cicd
|
|
691
742
|
- Updated dependencies [3f5d015]
|
|
692
743
|
- @contractspec/lib.bus@1.42.3
|
|
693
|
-
- @contractspec/lib.contracts@1.42.3
|
|
744
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
694
745
|
- @contractspec/lib.identity-rbac@1.42.3
|
|
695
746
|
- @contractspec/lib.jobs@1.42.3
|
|
696
747
|
- @contractspec/lib.schema@1.42.3
|
|
@@ -704,7 +755,7 @@
|
|
|
704
755
|
- 1f9ac4c: fix
|
|
705
756
|
- Updated dependencies [1f9ac4c]
|
|
706
757
|
- @contractspec/lib.bus@1.42.2
|
|
707
|
-
- @contractspec/lib.contracts@1.42.2
|
|
758
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
708
759
|
- @contractspec/lib.identity-rbac@1.42.2
|
|
709
760
|
- @contractspec/lib.jobs@1.42.2
|
|
710
761
|
- @contractspec/lib.schema@1.42.2
|
|
@@ -720,7 +771,7 @@
|
|
|
720
771
|
- @contractspec/module.notifications@1.42.1
|
|
721
772
|
- @contractspec/module.audit-trail@1.42.1
|
|
722
773
|
- @contractspec/lib.identity-rbac@1.42.1
|
|
723
|
-
- @contractspec/lib.contracts@1.42.1
|
|
774
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
724
775
|
- @contractspec/lib.schema@1.42.1
|
|
725
776
|
- @contractspec/lib.jobs@1.42.1
|
|
726
777
|
- @contractspec/lib.bus@1.42.1
|
|
@@ -735,7 +786,7 @@
|
|
|
735
786
|
|
|
736
787
|
- Updated dependencies [8eefd9c]
|
|
737
788
|
- @contractspec/lib.bus@1.42.0
|
|
738
|
-
- @contractspec/lib.contracts@1.42.0
|
|
789
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
739
790
|
- @contractspec/lib.identity-rbac@1.42.0
|
|
740
791
|
- @contractspec/lib.jobs@1.42.0
|
|
741
792
|
- @contractspec/lib.schema@1.42.0
|
|
@@ -132,7 +132,7 @@ var ListDealsOutputModel = defineSchemaModel({
|
|
|
132
132
|
import {
|
|
133
133
|
defineCommand,
|
|
134
134
|
defineQuery
|
|
135
|
-
} from "@contractspec/lib.contracts/operations";
|
|
135
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
136
136
|
var OWNERS = ["@example.crm-pipeline"];
|
|
137
137
|
var CreateDealContract = defineCommand({
|
|
138
138
|
meta: {
|
|
@@ -132,7 +132,7 @@ var ListDealsOutputModel = defineSchemaModel({
|
|
|
132
132
|
import {
|
|
133
133
|
defineCommand,
|
|
134
134
|
defineQuery
|
|
135
|
-
} from "@contractspec/lib.contracts/operations";
|
|
135
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
136
136
|
var OWNERS = ["@example.crm-pipeline"];
|
|
137
137
|
var CreateDealContract = defineCommand({
|
|
138
138
|
meta: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/events/contact.event.ts
|
|
2
2
|
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
3
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
4
4
|
var ContactCreatedPayload = defineSchemaModel({
|
|
5
5
|
name: "ContactCreatedPayload",
|
|
6
6
|
description: "Payload when a contact is created",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/events/deal.event.ts
|
|
2
2
|
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
3
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
4
4
|
var DealCreatedPayload = defineSchemaModel({
|
|
5
5
|
name: "DealCreatedPayload",
|
|
6
6
|
description: "Payload when a deal is created",
|