@contractspec/example.content-generation 1.56.0 → 1.57.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.
@@ -1,5 +1,5 @@
1
1
  $ tsdown
2
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
2
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/content-generation/tsdown.config.js
4
4
  ℹ entry: src/example.ts, src/generate.ts, src/index.ts, src/docs/content-generation.docblock.ts, src/docs/index.ts
5
5
  ℹ target: esnext
@@ -8,18 +8,23 @@ $ tsdown
8
8
  ℹ Cleaning 16 files
9
9
  ℹ dist/generate.js 1.81 kB │ gzip: 0.90 kB
10
10
  ℹ dist/docs/content-generation.docblock.js 1.37 kB │ gzip: 0.69 kB
11
- ℹ dist/example.js 1.02 kB │ gzip: 0.51 kB
12
- ℹ dist/index.js 0.20 kB │ gzip: 0.13 kB
11
+ ℹ dist/example.js 0.98 kB │ gzip: 0.50 kB
12
+ ℹ dist/index.js 0.17 kB │ gzip: 0.11 kB
13
13
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
14
14
  ℹ dist/generate.js.map 2.87 kB │ gzip: 1.30 kB
15
15
  ℹ dist/docs/content-generation.docblock.js.map 1.86 kB │ gzip: 0.88 kB
16
- ℹ dist/example.js.map 1.46 kB │ gzip: 0.69 kB
17
- ℹ dist/generate.d.ts.map 0.14 kB │ gzip: 0.13 kB
18
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
16
+ ℹ dist/example.js.map 1.45 kB │ gzip: 0.69 kB
17
+ ℹ dist/example.d.ts.map 0.13 kB │ gzip: 0.13 kB
18
+ ℹ dist/generate.d.ts.map 0.12 kB │ gzip: 0.13 kB
19
19
  ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
20
20
  ℹ dist/generate.d.ts 0.18 kB │ gzip: 0.15 kB
21
21
  ℹ dist/index.d.ts 0.14 kB │ gzip: 0.10 kB
22
22
  ℹ dist/docs/content-generation.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
23
23
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
24
- ℹ 15 files, total: 11.51 kB
25
- ✔ Build complete in 15752ms
24
+ ℹ 15 files, total: 11.41 kB
25
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
26
+ - rolldown-plugin-dts:generate (57%)
27
+ - tsdown:external (37%)
28
+ See https://rolldown.rs/options/checks#plugintimings for more details.
29
+
30
+ ✔ Build complete in 31841ms
@@ -1,28 +1,31 @@
1
-
2
- $ bun build:types && bun build:bundle
3
- $ tsc --noEmit
4
- $ tsdown
5
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
- ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/content-generation/tsdown.config.js (unrun)
7
- ℹ entry: src/example.ts, src/generate.ts, src/index.ts, src/docs/content-generation.docblock.ts, src/docs/index.ts
8
- ℹ target: esnext
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 16 files
12
- ℹ dist/generate.js 1.81 kB │ gzip: 0.90 kB
13
- ℹ dist/docs/content-generation.docblock.js 1.37 kB │ gzip: 0.69 kB
14
- ℹ dist/example.js 1.02 kB │ gzip: 0.51 kB
15
- ℹ dist/index.js 0.20 kB │ gzip: 0.13 kB
16
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
- ℹ dist/generate.js.map 2.87 kB │ gzip: 1.30 kB
18
- ℹ dist/docs/content-generation.docblock.js.map 1.86 kB │ gzip: 0.88 kB
19
- ℹ dist/example.js.map 1.46 kB │ gzip: 0.69 kB
20
- ℹ dist/generate.d.ts.map 0.14 kB │ gzip: 0.13 kB
21
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
22
- ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
23
- ℹ dist/generate.d.ts 0.18 kB │ gzip: 0.15 kB
24
- ℹ dist/index.d.ts 0.14 kB │ gzip: 0.10 kB
25
- ℹ dist/docs/content-generation.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
26
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
27
- ℹ 15 files, total: 11.51 kB
28
- ✔ Build complete in 5620ms
1
+ $ bun build:types && bun build:bundle
2
+ $ tsc --noEmit
3
+ $ tsdown
4
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
5
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/content-generation/tsdown.config.js
6
+ ℹ entry: src/example.ts, src/generate.ts, src/index.ts, src/docs/content-generation.docblock.ts, src/docs/index.ts
7
+ ℹ target: esnext
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/generate.js 1.81 kB │ gzip: 0.90 kB
11
+ ℹ dist/docs/content-generation.docblock.js 1.37 kB │ gzip: 0.69 kB
12
+ ℹ dist/example.js 0.98 kB │ gzip: 0.50 kB
13
+ ℹ dist/index.js 0.17 kB │ gzip: 0.11 kB
14
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
+ ℹ dist/generate.js.map 2.87 kB │ gzip: 1.30 kB
16
+ ℹ dist/docs/content-generation.docblock.js.map 1.86 kB │ gzip: 0.88 kB
17
+ ℹ dist/example.js.map 1.45 kB │ gzip: 0.69 kB
18
+ ℹ dist/example.d.ts.map 0.13 kB │ gzip: 0.13 kB
19
+ ℹ dist/generate.d.ts.map 0.12 kB │ gzip: 0.13 kB
20
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
21
+ ℹ dist/generate.d.ts 0.18 kB │ gzip: 0.15 kB
22
+ ℹ dist/index.d.ts 0.14 kB │ gzip: 0.10 kB
23
+ ℹ dist/docs/content-generation.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
24
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
25
+ ℹ 15 files, total: 11.41 kB
26
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
27
+ - tsdown:external (62%)
28
+ - rolldown-plugin-dts:generate (37%)
29
+ See https://rolldown.rs/options/checks#plugintimings for more details.
30
+
31
+ ✔ Build complete in 21047ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @contractspec/example.content-generation
2
2
 
3
+ ## 1.57.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 11a5a05: feat: improve product intent
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [8ecf3c1]
12
+ - Updated dependencies [47c48c2]
13
+ - Updated dependencies [a119963]
14
+ - Updated dependencies [4651e06]
15
+ - Updated dependencies [ad9d10a]
16
+ - Updated dependencies [11a5a05]
17
+ - @contractspec/lib.contracts@1.57.0
18
+ - @contractspec/lib.content-gen@1.57.0
19
+ - @contractspec/lib.logger@1.57.0
20
+
21
+ ## 1.56.1
22
+
23
+ ### Patch Changes
24
+
25
+ - fix: improve publish config
26
+ - Updated dependencies
27
+ - @contractspec/lib.content-gen@1.56.1
28
+ - @contractspec/lib.contracts@1.56.1
29
+ - @contractspec/lib.logger@1.56.1
30
+
3
31
  ## 1.56.0
4
32
 
5
33
  ### Minor Changes
@@ -1 +1 @@
1
- {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SA2BJ,4BAAA,CA3BW"}
1
+ {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"mappings":";;;cAEM,OAAA,EA2BJ,4BAAA,CA3BW,WAAA"}
package/dist/example.js CHANGED
@@ -39,8 +39,7 @@ const example = defineExample({
39
39
  mcp: { enabled: true }
40
40
  }
41
41
  });
42
- var example_default = example;
43
42
 
44
43
  //#endregion
45
- export { example_default as default };
44
+ export { example as default };
46
45
  //# sourceMappingURL=example.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'content-generation',\n version: '1.0.0',\n title: 'Content Generation',\n description:\n 'Generate blog/landing/email/social/SEO assets from a typed ContentBrief using @contractspec/lib.content-gen.',\n kind: 'script',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['content', 'marketing', 'generation', 'ai'],\n },\n docs: {\n rootDocId: 'docs.examples.content-generation',\n usageDocId: 'docs.examples.content-generation.usage',\n },\n entrypoints: {\n packageName: '@contractspec/example.content-generation',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['markdown'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAW;GAAa;GAAc;GAAK;EACnD;CACD,MAAM;EACJ,WAAW;EACX,YAAY;EACb;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,WAAW;GAAE;EAC/C,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC;AAEF,sBAAe"}
1
+ {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'content-generation',\n version: '1.0.0',\n title: 'Content Generation',\n description:\n 'Generate blog/landing/email/social/SEO assets from a typed ContentBrief using @contractspec/lib.content-gen.',\n kind: 'script',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['content', 'marketing', 'generation', 'ai'],\n },\n docs: {\n rootDocId: 'docs.examples.content-generation',\n usageDocId: 'docs.examples.content-generation.usage',\n },\n entrypoints: {\n packageName: '@contractspec/example.content-generation',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['markdown'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAW;GAAa;GAAc;GAAK;EACnD;CACD,MAAM;EACJ,WAAW;EACX,YAAY;EACb;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,WAAW;GAAE;EAC/C,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"generate.d.ts","names":[],"sources":["../src/generate.ts"],"sourcesContent":[],"mappings":";iBAkBsB,2BAAA,CAAA,GAA+B"}
1
+ {"version":3,"file":"generate.d.ts","names":[],"sources":["../src/generate.ts"],"mappings":";iBAkBsB,2BAAA,CAAA,GAA+B,OAAA"}
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import example_default from "./example.js";
1
+ import example from "./example.js";
2
2
  import { runContentGenerationExample } from "./generate.js";
3
3
  import "./docs/index.js";
4
4
 
5
- export { example_default as example, runContentGenerationExample };
5
+ export { example, runContentGenerationExample };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.content-generation",
3
- "version": "1.56.0",
3
+ "version": "1.57.0",
4
4
  "description": "Content generation example using @contractspec/lib.content-gen.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -26,14 +26,14 @@
26
26
  "test": "bun test"
27
27
  },
28
28
  "dependencies": {
29
- "@contractspec/lib.contracts": "1.56.0",
30
- "@contractspec/lib.content-gen": "1.56.0",
31
- "@contractspec/lib.logger": "1.56.0"
29
+ "@contractspec/lib.contracts": "1.57.0",
30
+ "@contractspec/lib.content-gen": "1.57.0",
31
+ "@contractspec/lib.logger": "1.57.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@contractspec/tool.tsdown": "1.56.0",
35
- "@contractspec/tool.typescript": "1.56.0",
36
- "tsdown": "^0.19.0",
34
+ "@contractspec/tool.tsdown": "1.57.0",
35
+ "@contractspec/tool.typescript": "1.57.0",
36
+ "tsdown": "^0.20.3",
37
37
  "typescript": "^5.9.3"
38
38
  },
39
39
  "publishConfig": {