@contractspec/example.learning-journey-quest-challenges 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/learning-journey-quest-challenges/tsdown.config.js
4
4
  ℹ entry: src/example.ts, src/index.ts, src/track.ts, src/docs/index.ts, src/docs/quest-challenges.docblock.ts
5
5
  ℹ target: esnext
@@ -8,18 +8,23 @@ $ tsdown
8
8
  ℹ Cleaning 16 files
9
9
  ℹ dist/docs/quest-challenges.docblock.js 1.51 kB │ gzip: 0.78 kB
10
10
  ℹ dist/track.js 1.44 kB │ gzip: 0.76 kB
11
- ℹ dist/example.js 1.00 kB │ gzip: 0.54 kB
12
- ℹ dist/index.js 0.21 kB │ gzip: 0.13 kB
11
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
12
+ ℹ dist/example.js 0.96 kB │ gzip: 0.53 kB
13
+ ℹ dist/index.js 0.18 kB │ gzip: 0.12 kB
14
+ - rolldown-plugin-dts:generate (71%)
15
+ - tsdown:external (28%)
13
16
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
14
17
  ℹ dist/track.js.map 2.61 kB │ gzip: 1.15 kB
15
18
  ℹ dist/docs/quest-challenges.docblock.js.map 1.93 kB │ gzip: 0.95 kB
16
- ℹ dist/example.js.map 1.43 kB │ gzip: 0.74 kB
17
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
19
+ ℹ dist/example.js.map 1.42 kB │ gzip: 0.73 kB
18
20
  ℹ dist/track.d.ts.map 0.14 kB │ gzip: 0.13 kB
21
+ ℹ dist/example.d.ts.map 0.13 kB │ gzip: 0.13 kB
19
22
  ℹ dist/track.d.ts 0.33 kB │ gzip: 0.20 kB
20
23
  ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
21
24
  ℹ dist/index.d.ts 0.15 kB │ gzip: 0.10 kB
22
25
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
26
+ See https://rolldown.rs/options/checks#plugintimings for more details.
23
27
  ℹ dist/docs/quest-challenges.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
24
- ℹ 15 files, total: 11.21 kB
25
- ✔ Build complete in 18916ms
28
+ ℹ 15 files, total: 11.13 kB
29
+
30
+ ✔ Build complete in 18917ms
@@ -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/learning-journey-quest-challenges/tsdown.config.js (unrun)
7
- ℹ entry: src/example.ts, src/index.ts, src/track.ts, src/docs/index.ts, src/docs/quest-challenges.docblock.ts
8
- ℹ target: esnext
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 16 files
12
- ℹ dist/docs/quest-challenges.docblock.js 1.51 kB │ gzip: 0.78 kB
13
- ℹ dist/track.js 1.44 kB │ gzip: 0.76 kB
14
- ℹ dist/example.js 1.00 kB │ gzip: 0.54 kB
15
- ℹ dist/index.js 0.21 kB │ gzip: 0.13 kB
16
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
- ℹ dist/track.js.map 2.61 kB │ gzip: 1.15 kB
18
- ℹ dist/docs/quest-challenges.docblock.js.map 1.93 kB │ gzip: 0.95 kB
19
- ℹ dist/example.js.map 1.43 kB │ gzip: 0.74 kB
20
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
21
- ℹ dist/track.d.ts.map 0.14 kB │ gzip: 0.13 kB
22
- ℹ dist/track.d.ts 0.33 kB │ gzip: 0.20 kB
23
- ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
24
- ℹ dist/index.d.ts 0.15 kB │ gzip: 0.10 kB
25
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
26
- ℹ dist/docs/quest-challenges.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
27
- ℹ 15 files, total: 11.21 kB
28
- ✔ Build complete in 4592ms
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/learning-journey-quest-challenges/tsdown.config.js
6
+ ℹ entry: src/example.ts, src/index.ts, src/track.ts, src/docs/index.ts, src/docs/quest-challenges.docblock.ts
7
+ ℹ target: esnext
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/docs/quest-challenges.docblock.js 1.51 kB │ gzip: 0.78 kB
11
+ ℹ dist/track.js 1.44 kB │ gzip: 0.76 kB
12
+ ℹ dist/example.js 0.96 kB │ gzip: 0.53 kB
13
+ ℹ dist/index.js 0.18 kB │ gzip: 0.12 kB
14
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
+ ℹ dist/track.js.map 2.61 kB │ gzip: 1.15 kB
16
+ ℹ dist/docs/quest-challenges.docblock.js.map 1.93 kB │ gzip: 0.95 kB
17
+ ℹ dist/example.js.map 1.42 kB │ gzip: 0.73 kB
18
+ ℹ dist/track.d.ts.map 0.14 kB │ gzip: 0.13 kB
19
+ ℹ dist/example.d.ts.map 0.13 kB │ gzip: 0.13 kB
20
+ ℹ dist/track.d.ts 0.33 kB │ gzip: 0.20 kB
21
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
22
+ ℹ dist/index.d.ts 0.15 kB │ gzip: 0.10 kB
23
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
24
+ ℹ dist/docs/quest-challenges.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
25
+ ℹ 15 files, total: 11.13 kB
26
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
27
+ - rolldown-plugin-dts:generate (59%)
28
+ - tsdown:external (40%)
29
+ See https://rolldown.rs/options/checks#plugintimings for more details.
30
+
31
+ ✔ Build complete in 19375ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @contractspec/example.learning-journey-quest-challenges
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/module.learning-journey@1.57.0
19
+
20
+ ## 1.56.1
21
+
22
+ ### Patch Changes
23
+
24
+ - fix: improve publish config
25
+ - Updated dependencies
26
+ - @contractspec/module.learning-journey@1.56.1
27
+ - @contractspec/lib.contracts@1.56.1
28
+
3
29
  ## 1.56.0
4
30
 
5
31
  ### Minor Changes
@@ -1 +1 @@
1
- {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SA0BJ,4BAAA,CA1BW"}
1
+ {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"mappings":";;;cAEM,OAAA,EA0BJ,4BAAA,CA1BW,WAAA"}
package/dist/example.js CHANGED
@@ -35,8 +35,7 @@ const example = defineExample({
35
35
  mcp: { enabled: true }
36
36
  }
37
37
  });
38
- var example_default = example;
39
38
 
40
39
  //#endregion
41
- export { example_default as default };
40
+ export { example as default };
42
41
  //# 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: 'learning-journey-quest-challenges',\n version: '1.0.0',\n title: 'Learning Journey — Quest Challenges',\n description:\n 'Quest/challenge pattern: multi-step goals with progress events, rewards, and streak hooks.',\n kind: 'template',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['learning', 'quests', 'challenges'],\n },\n docs: {\n rootDocId: 'docs.learning-journey.quest-challenges',\n },\n entrypoints: {\n packageName: '@contractspec/example.learning-journey-quest-challenges',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['playground', '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;GAAY;GAAU;GAAa;EAC3C;CACD,MAAM,EACJ,WAAW,0CACZ;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,cAAc,WAAW;GAAE;EAC7D,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: 'learning-journey-quest-challenges',\n version: '1.0.0',\n title: 'Learning Journey — Quest Challenges',\n description:\n 'Quest/challenge pattern: multi-step goals with progress events, rewards, and streak hooks.',\n kind: 'template',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['learning', 'quests', 'challenges'],\n },\n docs: {\n rootDocId: 'docs.learning-journey.quest-challenges',\n },\n entrypoints: {\n packageName: '@contractspec/example.learning-journey-quest-challenges',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['playground', '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;GAAY;GAAU;GAAa;EAC3C;CACD,MAAM,EACJ,WAAW,0CACZ;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,cAAc,WAAW;GAAE;EAC7D,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC"}
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 { moneyResetQuestTrack, questTracks } from "./track.js";
3
3
  import "./docs/index.js";
4
4
 
5
- export { example_default as example, moneyResetQuestTrack, questTracks };
5
+ export { example, moneyResetQuestTrack, questTracks };
@@ -1 +1 @@
1
- {"version":3,"file":"track.d.ts","names":[],"sources":["../src/track.ts"],"sourcesContent":[],"mappings":";;;cAqBa,sBAAsB;cAsDtB,aAAa"}
1
+ {"version":3,"file":"track.d.ts","names":[],"sources":["../src/track.ts"],"mappings":";;;cAqBa,oBAAA,EAAsB,wBAAA;AAAA,cAsDtB,WAAA,EAAa,wBAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-quest-challenges",
3
- "version": "1.56.0",
3
+ "version": "1.57.0",
4
4
  "description": "Time-bound quest/challenge learning journey example.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -26,13 +26,13 @@
26
26
  "test": "bun test"
27
27
  },
28
28
  "dependencies": {
29
- "@contractspec/module.learning-journey": "1.56.0",
30
- "@contractspec/lib.contracts": "1.56.0"
29
+ "@contractspec/module.learning-journey": "1.57.0",
30
+ "@contractspec/lib.contracts": "1.57.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@contractspec/tool.tsdown": "1.56.0",
34
- "@contractspec/tool.typescript": "1.56.0",
35
- "tsdown": "^0.19.0",
33
+ "@contractspec/tool.tsdown": "1.57.0",
34
+ "@contractspec/tool.typescript": "1.57.0",
35
+ "tsdown": "^0.20.3",
36
36
  "typescript": "^5.9.3"
37
37
  },
38
38
  "publishConfig": {