goldstein 5.0.1 → 5.0.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/ChangeLog +8 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024.02.19, v5.0.2
2
+
3
+ feature:
4
+ - 7b1e60e goldstein: supertape v10.1.0
5
+ - 448fd5b goldstein: @putout/test v9.0.1
6
+ - 9e4433d goldstein: esbuild v0.20.1
7
+ - 302b0c4 goldstein: @putout/plugin-declare v3.0.0
8
+
1
9
  2024.01.29, v5.0.1
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstein",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "JavaScript with no limits",
@@ -29,12 +29,12 @@
29
29
  "wisdom": "madrun wisdom"
30
30
  },
31
31
  "dependencies": {
32
- "@putout/plugin-declare": "^2.0.1",
32
+ "@putout/plugin-declare": "^3.0.0",
33
33
  "@putout/plugin-logical-expressions": "^5.0.0",
34
34
  "@putout/plugin-try-catch": "^3.0.0",
35
35
  "@putout/printer": "^8.0.1",
36
36
  "acorn": "^8.7.1",
37
- "esbuild": "^0.19.2",
37
+ "esbuild": "^0.20.1",
38
38
  "esbuild-node-builtins": "^0.1.0",
39
39
  "estree-to-babel": "^9.0.0",
40
40
  "putout": "^35.0.0",
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@babel/core": "^8.0.0-alpha.5",
46
46
  "@cloudcmd/stub": "^4.0.1",
47
- "@putout/test": "^8.0.0",
47
+ "@putout/test": "^9.0.1",
48
48
  "c8": "^9.1.0",
49
49
  "check-dts": "^0.7.1",
50
50
  "escover": "^4.0.1",
@@ -56,7 +56,7 @@
56
56
  "montag": "^1.2.1",
57
57
  "nodemon": "^3.0.1",
58
58
  "runsome": "^1.0.0",
59
- "supertape": "^9.0.0",
59
+ "supertape": "^10.1.0",
60
60
  "typescript": "^5.0.3"
61
61
  },
62
62
  "engines": {