@contractspec/example.crm-pipeline 3.7.3 → 3.7.5
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 +32 -0
- package/package.json +12 -12
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ 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 noBundle=false
|
|
6
|
-
Bundled 44 modules in
|
|
6
|
+
Bundled 44 modules in 59ms
|
|
7
7
|
|
|
8
8
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
9
9
|
seeders/index.js 1.00 KB (entry point)
|
|
@@ -51,7 +51,7 @@ Bundled 44 modules in 64ms
|
|
|
51
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 noBundle=false
|
|
54
|
-
Bundled 44 modules in
|
|
54
|
+
Bundled 44 modules in 59ms
|
|
55
55
|
|
|
56
56
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
57
57
|
seeders/index.js 0.99 KB (entry point)
|
|
@@ -99,7 +99,7 @@ Bundled 44 modules in 93ms
|
|
|
99
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 noBundle=false
|
|
102
|
-
Bundled 44 modules in
|
|
102
|
+
Bundled 44 modules in 51ms
|
|
103
103
|
|
|
104
104
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
105
105
|
seeders/index.js 0.99 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @contractspec/example.crm-pipeline
|
|
2
2
|
|
|
3
|
+
## 3.7.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ecf195a: fix: release security
|
|
8
|
+
- Updated dependencies [ecf195a]
|
|
9
|
+
- @contractspec/lib.example-shared-ui@6.0.5
|
|
10
|
+
- @contractspec/module.notifications@3.7.5
|
|
11
|
+
- @contractspec/lib.runtime-sandbox@2.7.5
|
|
12
|
+
- @contractspec/lib.contracts-spec@3.7.5
|
|
13
|
+
- @contractspec/module.audit-trail@3.7.5
|
|
14
|
+
- @contractspec/lib.design-system@3.7.5
|
|
15
|
+
- @contractspec/lib.identity-rbac@3.7.5
|
|
16
|
+
- @contractspec/lib.ui-kit-web@3.7.5
|
|
17
|
+
- @contractspec/lib.schema@3.7.5
|
|
18
|
+
|
|
19
|
+
## 3.7.4
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- fix: release security
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @contractspec/lib.example-shared-ui@6.0.4
|
|
26
|
+
- @contractspec/module.notifications@3.7.4
|
|
27
|
+
- @contractspec/lib.runtime-sandbox@2.7.4
|
|
28
|
+
- @contractspec/lib.contracts-spec@3.7.4
|
|
29
|
+
- @contractspec/module.audit-trail@3.7.4
|
|
30
|
+
- @contractspec/lib.design-system@3.7.4
|
|
31
|
+
- @contractspec/lib.identity-rbac@3.7.4
|
|
32
|
+
- @contractspec/lib.ui-kit-web@3.7.4
|
|
33
|
+
- @contractspec/lib.schema@3.7.4
|
|
34
|
+
|
|
3
35
|
## 3.7.3
|
|
4
36
|
|
|
5
37
|
### 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.5",
|
|
4
4
|
"description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -331,24 +331,24 @@
|
|
|
331
331
|
"typecheck": "tsc --noEmit"
|
|
332
332
|
},
|
|
333
333
|
"dependencies": {
|
|
334
|
-
"@contractspec/lib.contracts-spec": "3.7.
|
|
335
|
-
"@contractspec/lib.design-system": "3.7.
|
|
336
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
337
|
-
"@contractspec/lib.identity-rbac": "3.7.
|
|
338
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
339
|
-
"@contractspec/lib.schema": "3.7.
|
|
340
|
-
"@contractspec/lib.ui-kit-web": "3.7.
|
|
341
|
-
"@contractspec/module.audit-trail": "3.7.
|
|
342
|
-
"@contractspec/module.notifications": "3.7.
|
|
334
|
+
"@contractspec/lib.contracts-spec": "3.7.5",
|
|
335
|
+
"@contractspec/lib.design-system": "3.7.5",
|
|
336
|
+
"@contractspec/lib.example-shared-ui": "6.0.5",
|
|
337
|
+
"@contractspec/lib.identity-rbac": "3.7.5",
|
|
338
|
+
"@contractspec/lib.runtime-sandbox": "2.7.5",
|
|
339
|
+
"@contractspec/lib.schema": "3.7.5",
|
|
340
|
+
"@contractspec/lib.ui-kit-web": "3.7.5",
|
|
341
|
+
"@contractspec/module.audit-trail": "3.7.5",
|
|
342
|
+
"@contractspec/module.notifications": "3.7.5",
|
|
343
343
|
"react": "19.2.0",
|
|
344
344
|
"react-dom": "19.2.0"
|
|
345
345
|
},
|
|
346
346
|
"devDependencies": {
|
|
347
|
-
"@contractspec/tool.typescript": "3.7.
|
|
347
|
+
"@contractspec/tool.typescript": "3.7.5",
|
|
348
348
|
"typescript": "^5.9.3",
|
|
349
349
|
"@types/react": "^19.2.14",
|
|
350
350
|
"@types/react-dom": "^19.2.2",
|
|
351
|
-
"@contractspec/tool.bun": "3.7.
|
|
351
|
+
"@contractspec/tool.bun": "3.7.5"
|
|
352
352
|
},
|
|
353
353
|
"publishConfig": {
|
|
354
354
|
"exports": {
|