goldstein 7.0.1 → 7.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 +6 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2026.01.07, v7.0.2
2
+
3
+ feature:
4
+ - a3afd55 goldstein: supertape v12.0.0
5
+ - 4f7e44b goldstein: estree-to-babel v12.0.0
6
+
1
7
  2026.01.04, v7.0.1
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstein",
3
- "version": "7.0.1",
3
+ "version": "7.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",
@@ -33,7 +33,7 @@
33
33
  "@putout/printer": "^17.0.0",
34
34
  "acorn": "^8.7.1",
35
35
  "acorn-typescript": "^1.4.13",
36
- "estree-to-babel": "^11.0.2",
36
+ "estree-to-babel": "^12.0.0",
37
37
  "estree-util-attach-comments": "^3.0.0",
38
38
  "putout": "^41.0.0",
39
39
  "try-catch": "^4.0.2"
@@ -56,7 +56,7 @@
56
56
  "nodemon": "^3.0.1",
57
57
  "redlint": "^5.0.0",
58
58
  "runsome": "^1.0.0",
59
- "supertape": "^11.0.4",
59
+ "supertape": "^12.0.0",
60
60
  "typescript": "^5.0.3"
61
61
  },
62
62
  "engines": {