marko 5.25.12-next.0 → 5.25.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
- "use strict";var nextComponentIdProvider = require("@internal/components-util")._B_;
1
+ "use strict";var nextComponentIdProvider =
2
+ require("@internal/components-util")._B_;
2
3
 
3
4
  function GlobalComponentsContext(out) {
4
5
  this.z_ = {};
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.25.12-next.0",
3
+ "version": "5.25.12",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.27.8-next.0",
8
- "@marko/translator-default": "^5.25.8-next.0",
7
+ "@marko/compiler": "^5.27.8",
8
+ "@marko/translator-default": "^5.25.8",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
@@ -1,4 +1,5 @@
1
- var nextComponentIdProvider = require("@internal/components-util").___nextComponentIdProvider;
1
+ var nextComponentIdProvider =
2
+ require("@internal/components-util").___nextComponentIdProvider;
2
3
 
3
4
  function GlobalComponentsContext(out) {
4
5
  this.___renderedComponentsById = {};