File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @stackables/bridge-compiler
22
3+ ## 2.4.4
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 848282b ` ] ( https://github.com/stackables/bridge/commit/848282b28f506a77128c4645c874f0099dfd7dac )] :
8+ - @stackables/bridge-core @1.7.0
9+
310## 2.4.3
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackables/bridge-compiler" ,
3- "version" : " 2.4.3 " ,
3+ "version" : " 2.4.4 " ,
44 "description" : " Compiles a BridgeDocument into highly optimized JavaScript code" ,
55 "main" : " ./src/index.ts" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# @stackables/bridge-core
22
3+ ## 1.7.0
4+
5+ ### Minor Changes
6+
7+ - [ ` 848282b ` ] ( https://github.com/stackables/bridge/commit/848282b28f506a77128c4645c874f0099dfd7dac ) Thanks [ @aarne ] ( https://github.com/aarne ) ! - Get syntax highlighting directly in typescript files
8+
9+ ``` typescript
10+ import { bridge , parseBridge } from " @stackables/bridge" ;
11+
12+ const doc = parseBridge (bridge `
13+ version 1.5
14+ bridge Query.hello {
15+ with input as i
16+ with output as o
17+ o.message <- i.name
18+ }
19+ ` );
20+ ```
21+
322## 1.6.2
423
524### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackables/bridge-core" ,
3- "version" : " 1.6.2 " ,
3+ "version" : " 1.7.0 " ,
44 "description" : " Bridge runtime engine — execute pre-compiled bridge instructions" ,
55 "main" : " ./src/index.ts" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# @stackables/bridge-graphql
22
3+ ## 1.2.4
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 848282b ` ] ( https://github.com/stackables/bridge/commit/848282b28f506a77128c4645c874f0099dfd7dac )] :
8+ - @stackables/bridge-core @1.7.0
9+
310## 1.2.3
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackables/bridge-graphql" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.4 " ,
44 "description" : " Bridge GraphQL adapter — wire bridges into a GraphQL schema" ,
55 "main" : " ./src/index.ts" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# @stackables/bridge-parser
22
3+ ## 1.4.4
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 848282b ` ] ( https://github.com/stackables/bridge/commit/848282b28f506a77128c4645c874f0099dfd7dac )] :
8+ - @stackables/bridge-core @1.7.0
9+
310## 1.4.3
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackables/bridge-parser" ,
3- "version" : " 1.4.3 " ,
3+ "version" : " 1.4.4 " ,
44 "description" : " Bridge DSL parser — turns .bridge text into a BridgeDocument (AST)" ,
55 "main" : " ./src/index.ts" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# @stackables/bridge
22
3+ ## 2.3.3
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 848282b ` ] ( https://github.com/stackables/bridge/commit/848282b28f506a77128c4645c874f0099dfd7dac )] :
8+ - @stackables/bridge-core @1.7.0
9+ - @stackables/bridge-graphql @1.2.4
10+ - @stackables/bridge-parser @1.4.4
11+
312## 2.3.2
413
514### Patch Changes
You can’t perform that action at this time.
0 commit comments