contexture-client
Advanced tools
Comparing version 2.54.0 to 2.54.1
# Changelog | ||
## 2.54.1 | ||
### Patch Changes | ||
- b6afd556: Add raw example type to client | ||
## 2.54.0 | ||
@@ -4,0 +10,0 @@ |
@@ -464,3 +464,8 @@ var __create = Object.create; | ||
} | ||
}, | ||
raw: { | ||
reactors: { | ||
filter: "self" | ||
} | ||
} | ||
}); |
@@ -432,2 +432,7 @@ import _ from "lodash/fp.js"; | ||
} | ||
}, | ||
raw: { | ||
reactors: { | ||
filter: "self" | ||
} | ||
} | ||
@@ -434,0 +439,0 @@ }); |
{ | ||
"name": "contexture-client", | ||
"version": "2.54.0", | ||
"version": "2.54.1", | ||
"description": "The Contexture (aka ContextTree) Client", | ||
@@ -5,0 +5,0 @@ "type": "module", |
179595
3507