@contractspec/example.crm-pipeline 1.62.0 → 2.1.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 +97 -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 +13 -13
- 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 53ms
|
|
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 54ms
|
|
|
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 54ms
|
|
|
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 58ms
|
|
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 54ms
|
|
|
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 54ms
|
|
|
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 77ms
|
|
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 30ms
|
|
|
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 30ms
|
|
|
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,57 @@
|
|
|
1
1
|
# @contractspec/example.crm-pipeline
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 362fbac: feat: improve video
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b4bfbc5]
|
|
12
|
+
- Updated dependencies [362fbac]
|
|
13
|
+
- Updated dependencies [659d15f]
|
|
14
|
+
- @contractspec/lib.contracts-spec@2.1.0
|
|
15
|
+
- @contractspec/lib.example-shared-ui@2.1.0
|
|
16
|
+
- @contractspec/module.notifications@2.1.0
|
|
17
|
+
- @contractspec/lib.runtime-sandbox@1.1.0
|
|
18
|
+
- @contractspec/module.audit-trail@2.1.0
|
|
19
|
+
- @contractspec/lib.design-system@2.1.0
|
|
20
|
+
- @contractspec/lib.identity-rbac@2.1.0
|
|
21
|
+
- @contractspec/lib.ui-kit-web@2.1.0
|
|
22
|
+
- @contractspec/lib.schema@2.1.0
|
|
23
|
+
|
|
24
|
+
## 2.0.0
|
|
25
|
+
|
|
26
|
+
### Major Changes
|
|
27
|
+
|
|
28
|
+
- a09bafc: feat: optimize performance
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
33
|
+
|
|
34
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
35
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
36
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
37
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
38
|
+
|
|
39
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [a09bafc]
|
|
42
|
+
- Updated dependencies [94f3c24]
|
|
43
|
+
- Updated dependencies [f152678]
|
|
44
|
+
- Updated dependencies [7f3203a]
|
|
45
|
+
- @contractspec/lib.example-shared-ui@2.0.0
|
|
46
|
+
- @contractspec/module.notifications@2.0.0
|
|
47
|
+
- @contractspec/lib.runtime-sandbox@1.0.0
|
|
48
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
49
|
+
- @contractspec/module.audit-trail@2.0.0
|
|
50
|
+
- @contractspec/lib.design-system@2.0.0
|
|
51
|
+
- @contractspec/lib.identity-rbac@2.0.0
|
|
52
|
+
- @contractspec/lib.ui-kit-web@2.0.0
|
|
53
|
+
- @contractspec/lib.schema@2.0.0
|
|
54
|
+
|
|
3
55
|
## 1.62.0
|
|
4
56
|
|
|
5
57
|
### Minor Changes
|
|
@@ -36,7 +88,7 @@
|
|
|
36
88
|
- @contractspec/lib.design-system@1.61.0
|
|
37
89
|
- @contractspec/lib.identity-rbac@1.61.0
|
|
38
90
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
39
|
-
- @contractspec/lib.contracts@1.61.0
|
|
91
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
40
92
|
- @contractspec/lib.schema@1.61.0
|
|
41
93
|
|
|
42
94
|
## 1.60.0
|
|
@@ -55,7 +107,7 @@
|
|
|
55
107
|
- @contractspec/lib.design-system@1.60.0
|
|
56
108
|
- @contractspec/lib.identity-rbac@1.60.0
|
|
57
109
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
58
|
-
- @contractspec/lib.contracts@1.60.0
|
|
110
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
59
111
|
- @contractspec/lib.schema@1.60.0
|
|
60
112
|
|
|
61
113
|
## 1.59.0
|
|
@@ -74,7 +126,7 @@
|
|
|
74
126
|
- @contractspec/lib.design-system@1.59.0
|
|
75
127
|
- @contractspec/lib.identity-rbac@1.59.0
|
|
76
128
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
77
|
-
- @contractspec/lib.contracts@1.59.0
|
|
129
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
78
130
|
- @contractspec/lib.schema@1.59.0
|
|
79
131
|
|
|
80
132
|
## 1.58.0
|
|
@@ -94,7 +146,7 @@
|
|
|
94
146
|
- @contractspec/lib.design-system@1.58.0
|
|
95
147
|
- @contractspec/lib.identity-rbac@1.58.0
|
|
96
148
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
97
|
-
- @contractspec/lib.contracts@1.58.0
|
|
149
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
98
150
|
- @contractspec/lib.schema@1.58.0
|
|
99
151
|
|
|
100
152
|
## 1.57.0
|
|
@@ -112,7 +164,7 @@
|
|
|
112
164
|
- Updated dependencies [4651e06]
|
|
113
165
|
- Updated dependencies [ad9d10a]
|
|
114
166
|
- Updated dependencies [11a5a05]
|
|
115
|
-
- @contractspec/lib.contracts@1.57.0
|
|
167
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
116
168
|
- @contractspec/lib.example-shared-ui@1.11.0
|
|
117
169
|
- @contractspec/module.notifications@1.57.0
|
|
118
170
|
- @contractspec/lib.runtime-sandbox@0.12.0
|
|
@@ -135,7 +187,7 @@
|
|
|
135
187
|
- @contractspec/lib.design-system@1.56.1
|
|
136
188
|
- @contractspec/lib.identity-rbac@1.56.1
|
|
137
189
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
138
|
-
- @contractspec/lib.contracts@1.56.1
|
|
190
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
139
191
|
- @contractspec/lib.schema@1.56.1
|
|
140
192
|
|
|
141
193
|
## 1.56.0
|
|
@@ -154,7 +206,7 @@
|
|
|
154
206
|
- @contractspec/lib.design-system@1.56.0
|
|
155
207
|
- @contractspec/lib.identity-rbac@1.56.0
|
|
156
208
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
157
|
-
- @contractspec/lib.contracts@1.56.0
|
|
209
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
158
210
|
- @contractspec/lib.schema@1.56.0
|
|
159
211
|
|
|
160
212
|
## 1.55.0
|
|
@@ -173,7 +225,7 @@
|
|
|
173
225
|
- @contractspec/lib.design-system@1.55.0
|
|
174
226
|
- @contractspec/lib.identity-rbac@1.55.0
|
|
175
227
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
176
|
-
- @contractspec/lib.contracts@1.55.0
|
|
228
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
177
229
|
- @contractspec/lib.schema@1.55.0
|
|
178
230
|
|
|
179
231
|
## 1.54.0
|
|
@@ -188,7 +240,7 @@
|
|
|
188
240
|
- @contractspec/lib.example-shared-ui@1.8.0
|
|
189
241
|
- @contractspec/lib.design-system@1.54.0
|
|
190
242
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
191
|
-
- @contractspec/lib.contracts@1.54.0
|
|
243
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
192
244
|
- @contractspec/lib.identity-rbac@1.54.0
|
|
193
245
|
- @contractspec/lib.runtime-sandbox@0.9.0
|
|
194
246
|
- @contractspec/lib.schema@1.54.0
|
|
@@ -208,7 +260,7 @@
|
|
|
208
260
|
- Updated dependencies [f4180d4]
|
|
209
261
|
- Updated dependencies [64d84e1]
|
|
210
262
|
- @contractspec/lib.design-system@1.53.0
|
|
211
|
-
- @contractspec/lib.contracts@1.53.0
|
|
263
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
212
264
|
- @contractspec/lib.schema@1.53.0
|
|
213
265
|
- @contractspec/lib.example-shared-ui@1.7.0
|
|
214
266
|
- @contractspec/lib.identity-rbac@1.53.0
|
|
@@ -233,7 +285,7 @@
|
|
|
233
285
|
- @contractspec/lib.design-system@1.52.0
|
|
234
286
|
- @contractspec/lib.identity-rbac@1.52.0
|
|
235
287
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
236
|
-
- @contractspec/lib.contracts@1.52.0
|
|
288
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
237
289
|
- @contractspec/lib.schema@1.52.0
|
|
238
290
|
|
|
239
291
|
## 1.51.0
|
|
@@ -247,7 +299,7 @@
|
|
|
247
299
|
- Updated dependencies [23e46e9]
|
|
248
300
|
- Updated dependencies [ad1f852]
|
|
249
301
|
- Updated dependencies [e6faefb]
|
|
250
|
-
- @contractspec/lib.contracts@1.51.0
|
|
302
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
251
303
|
- @contractspec/lib.example-shared-ui@1.5.0
|
|
252
304
|
- @contractspec/module.notifications@1.51.0
|
|
253
305
|
- @contractspec/lib.runtime-sandbox@0.6.0
|
|
@@ -266,7 +318,7 @@
|
|
|
266
318
|
### Patch Changes
|
|
267
319
|
|
|
268
320
|
- Updated dependencies [5325d6b]
|
|
269
|
-
- @contractspec/lib.contracts@1.50.0
|
|
321
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
270
322
|
- @contractspec/lib.design-system@1.50.0
|
|
271
323
|
- @contractspec/lib.example-shared-ui@1.4.0
|
|
272
324
|
- @contractspec/lib.identity-rbac@1.50.0
|
|
@@ -292,7 +344,7 @@
|
|
|
292
344
|
- @contractspec/lib.design-system@1.49.0
|
|
293
345
|
- @contractspec/lib.identity-rbac@1.49.0
|
|
294
346
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
295
|
-
- @contractspec/lib.contracts@1.49.0
|
|
347
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
296
348
|
- @contractspec/lib.schema@1.49.0
|
|
297
349
|
|
|
298
350
|
## 1.48.1
|
|
@@ -302,7 +354,7 @@
|
|
|
302
354
|
- Updated dependencies [c560ee7]
|
|
303
355
|
- Updated dependencies [1536bf3]
|
|
304
356
|
- @contractspec/lib.design-system@1.48.1
|
|
305
|
-
- @contractspec/lib.contracts@1.48.1
|
|
357
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
306
358
|
- @contractspec/lib.example-shared-ui@1.2.1
|
|
307
359
|
- @contractspec/lib.identity-rbac@1.48.1
|
|
308
360
|
- @contractspec/module.audit-trail@1.48.1
|
|
@@ -324,7 +376,7 @@
|
|
|
324
376
|
- @contractspec/lib.design-system@1.48.0
|
|
325
377
|
- @contractspec/lib.identity-rbac@1.48.0
|
|
326
378
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
327
|
-
- @contractspec/lib.contracts@1.48.0
|
|
379
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
328
380
|
- @contractspec/lib.schema@1.48.0
|
|
329
381
|
|
|
330
382
|
## 1.47.0
|
|
@@ -353,7 +405,7 @@
|
|
|
353
405
|
- @contractspec/lib.design-system@1.47.0
|
|
354
406
|
- @contractspec/lib.identity-rbac@1.47.0
|
|
355
407
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
356
|
-
- @contractspec/lib.contracts@1.47.0
|
|
408
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
357
409
|
- @contractspec/lib.schema@1.47.0
|
|
358
410
|
|
|
359
411
|
## 1.46.2
|
|
@@ -368,7 +420,7 @@
|
|
|
368
420
|
- @contractspec/module.audit-trail@1.46.2
|
|
369
421
|
- @contractspec/lib.design-system@1.46.2
|
|
370
422
|
- @contractspec/lib.identity-rbac@1.46.2
|
|
371
|
-
- @contractspec/lib.contracts@1.46.2
|
|
423
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
372
424
|
- @contractspec/lib.schema@1.46.2
|
|
373
425
|
|
|
374
426
|
## 1.46.1
|
|
@@ -380,7 +432,7 @@
|
|
|
380
432
|
- @contractspec/module.notifications@1.46.1
|
|
381
433
|
- @contractspec/module.audit-trail@1.46.1
|
|
382
434
|
- @contractspec/lib.identity-rbac@1.46.1
|
|
383
|
-
- @contractspec/lib.contracts@1.46.1
|
|
435
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
384
436
|
- @contractspec/lib.schema@1.46.1
|
|
385
437
|
|
|
386
438
|
## 1.46.0
|
|
@@ -395,7 +447,7 @@
|
|
|
395
447
|
- @contractspec/module.notifications@1.46.0
|
|
396
448
|
- @contractspec/module.audit-trail@1.46.0
|
|
397
449
|
- @contractspec/lib.identity-rbac@1.46.0
|
|
398
|
-
- @contractspec/lib.contracts@1.46.0
|
|
450
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
399
451
|
- @contractspec/lib.schema@1.46.0
|
|
400
452
|
|
|
401
453
|
## 1.45.6
|
|
@@ -407,7 +459,7 @@
|
|
|
407
459
|
- @contractspec/module.notifications@1.45.6
|
|
408
460
|
- @contractspec/module.audit-trail@1.45.6
|
|
409
461
|
- @contractspec/lib.identity-rbac@1.45.6
|
|
410
|
-
- @contractspec/lib.contracts@1.45.6
|
|
462
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
411
463
|
- @contractspec/lib.schema@1.45.6
|
|
412
464
|
|
|
413
465
|
## 1.45.5
|
|
@@ -419,7 +471,7 @@
|
|
|
419
471
|
- @contractspec/module.notifications@1.45.5
|
|
420
472
|
- @contractspec/module.audit-trail@1.45.5
|
|
421
473
|
- @contractspec/lib.identity-rbac@1.45.5
|
|
422
|
-
- @contractspec/lib.contracts@1.45.5
|
|
474
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
423
475
|
- @contractspec/lib.schema@1.45.5
|
|
424
476
|
|
|
425
477
|
## 1.45.4
|
|
@@ -431,7 +483,7 @@
|
|
|
431
483
|
- @contractspec/module.notifications@1.45.4
|
|
432
484
|
- @contractspec/module.audit-trail@1.45.4
|
|
433
485
|
- @contractspec/lib.identity-rbac@1.45.4
|
|
434
|
-
- @contractspec/lib.contracts@1.45.4
|
|
486
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
435
487
|
- @contractspec/lib.schema@1.45.4
|
|
436
488
|
|
|
437
489
|
## 1.45.3
|
|
@@ -443,7 +495,7 @@
|
|
|
443
495
|
- @contractspec/module.notifications@1.45.3
|
|
444
496
|
- @contractspec/module.audit-trail@1.45.3
|
|
445
497
|
- @contractspec/lib.identity-rbac@1.45.3
|
|
446
|
-
- @contractspec/lib.contracts@1.45.3
|
|
498
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
447
499
|
- @contractspec/lib.schema@1.45.3
|
|
448
500
|
|
|
449
501
|
## 1.45.2
|
|
@@ -455,7 +507,7 @@
|
|
|
455
507
|
- @contractspec/module.notifications@1.45.2
|
|
456
508
|
- @contractspec/module.audit-trail@1.45.2
|
|
457
509
|
- @contractspec/lib.identity-rbac@1.45.2
|
|
458
|
-
- @contractspec/lib.contracts@1.45.2
|
|
510
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
459
511
|
- @contractspec/lib.schema@1.45.2
|
|
460
512
|
|
|
461
513
|
## 1.45.1
|
|
@@ -467,7 +519,7 @@
|
|
|
467
519
|
- @contractspec/module.notifications@1.45.1
|
|
468
520
|
- @contractspec/module.audit-trail@1.45.1
|
|
469
521
|
- @contractspec/lib.identity-rbac@1.45.1
|
|
470
|
-
- @contractspec/lib.contracts@1.45.1
|
|
522
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
471
523
|
- @contractspec/lib.schema@1.45.1
|
|
472
524
|
- @contractspec/lib.jobs@1.45.1
|
|
473
525
|
- @contractspec/lib.bus@1.45.1
|
|
@@ -498,7 +550,7 @@
|
|
|
498
550
|
- @contractspec/module.notifications@1.45.0
|
|
499
551
|
- @contractspec/module.audit-trail@1.45.0
|
|
500
552
|
- @contractspec/lib.identity-rbac@1.45.0
|
|
501
|
-
- @contractspec/lib.contracts@1.45.0
|
|
553
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
502
554
|
- @contractspec/lib.schema@1.45.0
|
|
503
555
|
- @contractspec/lib.jobs@1.45.0
|
|
504
556
|
- @contractspec/lib.bus@1.45.0
|
|
@@ -512,7 +564,7 @@
|
|
|
512
564
|
- @contractspec/module.notifications@1.44.1
|
|
513
565
|
- @contractspec/module.audit-trail@1.44.1
|
|
514
566
|
- @contractspec/lib.identity-rbac@1.44.1
|
|
515
|
-
- @contractspec/lib.contracts@1.44.1
|
|
567
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
516
568
|
- @contractspec/lib.schema@1.44.1
|
|
517
569
|
- @contractspec/lib.jobs@1.44.1
|
|
518
570
|
- @contractspec/lib.bus@1.44.1
|
|
@@ -529,7 +581,7 @@
|
|
|
529
581
|
- @contractspec/module.notifications@1.44.0
|
|
530
582
|
- @contractspec/module.audit-trail@1.44.0
|
|
531
583
|
- @contractspec/lib.identity-rbac@1.44.0
|
|
532
|
-
- @contractspec/lib.contracts@1.44.0
|
|
584
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
533
585
|
- @contractspec/lib.schema@1.44.0
|
|
534
586
|
- @contractspec/lib.jobs@1.44.0
|
|
535
587
|
- @contractspec/lib.bus@1.44.0
|
|
@@ -543,7 +595,7 @@
|
|
|
543
595
|
- @contractspec/module.notifications@1.43.4
|
|
544
596
|
- @contractspec/module.audit-trail@1.43.4
|
|
545
597
|
- @contractspec/lib.identity-rbac@1.43.4
|
|
546
|
-
- @contractspec/lib.contracts@1.43.4
|
|
598
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
547
599
|
- @contractspec/lib.schema@1.43.3
|
|
548
600
|
- @contractspec/lib.jobs@1.43.4
|
|
549
601
|
- @contractspec/lib.bus@1.43.4
|
|
@@ -557,7 +609,7 @@
|
|
|
557
609
|
- @contractspec/module.notifications@1.43.3
|
|
558
610
|
- @contractspec/module.audit-trail@1.43.3
|
|
559
611
|
- @contractspec/lib.identity-rbac@1.43.3
|
|
560
|
-
- @contractspec/lib.contracts@1.43.3
|
|
612
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
561
613
|
- @contractspec/lib.schema@1.43.2
|
|
562
614
|
- @contractspec/lib.jobs@1.43.3
|
|
563
615
|
- @contractspec/lib.bus@1.43.3
|
|
@@ -571,7 +623,7 @@
|
|
|
571
623
|
- @contractspec/module.notifications@1.43.2
|
|
572
624
|
- @contractspec/module.audit-trail@1.43.2
|
|
573
625
|
- @contractspec/lib.identity-rbac@1.43.2
|
|
574
|
-
- @contractspec/lib.contracts@1.43.2
|
|
626
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
575
627
|
- @contractspec/lib.jobs@1.43.2
|
|
576
628
|
- @contractspec/lib.bus@1.43.2
|
|
577
629
|
- @contractspec/lib.schema@1.43.1
|
|
@@ -581,7 +633,7 @@
|
|
|
581
633
|
### Patch Changes
|
|
582
634
|
|
|
583
635
|
- Updated dependencies [f28fdad]
|
|
584
|
-
- @contractspec/lib.contracts@1.43.1
|
|
636
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
585
637
|
- @contractspec/lib.bus@1.43.1
|
|
586
638
|
- @contractspec/lib.identity-rbac@1.43.1
|
|
587
639
|
- @contractspec/lib.jobs@1.43.1
|
|
@@ -600,7 +652,7 @@
|
|
|
600
652
|
- @contractspec/module.notifications@1.43.0
|
|
601
653
|
- @contractspec/module.audit-trail@1.43.0
|
|
602
654
|
- @contractspec/lib.identity-rbac@1.43.0
|
|
603
|
-
- @contractspec/lib.contracts@1.43.0
|
|
655
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
604
656
|
- @contractspec/lib.schema@1.43.0
|
|
605
657
|
- @contractspec/lib.jobs@1.43.0
|
|
606
658
|
- @contractspec/lib.bus@1.43.0
|
|
@@ -614,7 +666,7 @@
|
|
|
614
666
|
- @contractspec/module.notifications@1.42.10
|
|
615
667
|
- @contractspec/module.audit-trail@1.42.10
|
|
616
668
|
- @contractspec/lib.identity-rbac@1.42.10
|
|
617
|
-
- @contractspec/lib.contracts@1.42.10
|
|
669
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
618
670
|
- @contractspec/lib.schema@1.42.10
|
|
619
671
|
- @contractspec/lib.jobs@1.42.10
|
|
620
672
|
- @contractspec/lib.bus@1.42.10
|
|
@@ -628,7 +680,7 @@
|
|
|
628
680
|
- @contractspec/module.notifications@1.42.9
|
|
629
681
|
- @contractspec/module.audit-trail@1.42.9
|
|
630
682
|
- @contractspec/lib.identity-rbac@1.42.9
|
|
631
|
-
- @contractspec/lib.contracts@1.42.9
|
|
683
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
632
684
|
- @contractspec/lib.schema@1.42.9
|
|
633
685
|
- @contractspec/lib.jobs@1.42.9
|
|
634
686
|
- @contractspec/lib.bus@1.42.9
|
|
@@ -642,7 +694,7 @@
|
|
|
642
694
|
- @contractspec/module.notifications@1.42.8
|
|
643
695
|
- @contractspec/module.audit-trail@1.42.8
|
|
644
696
|
- @contractspec/lib.identity-rbac@1.42.8
|
|
645
|
-
- @contractspec/lib.contracts@1.42.8
|
|
697
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
646
698
|
- @contractspec/lib.schema@1.42.8
|
|
647
699
|
- @contractspec/lib.jobs@1.42.8
|
|
648
700
|
- @contractspec/lib.bus@1.42.8
|
|
@@ -656,7 +708,7 @@
|
|
|
656
708
|
- @contractspec/module.notifications@1.42.7
|
|
657
709
|
- @contractspec/module.audit-trail@1.42.7
|
|
658
710
|
- @contractspec/lib.identity-rbac@1.42.7
|
|
659
|
-
- @contractspec/lib.contracts@1.42.7
|
|
711
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
660
712
|
- @contractspec/lib.schema@1.42.7
|
|
661
713
|
- @contractspec/lib.jobs@1.42.7
|
|
662
714
|
- @contractspec/lib.bus@1.42.7
|
|
@@ -670,7 +722,7 @@
|
|
|
670
722
|
- @contractspec/module.notifications@1.42.6
|
|
671
723
|
- @contractspec/module.audit-trail@1.42.6
|
|
672
724
|
- @contractspec/lib.identity-rbac@1.42.6
|
|
673
|
-
- @contractspec/lib.contracts@1.42.6
|
|
725
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
674
726
|
- @contractspec/lib.schema@1.42.6
|
|
675
727
|
- @contractspec/lib.jobs@1.42.6
|
|
676
728
|
- @contractspec/lib.bus@1.42.6
|
|
@@ -684,7 +736,7 @@
|
|
|
684
736
|
- @contractspec/module.notifications@1.42.5
|
|
685
737
|
- @contractspec/module.audit-trail@1.42.5
|
|
686
738
|
- @contractspec/lib.identity-rbac@1.42.5
|
|
687
|
-
- @contractspec/lib.contracts@1.42.5
|
|
739
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
688
740
|
- @contractspec/lib.schema@1.42.5
|
|
689
741
|
- @contractspec/lib.jobs@1.42.5
|
|
690
742
|
- @contractspec/lib.bus@1.42.5
|
|
@@ -698,7 +750,7 @@
|
|
|
698
750
|
- @contractspec/module.notifications@1.42.4
|
|
699
751
|
- @contractspec/module.audit-trail@1.42.4
|
|
700
752
|
- @contractspec/lib.identity-rbac@1.42.4
|
|
701
|
-
- @contractspec/lib.contracts@1.42.4
|
|
753
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
702
754
|
- @contractspec/lib.schema@1.42.4
|
|
703
755
|
- @contractspec/lib.jobs@1.42.4
|
|
704
756
|
- @contractspec/lib.bus@1.42.4
|
|
@@ -710,7 +762,7 @@
|
|
|
710
762
|
- 3f5d015: fix(tooling): cicd
|
|
711
763
|
- Updated dependencies [3f5d015]
|
|
712
764
|
- @contractspec/lib.bus@1.42.3
|
|
713
|
-
- @contractspec/lib.contracts@1.42.3
|
|
765
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
714
766
|
- @contractspec/lib.identity-rbac@1.42.3
|
|
715
767
|
- @contractspec/lib.jobs@1.42.3
|
|
716
768
|
- @contractspec/lib.schema@1.42.3
|
|
@@ -724,7 +776,7 @@
|
|
|
724
776
|
- 1f9ac4c: fix
|
|
725
777
|
- Updated dependencies [1f9ac4c]
|
|
726
778
|
- @contractspec/lib.bus@1.42.2
|
|
727
|
-
- @contractspec/lib.contracts@1.42.2
|
|
779
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
728
780
|
- @contractspec/lib.identity-rbac@1.42.2
|
|
729
781
|
- @contractspec/lib.jobs@1.42.2
|
|
730
782
|
- @contractspec/lib.schema@1.42.2
|
|
@@ -740,7 +792,7 @@
|
|
|
740
792
|
- @contractspec/module.notifications@1.42.1
|
|
741
793
|
- @contractspec/module.audit-trail@1.42.1
|
|
742
794
|
- @contractspec/lib.identity-rbac@1.42.1
|
|
743
|
-
- @contractspec/lib.contracts@1.42.1
|
|
795
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
744
796
|
- @contractspec/lib.schema@1.42.1
|
|
745
797
|
- @contractspec/lib.jobs@1.42.1
|
|
746
798
|
- @contractspec/lib.bus@1.42.1
|
|
@@ -755,7 +807,7 @@
|
|
|
755
807
|
|
|
756
808
|
- Updated dependencies [8eefd9c]
|
|
757
809
|
- @contractspec/lib.bus@1.42.0
|
|
758
|
-
- @contractspec/lib.contracts@1.42.0
|
|
810
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
759
811
|
- @contractspec/lib.identity-rbac@1.42.0
|
|
760
812
|
- @contractspec/lib.jobs@1.42.0
|
|
761
813
|
- @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",
|