goldstein 5.3.0 → 5.4.0

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.
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2024.05.07, v5.4.0
2
+
3
+ feature:
4
+ - 0758d6a rm build
5
+
1
6
  2024.05.06, v5.3.0
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstein",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "JavaScript with no limits",
@@ -25,7 +25,6 @@
25
25
  "coverage": "madrun coverage",
26
26
  "lint": "madrun lint",
27
27
  "fix:lint": "madrun fix:lint",
28
- "build": "madrun build",
29
28
  "wisdom": "madrun wisdom"
30
29
  },
31
30
  "dependencies": {