dddd_2 1.1.1 → 1.1.2

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6,7 +6,7 @@ function summa(a = 0, b = 0) {
6
6
  }
7
7
  function test(text = "") {
8
8
  let result = text || "не заданы параметры";
9
- console.log(res);
9
+ console.log(result);
10
10
  }
11
11
 
12
12
  // модуль , более старая версия импорта экспорта основанная на commonjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dddd_2",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {