marko 5.33.5 → 5.33.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ exports.p = function (tagsAPI) {
94
94
  const out = defaultCreateOut();
95
95
  let customEvents;
96
96
 
97
- out.global.streamData = tagsAPI.$_streamData;
97
+ out.global.streamData = tagsAPI.getStreamData();
98
98
 
99
99
  if (renderer5) {
100
100
  const normalizedInput = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.33.5",
3
+ "version": "5.33.6",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@marko/compiler": "^5.35.4",
68
- "@marko/translator-default": "^5.32.3",
68
+ "@marko/translator-default": "^5.32.4",
69
69
  "app-module-path": "^2.2.0",
70
70
  "argly": "^1.2.0",
71
71
  "browser-refresh-client": "1.1.4",
@@ -94,7 +94,7 @@ exports.p = function (tagsAPI) {
94
94
  const out = defaultCreateOut();
95
95
  let customEvents;
96
96
 
97
- out.global.streamData = tagsAPI.$_streamData;
97
+ out.global.streamData = tagsAPI.getStreamData();
98
98
 
99
99
  if (renderer5) {
100
100
  const normalizedInput = {};