@contractspec/example.learning-journey-platform-tour 1.59.0 → 1.60.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.
@@ -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=10
6
- Bundled 10 modules in 32ms
6
+ Bundled 10 modules in 39ms
7
7
 
8
8
  docs/index.js 1.60 KB (entry point)
9
9
  tests/operations.test-spec.js 0.90 KB (entry point)
@@ -17,7 +17,7 @@ Bundled 10 modules in 32ms
17
17
  ./track.js 3.1 KB (entry point)
18
18
 
19
19
  [contractspec-bun-build] transpile target=node root=src entries=10
20
- Bundled 10 modules in 49ms
20
+ Bundled 10 modules in 33ms
21
21
 
22
22
  docs/index.js 1.57 KB (entry point)
23
23
  tests/operations.test-spec.js 0.89 KB (entry point)
@@ -31,7 +31,7 @@ Bundled 10 modules in 49ms
31
31
  ./track.js 3.1 KB (entry point)
32
32
 
33
33
  [contractspec-bun-build] transpile target=browser root=src entries=10
34
- Bundled 10 modules in 56ms
34
+ Bundled 10 modules in 32ms
35
35
 
36
36
  docs/index.js 1.57 KB (entry point)
37
37
  tests/operations.test-spec.js 0.89 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @contractspec/example.learning-journey-platform-tour
2
2
 
3
+ ## 1.60.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: publish with bun
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/module.learning-journey@1.60.0
13
+ - @contractspec/lib.contracts@1.60.0
14
+ - @contractspec/lib.schema@1.60.0
15
+
3
16
  ## 1.59.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,23 +1,101 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-platform-tour",
3
- "version": "1.59.0",
3
+ "version": "1.60.0",
4
4
  "description": "Learning journey track covering ContractSpec platform primitives.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
8
- ".": "./src/index.ts",
9
- "./docs": "./src/docs/index.ts",
10
- "./docs/index": "./src/docs/index.ts",
11
- "./docs/platform-tour.docblock": "./src/docs/platform-tour.docblock.ts",
12
- "./example": "./src/example.ts",
13
- "./handlers/demo.handlers": "./src/handlers/demo.handlers.ts",
14
- "./learning-journey-platform-tour.feature": "./src/learning-journey-platform-tour.feature.ts",
15
- "./operations": "./src/operations/index.ts",
16
- "./operations/index": "./src/operations/index.ts",
17
- "./presentations": "./src/presentations/index.ts",
18
- "./presentations/index": "./src/presentations/index.ts",
19
- "./tests/operations.test-spec": "./src/tests/operations.test-spec.ts",
20
- "./track": "./src/track.ts"
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "bun": "./dist/index.js",
11
+ "node": "./dist/node/index.mjs",
12
+ "browser": "./dist/browser/index.js",
13
+ "default": "./dist/index.js"
14
+ },
15
+ "./docs": {
16
+ "types": "./dist/docs/index.d.ts",
17
+ "bun": "./dist/docs/index.js",
18
+ "node": "./dist/node/docs/index.mjs",
19
+ "browser": "./dist/browser/docs/index.js",
20
+ "default": "./dist/docs/index.js"
21
+ },
22
+ "./docs/index": {
23
+ "types": "./dist/docs/index.d.ts",
24
+ "bun": "./dist/docs/index.js",
25
+ "node": "./dist/node/docs/index.mjs",
26
+ "browser": "./dist/browser/docs/index.js",
27
+ "default": "./dist/docs/index.js"
28
+ },
29
+ "./docs/platform-tour.docblock": {
30
+ "types": "./dist/docs/platform-tour.docblock.d.ts",
31
+ "bun": "./dist/docs/platform-tour.docblock.js",
32
+ "node": "./dist/node/docs/platform-tour.docblock.mjs",
33
+ "browser": "./dist/browser/docs/platform-tour.docblock.js",
34
+ "default": "./dist/docs/platform-tour.docblock.js"
35
+ },
36
+ "./example": {
37
+ "types": "./dist/example.d.ts",
38
+ "bun": "./dist/example.js",
39
+ "node": "./dist/node/example.mjs",
40
+ "browser": "./dist/browser/example.js",
41
+ "default": "./dist/example.js"
42
+ },
43
+ "./handlers/demo.handlers": {
44
+ "types": "./dist/handlers/demo.handlers.d.ts",
45
+ "bun": "./dist/handlers/demo.handlers.js",
46
+ "node": "./dist/node/handlers/demo.handlers.mjs",
47
+ "browser": "./dist/browser/handlers/demo.handlers.js",
48
+ "default": "./dist/handlers/demo.handlers.js"
49
+ },
50
+ "./learning-journey-platform-tour.feature": {
51
+ "types": "./dist/learning-journey-platform-tour.feature.d.ts",
52
+ "bun": "./dist/learning-journey-platform-tour.feature.js",
53
+ "node": "./dist/node/learning-journey-platform-tour.feature.mjs",
54
+ "browser": "./dist/browser/learning-journey-platform-tour.feature.js",
55
+ "default": "./dist/learning-journey-platform-tour.feature.js"
56
+ },
57
+ "./operations": {
58
+ "types": "./dist/operations/index.d.ts",
59
+ "bun": "./dist/operations/index.js",
60
+ "node": "./dist/node/operations/index.mjs",
61
+ "browser": "./dist/browser/operations/index.js",
62
+ "default": "./dist/operations/index.js"
63
+ },
64
+ "./operations/index": {
65
+ "types": "./dist/operations/index.d.ts",
66
+ "bun": "./dist/operations/index.js",
67
+ "node": "./dist/node/operations/index.mjs",
68
+ "browser": "./dist/browser/operations/index.js",
69
+ "default": "./dist/operations/index.js"
70
+ },
71
+ "./presentations": {
72
+ "types": "./dist/presentations/index.d.ts",
73
+ "bun": "./dist/presentations/index.js",
74
+ "node": "./dist/node/presentations/index.mjs",
75
+ "browser": "./dist/browser/presentations/index.js",
76
+ "default": "./dist/presentations/index.js"
77
+ },
78
+ "./presentations/index": {
79
+ "types": "./dist/presentations/index.d.ts",
80
+ "bun": "./dist/presentations/index.js",
81
+ "node": "./dist/node/presentations/index.mjs",
82
+ "browser": "./dist/browser/presentations/index.js",
83
+ "default": "./dist/presentations/index.js"
84
+ },
85
+ "./tests/operations.test-spec": {
86
+ "types": "./dist/tests/operations.test-spec.d.ts",
87
+ "bun": "./dist/tests/operations.test-spec.js",
88
+ "node": "./dist/node/tests/operations.test-spec.mjs",
89
+ "browser": "./dist/browser/tests/operations.test-spec.js",
90
+ "default": "./dist/tests/operations.test-spec.js"
91
+ },
92
+ "./track": {
93
+ "types": "./dist/track.d.ts",
94
+ "bun": "./dist/track.js",
95
+ "node": "./dist/node/track.mjs",
96
+ "browser": "./dist/browser/track.js",
97
+ "default": "./dist/track.js"
98
+ }
21
99
  },
22
100
  "scripts": {
23
101
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -34,14 +112,14 @@
34
112
  "typecheck": "tsc --noEmit"
35
113
  },
36
114
  "dependencies": {
37
- "@contractspec/lib.contracts": "1.59.0",
38
- "@contractspec/lib.schema": "1.59.0",
39
- "@contractspec/module.learning-journey": "1.59.0"
115
+ "@contractspec/lib.contracts": "1.60.0",
116
+ "@contractspec/lib.schema": "1.60.0",
117
+ "@contractspec/module.learning-journey": "1.60.0"
40
118
  },
41
119
  "devDependencies": {
42
- "@contractspec/tool.typescript": "1.59.0",
120
+ "@contractspec/tool.typescript": "1.60.0",
43
121
  "typescript": "^5.9.3",
44
- "@contractspec/tool.bun": "1.58.0"
122
+ "@contractspec/tool.bun": "1.59.0"
45
123
  },
46
124
  "publishConfig": {
47
125
  "exports": {