@tramvai/tokens-render 1.8.5 → 1.9.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -3
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -140,9 +140,7 @@ const RESOURCE_INLINE_OPTIONS = dippy.createToken('resourceInlineThreshold');
140
140
 
141
141
  Object.defineProperty(exports, 'ResourceType', {
142
142
  enumerable: true,
143
- get: function () {
144
- return htmlpagebuilder.StorageRecord;
145
- }
143
+ get: function () { return htmlpagebuilder.StorageRecord; }
146
144
  });
147
145
  exports.CUSTOM_RENDER = CUSTOM_RENDER;
148
146
  exports.DEFAULT_FOOTER_COMPONENT = DEFAULT_FOOTER_COMPONENT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-render",
3
- "version": "1.8.5",
3
+ "version": "1.9.0",
4
4
  "description": "Tramvai tokens for @tramvai/module-render",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",