gritty 7.0.0 → 7.2.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 +23 -0
- package/dist/gritty.js +888 -421
- package/dist/gritty.js.map +1 -1
- package/dist-dev/gritty.js +56 -45
- package/package.json +14 -14
- package/server/gritty.js +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
2023.08.07, v7.2.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 3990464 package: css-minimizer-webpack-plugin v5.0.1
|
|
5
|
+
- 6e4af5c package: eslint-plugin-n v16.0.1
|
|
6
|
+
- e73b2d9 package: nodemon v3.0.1
|
|
7
|
+
- 9802f3a package: webpack-cli v5.1.4
|
|
8
|
+
- fe2b204 package: babel-loader v9.1.3
|
|
9
|
+
- 675b292 package: c8 v8.0.1
|
|
10
|
+
- 5153c28 package: xterm-addon-webgl v0.15.0
|
|
11
|
+
- 7301a7d package: xterm-addon-fit v0.7.0
|
|
12
|
+
- 6dfbb61 package: eslint-plugin-putout v19.0.3
|
|
13
|
+
- ef0d9e6 package: putout v31.0.3
|
|
14
|
+
- 9a3e5fd package: node-pty v1.0.0
|
|
15
|
+
|
|
16
|
+
2022.09.19, v7.1.0
|
|
17
|
+
|
|
18
|
+
feature:
|
|
19
|
+
- package: xterm-addon-webgl v0.13.0
|
|
20
|
+
- package: xterm-addon-fit v0.6.0
|
|
21
|
+
- package: supertape v8.1.0
|
|
22
|
+
- package: xterm v5.0.0
|
|
23
|
+
|
|
1
24
|
2022.07.23, v7.0.0
|
|
2
25
|
|
|
3
26
|
feature:
|