@contractspec/bundle.marketing 3.7.4 → 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.
@@ -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=45 noBundle=false
6
- Bundled 45 modules in 31ms
6
+ Bundled 45 modules in 27ms
7
7
 
8
8
  bundles/MarketingBundle.js 8.0 KB (entry point)
9
9
  libs/email/types.js 49 bytes (entry point)
@@ -52,7 +52,7 @@ Bundled 45 modules in 31ms
52
52
  components/marketing/sections/DevelopersSection.js 1.37 KB (entry point)
53
53
 
54
54
  [contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
55
- Bundled 45 modules in 27ms
55
+ Bundled 45 modules in 24ms
56
56
 
57
57
  bundles/MarketingBundle.js 8.1 KB (entry point)
58
58
  libs/email/types.js 41 bytes (entry point)
@@ -101,7 +101,7 @@ Bundled 45 modules in 27ms
101
101
  components/marketing/sections/DevelopersSection.js 1.42 KB (entry point)
102
102
 
103
103
  [contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
104
- Bundled 45 modules in 32ms
104
+ Bundled 45 modules in 27ms
105
105
 
106
106
  bundles/MarketingBundle.js 8.36 KB (entry point)
107
107
  libs/email/types.js 41 bytes (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @contractspec/bundle.marketing
2
2
 
3
+ ## 3.7.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ecf195a: fix: release security
8
+ - Updated dependencies [ecf195a]
9
+ - @contractspec/lib.contracts-runtime-client-react@3.7.5
10
+ - @contractspec/example.analytics-dashboard@3.7.5
11
+ - @contractspec/example.saas-boilerplate@3.7.5
12
+ - @contractspec/example.integration-hub@3.7.5
13
+ - @contractspec/example.workflow-system@3.7.5
14
+ - @contractspec/example.agent-console@3.7.5
15
+ - @contractspec/lib.example-shared-ui@6.0.5
16
+ - @contractspec/example.crm-pipeline@3.7.5
17
+ - @contractspec/example.marketplace@3.7.5
18
+ - @contractspec/lib.runtime-sandbox@2.7.5
19
+ - @contractspec/lib.surface-runtime@0.5.5
20
+ - @contractspec/lib.contracts-spec@3.7.5
21
+ - @contractspec/lib.design-system@3.7.5
22
+ - @contractspec/lib.ui-kit-core@3.7.5
23
+ - @contractspec/module.examples@3.7.5
24
+ - @contractspec/bundle.library@3.7.5
25
+ - @contractspec/lib.ui-kit-web@3.7.5
26
+ - @contractspec/lib.ui-link@3.7.5
27
+ - @contractspec/lib.logger@3.7.5
28
+ - @contractspec/lib.email@3.7.5
29
+
3
30
  ## 3.7.4
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.marketing",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -340,26 +340,26 @@
340
340
  },
341
341
  "types": "./dist/index.d.ts",
342
342
  "dependencies": {
343
- "@contractspec/bundle.library": "3.7.4",
344
- "@contractspec/lib.surface-runtime": "0.5.4",
345
- "@contractspec/example.agent-console": "3.7.4",
346
- "@contractspec/example.analytics-dashboard": "3.7.4",
347
- "@contractspec/example.crm-pipeline": "3.7.4",
348
- "@contractspec/example.integration-hub": "3.7.4",
349
- "@contractspec/example.marketplace": "3.7.4",
350
- "@contractspec/example.saas-boilerplate": "3.7.4",
351
- "@contractspec/example.workflow-system": "3.7.4",
352
- "@contractspec/lib.contracts-spec": "3.7.4",
353
- "@contractspec/lib.contracts-runtime-client-react": "3.7.4",
354
- "@contractspec/lib.design-system": "3.7.4",
355
- "@contractspec/lib.email": "3.7.4",
356
- "@contractspec/lib.example-shared-ui": "6.0.4",
357
- "@contractspec/lib.logger": "3.7.4",
358
- "@contractspec/lib.runtime-sandbox": "2.7.4",
359
- "@contractspec/lib.ui-kit-core": "3.7.4",
360
- "@contractspec/lib.ui-kit-web": "3.7.4",
361
- "@contractspec/lib.ui-link": "3.7.4",
362
- "@contractspec/module.examples": "3.7.4",
343
+ "@contractspec/bundle.library": "3.7.5",
344
+ "@contractspec/lib.surface-runtime": "0.5.5",
345
+ "@contractspec/example.agent-console": "3.7.5",
346
+ "@contractspec/example.analytics-dashboard": "3.7.5",
347
+ "@contractspec/example.crm-pipeline": "3.7.5",
348
+ "@contractspec/example.integration-hub": "3.7.5",
349
+ "@contractspec/example.marketplace": "3.7.5",
350
+ "@contractspec/example.saas-boilerplate": "3.7.5",
351
+ "@contractspec/example.workflow-system": "3.7.5",
352
+ "@contractspec/lib.contracts-spec": "3.7.5",
353
+ "@contractspec/lib.contracts-runtime-client-react": "3.7.5",
354
+ "@contractspec/lib.design-system": "3.7.5",
355
+ "@contractspec/lib.email": "3.7.5",
356
+ "@contractspec/lib.example-shared-ui": "6.0.5",
357
+ "@contractspec/lib.logger": "3.7.5",
358
+ "@contractspec/lib.runtime-sandbox": "2.7.5",
359
+ "@contractspec/lib.ui-kit-core": "3.7.5",
360
+ "@contractspec/lib.ui-kit-web": "3.7.5",
361
+ "@contractspec/lib.ui-link": "3.7.5",
362
+ "@contractspec/module.examples": "3.7.5",
363
363
  "@electric-sql/pglite": "^0.3.14",
364
364
  "@hookform/resolvers": "^5.2.2",
365
365
  "@scaleway/sdk": "^3.3.1",
@@ -374,9 +374,9 @@
374
374
  },
375
375
  "devDependencies": {
376
376
  "@types/react": "~19.2.14",
377
- "@contractspec/tool.typescript": "3.7.4",
377
+ "@contractspec/tool.typescript": "3.7.5",
378
378
  "typescript": "^5.9.3",
379
- "@contractspec/tool.bun": "3.7.4"
379
+ "@contractspec/tool.bun": "3.7.5"
380
380
  },
381
381
  "publishConfig": {
382
382
  "access": "public",