not-node 6.2.14 → 6.2.15

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.
@@ -422,7 +422,7 @@ async function loadServerModule() {
422
422
  STYLES_EXT
423
423
  );
424
424
  //console.log('list', typeof list, typeof result[role]);
425
- list.push(...commons.slice());
425
+ list.push(...commons);
426
426
  result[role].styles.push(...list);
427
427
  } catch (e) {
428
428
  console.error(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "not-node",
3
- "version": "6.2.14",
3
+ "version": "6.2.15",
4
4
  "description": "node complimentary part for client side notFramework.",
5
5
  "main": "index.js",
6
6
  "scripts": {