@contractspec/example.crm-pipeline 3.7.25 → 3.7.27
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 +3 -3
- package/CHANGELOG.md +49 -0
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
|
|
|
2
2
|
$ bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build transpile
|
|
4
4
|
[contractspec-bun-build] transpile target=bun root=src entries=45 noBundle=false
|
|
5
|
-
Bundled 45 modules in
|
|
5
|
+
Bundled 45 modules in 64ms
|
|
6
6
|
|
|
7
7
|
./crm-pipeline.feature.js 1.94 KB (entry point)
|
|
8
8
|
seeders/index.js 0.72 KB (entry point)
|
|
@@ -51,7 +51,7 @@ Bundled 45 modules in 33ms
|
|
|
51
51
|
docs/crm-pipeline.docblock.js 4.16 KB (entry point)
|
|
52
52
|
|
|
53
53
|
[contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
|
|
54
|
-
Bundled 45 modules in
|
|
54
|
+
Bundled 45 modules in 100ms
|
|
55
55
|
|
|
56
56
|
./crm-pipeline.feature.js 1.94 KB (entry point)
|
|
57
57
|
seeders/index.js 0.72 KB (entry point)
|
|
@@ -100,7 +100,7 @@ Bundled 45 modules in 58ms
|
|
|
100
100
|
docs/crm-pipeline.docblock.js 4.14 KB (entry point)
|
|
101
101
|
|
|
102
102
|
[contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
|
|
103
|
-
Bundled 45 modules in
|
|
103
|
+
Bundled 45 modules in 76ms
|
|
104
104
|
|
|
105
105
|
./crm-pipeline.feature.js 1.94 KB (entry point)
|
|
106
106
|
seeders/index.js 0.72 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# @contractspec/example.crm-pipeline
|
|
2
2
|
|
|
3
|
+
## 3.7.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: auto-bump internal dependents
|
|
8
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
9
|
+
- Updated dependencies because of Remove avoidable Node crypto imports from ContractSpec runtime surfaces and keep signing helpers isolated.
|
|
10
|
+
- Updated dependencies because of Add grouped option support to design-system Select controls across web and native.
|
|
11
|
+
- Updated dependencies because of Improve FormSpec autocomplete rendering and resolver-backed search.
|
|
12
|
+
- Updated dependencies because of Keep web FormSpec datetime controls inside their responsive form columns.
|
|
13
|
+
- Updated dependencies because of Add first-class FormSpec email fields with native renderer affordances.
|
|
14
|
+
- Updated dependencies because of Preserve FormSpec email input behavior when optional renderer metadata is omitted.
|
|
15
|
+
- Updated dependencies because of Add ThemeSpec Tailwind aliases for FormSpec option surface backgrounds.
|
|
16
|
+
- Updated dependencies because of Fix FormSpec password visibility toggles so rendered password fields can reveal and re-mask values.
|
|
17
|
+
- Updated dependencies because of Add progressive FormSpec section and step layout metadata with shared React and design-system rendering support.
|
|
18
|
+
- Updated dependencies because of Forward refs through the web Button primitive and its slotted rendering path to stabilize Radix `asChild` triggers.
|
|
19
|
+
- @contractspec/lib.example-shared-ui@7.0.4
|
|
20
|
+
- @contractspec/lib.identity-rbac@3.7.25
|
|
21
|
+
- @contractspec/lib.presentation-runtime-core@5.1.1
|
|
22
|
+
- @contractspec/lib.runtime-sandbox@3.0.4
|
|
23
|
+
- @contractspec/module.audit-trail@3.7.25
|
|
24
|
+
- @contractspec/module.notifications@3.8.1
|
|
25
|
+
- @contractspec/lib.contracts-spec@6.0.0
|
|
26
|
+
- @contractspec/lib.design-system@4.2.0
|
|
27
|
+
- @contractspec/lib.ui-kit-web@3.13.0
|
|
28
|
+
|
|
29
|
+
## 3.7.26
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- chore: auto-bump internal dependents
|
|
34
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
35
|
+
- Updated dependencies because of Add Biome guardrails that keep JSX layout and text compatible with React and React Native.
|
|
36
|
+
- Updated dependencies because of Add mobile-safe FormSpec layout helpers and scoped DataView filters.
|
|
37
|
+
|
|
38
|
+
FormSpec authors can now use `responsiveFormColumns(...)` for explicit mobile-first column metadata without changing legacy numeric `layout.columns` behavior. DataView contracts can declare `filterScope.initial` and `filterScope.locked` filters so generic list/search contracts can be reused in context-restricted screens while keeping locked constraints out of user-editable URL state.
|
|
39
|
+
|
|
40
|
+
- Updated dependencies because of Add OSS harness CLI verification with deterministic Playwright, optional agent-browser visual runs, auth profile refs, visual diff evidence, replay bundles, and core scenario success semantics.
|
|
41
|
+
- Updated dependencies because of Add concrete omnichannel notification channels for email, SMS, Telegram, and WhatsApp.
|
|
42
|
+
- @contractspec/lib.example-shared-ui@7.0.3
|
|
43
|
+
- @contractspec/lib.identity-rbac@3.7.24
|
|
44
|
+
- @contractspec/lib.runtime-sandbox@3.0.3
|
|
45
|
+
- @contractspec/module.audit-trail@3.7.24
|
|
46
|
+
- @contractspec/lib.ui-kit-web@3.12.1
|
|
47
|
+
- @contractspec/lib.design-system@4.1.0
|
|
48
|
+
- @contractspec/lib.contracts-spec@5.7.0
|
|
49
|
+
- @contractspec/lib.presentation-runtime-core@5.1.0
|
|
50
|
+
- @contractspec/module.notifications@3.8.0
|
|
51
|
+
|
|
3
52
|
## 3.7.25
|
|
4
53
|
|
|
5
54
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.crm-pipeline",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.27",
|
|
4
4
|
"description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -338,18 +338,18 @@
|
|
|
338
338
|
"typecheck": "tsc --noEmit"
|
|
339
339
|
},
|
|
340
340
|
"dependencies": {
|
|
341
|
-
"@contractspec/lib.contracts-spec": "
|
|
342
|
-
"@contractspec/lib.design-system": "4.
|
|
343
|
-
"@contractspec/lib.example-shared-ui": "7.0.
|
|
344
|
-
"@contractspec/lib.identity-rbac": "3.7.
|
|
345
|
-
"@contractspec/lib.runtime-sandbox": "3.0.
|
|
341
|
+
"@contractspec/lib.contracts-spec": "6.0.0",
|
|
342
|
+
"@contractspec/lib.design-system": "4.2.0",
|
|
343
|
+
"@contractspec/lib.example-shared-ui": "7.0.4",
|
|
344
|
+
"@contractspec/lib.identity-rbac": "3.7.25",
|
|
345
|
+
"@contractspec/lib.runtime-sandbox": "3.0.4",
|
|
346
346
|
"@contractspec/lib.schema": "3.7.14",
|
|
347
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
348
|
-
"@contractspec/module.audit-trail": "3.7.
|
|
349
|
-
"@contractspec/module.notifications": "3.
|
|
347
|
+
"@contractspec/lib.ui-kit-web": "3.13.0",
|
|
348
|
+
"@contractspec/module.audit-trail": "3.7.25",
|
|
349
|
+
"@contractspec/module.notifications": "3.8.1",
|
|
350
350
|
"react": "19.2.0",
|
|
351
351
|
"react-dom": "19.2.0",
|
|
352
|
-
"@contractspec/lib.presentation-runtime-core": "5.
|
|
352
|
+
"@contractspec/lib.presentation-runtime-core": "5.1.1"
|
|
353
353
|
},
|
|
354
354
|
"devDependencies": {
|
|
355
355
|
"@contractspec/tool.typescript": "3.7.13",
|