@lssm/example.learning-journey-studio-onboarding 0.0.0-canary-20251217060433 → 0.0.0-canary-20251217060804
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$colon$bundle.log +1 -1
- package/CHANGELOG.md +4 -4
- package/package.json +15 -15
|
@@ -26,4 +26,4 @@
|
|
|
26
26
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
27
27
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/studio-onboarding.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
28
28
|
[34mℹ[39m 18 files, total: 22.69 kB
|
|
29
|
-
[32m✔[39m Build complete in [
|
|
29
|
+
[32m✔[39m Build complete in [32m15110ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lssm/example.learning-journey-studio-onboarding
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251217060804
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies [66a5dfd]
|
|
12
|
-
- @lssm/lib.contracts@0.0.0-canary-
|
|
13
|
-
- @lssm/lib.schema@0.0.0-canary-
|
|
14
|
-
- @lssm/module.learning-journey@0.0.0-canary-
|
|
12
|
+
- @lssm/lib.contracts@0.0.0-canary-20251217060804
|
|
13
|
+
- @lssm/lib.schema@0.0.0-canary-20251217060804
|
|
14
|
+
- @lssm/module.learning-journey@0.0.0-canary-20251217060804
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.learning-journey-studio-onboarding",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251217060804",
|
|
4
4
|
"description": "Learning journey track for first 30 minutes in ContractSpec Studio.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
|
-
".": "./
|
|
10
|
-
"./contracts": "./
|
|
11
|
-
"./docs": "./
|
|
12
|
-
"./docs/studio-onboarding.docblock": "./
|
|
13
|
-
"./example": "./
|
|
14
|
-
"./handlers/demo.handlers": "./
|
|
15
|
-
"./learning-journey-studio-onboarding.feature": "./
|
|
16
|
-
"./presentations": "./
|
|
17
|
-
"./track": "./
|
|
9
|
+
".": "./dist/index.js",
|
|
10
|
+
"./contracts": "./dist/contracts/index.js",
|
|
11
|
+
"./docs": "./dist/docs/index.js",
|
|
12
|
+
"./docs/studio-onboarding.docblock": "./dist/docs/studio-onboarding.docblock.js",
|
|
13
|
+
"./example": "./dist/example.js",
|
|
14
|
+
"./handlers/demo.handlers": "./dist/handlers/demo.handlers.js",
|
|
15
|
+
"./learning-journey-studio-onboarding.feature": "./dist/learning-journey-studio-onboarding.feature.js",
|
|
16
|
+
"./presentations": "./dist/presentations/index.js",
|
|
17
|
+
"./track": "./dist/track.js",
|
|
18
18
|
"./*": "./*"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"lint:check": "eslint src"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@lssm/lib.contracts": "0.0.0-canary-
|
|
34
|
-
"@lssm/lib.schema": "0.0.0-canary-
|
|
35
|
-
"@lssm/module.learning-journey": "0.0.0-canary-
|
|
33
|
+
"@lssm/lib.contracts": "0.0.0-canary-20251217060804",
|
|
34
|
+
"@lssm/lib.schema": "0.0.0-canary-20251217060804",
|
|
35
|
+
"@lssm/module.learning-journey": "0.0.0-canary-20251217060804"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
39
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
38
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251217060804",
|
|
39
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251217060804",
|
|
40
40
|
"tsdown": "^0.17.4",
|
|
41
41
|
"typescript": "^5.9.3"
|
|
42
42
|
},
|