@contractspec/example.learning-journey-registry 1.50.0 → 1.51.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.
@@ -47,4 +47,4 @@ $ tsdown
47
47
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
48
48
  ℹ dist/docs/learning-journey-registry.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
49
49
  ℹ 40 files, total: 62.16 kB
50
- ✔ Build complete in 2799ms
50
+ ✔ Build complete in 3205ms
@@ -1,53 +1,51 @@
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-registry/tsdown.config.js (unrun)
7
- ℹ entry: src/api-types.ts, src/api.ts, src/example.ts, src/index.ts, src/learning-journey-registry.feature.ts, src/progress-store.ts, src/tracks.ts, src/docs/index.ts, src/docs/learning-journey-registry.docblock.ts, src/ui/LearningMiniApp.tsx, src/ui/index.ts, src/presentations/index.ts
8
- ℹ target: esnext
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 43 files
12
- ℹ dist/api.js  6.79 kB │ gzip: 1.96 kB
13
- ℹ dist/ui/LearningMiniApp.js  2.93 kB │ gzip: 0.99 kB
14
- ℹ dist/presentations/index.js  1.81 kB │ gzip: 0.61 kB
15
- ℹ dist/tracks.js  1.81 kB │ gzip: 0.60 kB
16
- ℹ dist/learning-journey-registry.feature.js  1.62 kB │ gzip: 0.57 kB
17
- ℹ dist/docs/learning-journey-registry.docblock.js  1.36 kB │ gzip: 0.70 kB
18
- ℹ dist/index.js  1.14 kB │ gzip: 0.34 kB
19
- ℹ dist/example.js  0.95 kB │ gzip: 0.50 kB
20
- ℹ dist/progress-store.js  0.84 kB │ gzip: 0.42 kB
21
- ℹ dist/ui/index.js  0.17 kB │ gzip: 0.09 kB
22
- ℹ dist/docs/index.js  0.05 kB │ gzip: 0.07 kB
23
- ℹ dist/api-types.js  0.00 kB │ gzip: 0.02 kB
24
- ℹ dist/api.js.map 13.12 kB │ gzip: 3.83 kB
25
- ℹ dist/ui/LearningMiniApp.js.map  4.91 kB │ gzip: 1.57 kB
26
- ℹ dist/tracks.js.map  3.58 kB │ gzip: 1.07 kB
27
- ℹ dist/presentations/index.js.map  2.69 kB │ gzip: 0.91 kB
28
- ℹ dist/learning-journey-registry.feature.js.map  2.58 kB │ gzip: 0.96 kB
29
- ℹ dist/docs/learning-journey-registry.docblock.js.map  1.77 kB │ gzip: 0.86 kB
30
- ℹ dist/progress-store.js.map  1.67 kB │ gzip: 0.76 kB
31
- ℹ dist/example.js.map  1.39 kB │ gzip: 0.69 kB
32
- ℹ dist/api-types.d.ts.map  0.65 kB │ gzip: 0.34 kB
33
- ℹ dist/tracks.d.ts.map  0.58 kB │ gzip: 0.30 kB
34
- ℹ dist/ui/LearningMiniApp.d.ts.map  0.49 kB │ gzip: 0.29 kB
35
- ℹ dist/progress-store.d.ts.map  0.34 kB │ gzip: 0.23 kB
36
- ℹ dist/api.d.ts.map  0.26 kB │ gzip: 0.19 kB
37
- ℹ dist/presentations/index.d.ts.map  0.25 kB │ gzip: 0.19 kB
38
- ℹ dist/learning-journey-registry.feature.d.ts.map  0.20 kB │ gzip: 0.15 kB
39
- ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
40
- ℹ dist/tracks.d.ts  1.76 kB │ gzip: 0.57 kB
41
- ℹ dist/ui/LearningMiniApp.d.ts  1.21 kB │ gzip: 0.53 kB
42
- ℹ dist/index.d.ts  1.17 kB │ gzip: 0.34 kB
43
- ℹ dist/api-types.d.ts  1.08 kB │ gzip: 0.48 kB
44
- ℹ dist/presentations/index.d.ts  0.69 kB │ gzip: 0.24 kB
45
- ℹ dist/progress-store.d.ts  0.69 kB │ gzip: 0.31 kB
46
- ℹ dist/api.d.ts  0.56 kB │ gzip: 0.30 kB
47
- ℹ dist/learning-journey-registry.feature.d.ts  0.47 kB │ gzip: 0.26 kB
48
- ℹ dist/example.d.ts  0.25 kB │ gzip: 0.17 kB
49
- ℹ dist/ui/index.d.ts  0.17 kB │ gzip: 0.09 kB
50
- ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
51
- ℹ dist/docs/learning-journey-registry.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
52
- ℹ 40 files, total: 62.16 kB
53
- ✔ Build complete in 1835ms
1
+ $ bun build:types && bun build:bundle
2
+ $ tsc --noEmit
3
+ $ tsdown
4
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-registry/tsdown.config.js
6
+ ℹ entry: src/api-types.ts, src/api.ts, src/example.ts, src/index.ts, src/learning-journey-registry.feature.ts, src/progress-store.ts, src/tracks.ts, src/docs/index.ts, src/docs/learning-journey-registry.docblock.ts, src/presentations/index.ts, src/ui/LearningMiniApp.tsx, src/ui/index.ts
7
+ ℹ target: esnext
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/api.js  6.79 kB │ gzip: 1.96 kB
11
+ ℹ dist/ui/LearningMiniApp.js  2.93 kB │ gzip: 0.99 kB
12
+ ℹ dist/presentations/index.js  1.81 kB │ gzip: 0.61 kB
13
+ ℹ dist/tracks.js  1.81 kB │ gzip: 0.60 kB
14
+ ℹ dist/learning-journey-registry.feature.js  1.62 kB │ gzip: 0.57 kB
15
+ ℹ dist/docs/learning-journey-registry.docblock.js  1.36 kB │ gzip: 0.70 kB
16
+ ℹ dist/index.js  1.14 kB │ gzip: 0.34 kB
17
+ ℹ dist/example.js  0.95 kB │ gzip: 0.50 kB
18
+ ℹ dist/progress-store.js  0.84 kB │ gzip: 0.42 kB
19
+ ℹ dist/ui/index.js  0.17 kB │ gzip: 0.09 kB
20
+ ℹ dist/docs/index.js  0.05 kB │ gzip: 0.07 kB
21
+ ℹ dist/api-types.js  0.00 kB │ gzip: 0.02 kB
22
+ ℹ dist/api.js.map 13.12 kB │ gzip: 3.83 kB
23
+ ℹ dist/ui/LearningMiniApp.js.map  4.91 kB │ gzip: 1.57 kB
24
+ ℹ dist/tracks.js.map  3.58 kB │ gzip: 1.07 kB
25
+ ℹ dist/presentations/index.js.map  2.69 kB │ gzip: 0.91 kB
26
+ ℹ dist/learning-journey-registry.feature.js.map  2.58 kB │ gzip: 0.96 kB
27
+ ℹ dist/docs/learning-journey-registry.docblock.js.map  1.77 kB │ gzip: 0.86 kB
28
+ ℹ dist/progress-store.js.map  1.67 kB │ gzip: 0.76 kB
29
+ ℹ dist/example.js.map  1.39 kB │ gzip: 0.69 kB
30
+ ℹ dist/api-types.d.ts.map  0.65 kB │ gzip: 0.34 kB
31
+ ℹ dist/tracks.d.ts.map  0.58 kB │ gzip: 0.30 kB
32
+ ℹ dist/ui/LearningMiniApp.d.ts.map  0.49 kB │ gzip: 0.29 kB
33
+ ℹ dist/progress-store.d.ts.map  0.34 kB │ gzip: 0.23 kB
34
+ ℹ dist/api.d.ts.map  0.26 kB │ gzip: 0.19 kB
35
+ ℹ dist/presentations/index.d.ts.map  0.25 kB │ gzip: 0.19 kB
36
+ ℹ dist/learning-journey-registry.feature.d.ts.map  0.20 kB │ gzip: 0.15 kB
37
+ ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
38
+ ℹ dist/tracks.d.ts  1.76 kB │ gzip: 0.57 kB
39
+ ℹ dist/ui/LearningMiniApp.d.ts  1.21 kB │ gzip: 0.53 kB
40
+ ℹ dist/index.d.ts  1.17 kB │ gzip: 0.34 kB
41
+ ℹ dist/api-types.d.ts  1.08 kB │ gzip: 0.48 kB
42
+ ℹ dist/presentations/index.d.ts  0.69 kB │ gzip: 0.24 kB
43
+ ℹ dist/progress-store.d.ts  0.69 kB │ gzip: 0.31 kB
44
+ ℹ dist/api.d.ts  0.56 kB │ gzip: 0.30 kB
45
+ ℹ dist/learning-journey-registry.feature.d.ts  0.47 kB │ gzip: 0.25 kB
46
+ ℹ dist/example.d.ts  0.25 kB │ gzip: 0.17 kB
47
+ ℹ dist/ui/index.d.ts  0.17 kB │ gzip: 0.09 kB
48
+ ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
49
+ ℹ dist/docs/learning-journey-registry.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
50
+ ℹ 40 files, total: 62.16 kB
51
+ ✔ Build complete in 3212ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @contractspec/example.learning-journey-registry
2
2
 
3
+ ## 1.51.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e6faefb: feat: add guide to import existing codebase
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [23e46e9]
12
+ - Updated dependencies [ad1f852]
13
+ - Updated dependencies [e6faefb]
14
+ - @contractspec/lib.contracts@1.51.0
15
+ - @contractspec/example.learning-journey-studio-onboarding@1.51.0
16
+ - @contractspec/example.learning-journey-quest-challenges@1.51.0
17
+ - @contractspec/example.learning-journey-crm-onboarding@1.51.0
18
+ - @contractspec/example.learning-journey-ambient-coach@1.51.0
19
+ - @contractspec/example.learning-journey-platform-tour@1.51.0
20
+ - @contractspec/example.learning-journey-ui-onboarding@1.51.0
21
+ - @contractspec/example.learning-journey-ui-coaching@1.51.0
22
+ - @contractspec/example.learning-journey-ui-gamified@1.51.0
23
+ - @contractspec/example.learning-journey-duo-drills@1.51.0
24
+ - @contractspec/example.learning-journey-ui-shared@1.51.0
25
+ - @contractspec/module.learning-journey@1.51.0
26
+
3
27
  ## 1.50.0
4
28
 
5
29
  ### Minor Changes
package/dist/example.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts3.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts4.ExampleSpec;
5
5
  //#endregion
6
6
  export { example as default };
7
7
  //# sourceMappingURL=example.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/learning-journey-registry.feature.d.ts
4
4
 
@@ -6,7 +6,7 @@ import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
6
6
  * Learning Journey Registry feature module that bundles
7
7
  * the shared presentations for learning journey tracks.
8
8
  */
9
- declare const LearningJourneyRegistryFeature: _contractspec_lib_contracts4.FeatureModuleSpec;
9
+ declare const LearningJourneyRegistryFeature: _contractspec_lib_contracts3.FeatureModuleSpec;
10
10
  //#endregion
11
11
  export { LearningJourneyRegistryFeature };
12
12
  //# sourceMappingURL=learning-journey-registry.feature.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-registry",
3
- "version": "1.50.0",
3
+ "version": "1.51.0",
4
4
  "description": "Registry that aggregates learning journey example tracks.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -33,23 +33,23 @@
33
33
  "lint:check": "eslint src"
34
34
  },
35
35
  "dependencies": {
36
- "@contractspec/lib.contracts": "1.50.0",
37
- "@contractspec/example.learning-journey-ambient-coach": "1.50.0",
38
- "@contractspec/example.learning-journey-duo-drills": "1.50.0",
39
- "@contractspec/example.learning-journey-crm-onboarding": "1.50.0",
40
- "@contractspec/example.learning-journey-platform-tour": "1.50.0",
41
- "@contractspec/example.learning-journey-quest-challenges": "1.50.0",
42
- "@contractspec/example.learning-journey-studio-onboarding": "1.50.0",
43
- "@contractspec/example.learning-journey-ui-shared": "1.50.0",
44
- "@contractspec/example.learning-journey-ui-gamified": "1.50.0",
45
- "@contractspec/example.learning-journey-ui-onboarding": "1.50.0",
46
- "@contractspec/example.learning-journey-ui-coaching": "1.50.0",
47
- "@contractspec/module.learning-journey": "1.50.0",
36
+ "@contractspec/lib.contracts": "1.51.0",
37
+ "@contractspec/example.learning-journey-ambient-coach": "1.51.0",
38
+ "@contractspec/example.learning-journey-duo-drills": "1.51.0",
39
+ "@contractspec/example.learning-journey-crm-onboarding": "1.51.0",
40
+ "@contractspec/example.learning-journey-platform-tour": "1.51.0",
41
+ "@contractspec/example.learning-journey-quest-challenges": "1.51.0",
42
+ "@contractspec/example.learning-journey-studio-onboarding": "1.51.0",
43
+ "@contractspec/example.learning-journey-ui-shared": "1.51.0",
44
+ "@contractspec/example.learning-journey-ui-gamified": "1.51.0",
45
+ "@contractspec/example.learning-journey-ui-onboarding": "1.51.0",
46
+ "@contractspec/example.learning-journey-ui-coaching": "1.51.0",
47
+ "@contractspec/module.learning-journey": "1.51.0",
48
48
  "react": "19.2.3"
49
49
  },
50
50
  "devDependencies": {
51
- "@contractspec/tool.tsdown": "1.50.0",
52
- "@contractspec/tool.typescript": "1.50.0",
51
+ "@contractspec/tool.tsdown": "1.51.0",
52
+ "@contractspec/tool.typescript": "1.51.0",
53
53
  "@types/react": "^19.2.8",
54
54
  "tsdown": "^0.19.0",
55
55
  "typescript": "^5.9.3"