goldstein 3.3.0 → 3.3.1

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/ChangeLog +6 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2023.08.07, v3.3.1
2
+
3
+ feature:
4
+ - af6f474 package: eslint-plugin-putout v19.0.3
5
+ - 2ecbcd5 package: putout v31.0.3
6
+
1
7
  2023.07.09, v3.3.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstein",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "JavaScript with no limits",
@@ -34,7 +34,7 @@
34
34
  "esbuild": "^0.18.11",
35
35
  "esbuild-node-builtins": "^0.1.0",
36
36
  "estree-to-babel": "^6.0.0",
37
- "putout": "^30.2.0",
37
+ "putout": "^31.0.3",
38
38
  "try-catch": "^3.0.1"
39
39
  },
40
40
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  "escover": "^3.4.0",
46
46
  "eslint": "^8.0.0-beta.1",
47
47
  "eslint-plugin-n": "^16.0.1",
48
- "eslint-plugin-putout": "^18.0.0",
48
+ "eslint-plugin-putout": "^19.0.3",
49
49
  "madrun": "^9.0.0",
50
50
  "mock-require": "^3.0.3",
51
51
  "montag": "^1.2.1",