datagrok-tools 4.13.11 → 4.13.12

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.md +11 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,21 +1,27 @@
1
1
  # Datagrok-tools changelog
2
2
 
3
3
 
4
+ ## 4.13.12 (2024-08-05)
5
+
6
+ ### Features
7
+
8
+ * Puppeteer-screen-recorder version fixed to 3.0.3
9
+
4
10
  ## 4.13.11 (2024-07-30)
5
11
 
6
- ### Bug Fixes
12
+ ### Features
7
13
 
8
14
  * Added commit label to context panel for 'manually' published versions
9
15
 
10
16
  ## 4.13.10 (2024-07-29)
11
17
 
12
- ### Bug Fixes
18
+ ### Features
13
19
 
14
20
  * Added ability to select test by args variable
15
21
 
16
22
  ## 4.13.9 (2024-07-29)
17
23
 
18
- ### Bug Fixes
24
+ ### Features
19
25
 
20
26
  * Added ability to select category by args variable
21
27
 
@@ -27,9 +33,9 @@
27
33
 
28
34
  ## 4.13.6 (2024-07-15)
29
35
 
30
- ### Bug Fixes
36
+ ### Features
31
37
 
32
- * Splitt warnings and errors in grok check command
38
+ * Splitted warnings and errors in grok check command
33
39
 
34
40
  ## 4.13.4 (2024-06-25)
35
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.13.11",
3
+ "version": "4.13.12",
4
4
  "description": "Utility to upload and publish packages to Datagrok",
5
5
  "homepage": "https://github.com/datagrok-ai/public/tree/master/tools#readme",
6
6
  "dependencies": {
@@ -19,7 +19,7 @@
19
19
  "os": "^0.1.2",
20
20
  "path": "^0.12.7",
21
21
  "puppeteer": "^22.10.0",
22
- "puppeteer-screen-recorder": "^3.0.3"
22
+ "puppeteer-screen-recorder": "3.0.3"
23
23
  },
24
24
  "scripts": {
25
25
  "link": "npm link",