marko 5.33.5 → 5.33.7

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.7",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",
@@ -64,8 +64,8 @@
64
64
  "build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
65
65
  },
66
66
  "dependencies": {
67
- "@marko/compiler": "^5.35.4",
68
- "@marko/translator-default": "^5.32.3",
67
+ "@marko/compiler": "^5.35.6",
68
+ "@marko/translator-default": "^5.32.7",
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 = {};