@dxworks/insider 2.11.0 → 2.12.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.
@@ -14,6 +14,7 @@ jobs:
14
14
  uses: actions/setup-java@v3
15
15
  with:
16
16
  java-version: 11
17
+ distribution: 'adopt'
17
18
 
18
19
  - name: Gradle Build
19
20
  run: gradle clean build
package/config/.ignore CHANGED
@@ -2,3 +2,15 @@
2
2
  **/.git/**
3
3
  **/*.iml
4
4
  **/node_modules/**
5
+ **/*.pdb
6
+ **/*.dll
7
+ **/*.nupkg
8
+ **/.vs/**
9
+ **/bin/Debug/**
10
+ **/bin/Release/**
11
+ **/bin/x64/Debug**
12
+ **/bin/x64/Release/**
13
+ **/obj/Debug/**
14
+ **/obj/Release/**
15
+ **/obj/x64/Debug/**
16
+ **/obj/x64/Release/**
@@ -2,3 +2,15 @@
2
2
  **/.git/**
3
3
  **/*.iml
4
4
  **/node_modules/**
5
+ **/*.pdb
6
+ **/*.dll
7
+ **/*.nupkg
8
+ **/.vs/**
9
+ **/bin/Debug/**
10
+ **/bin/Release/**
11
+ **/bin/x64/Debug**
12
+ **/bin/x64/Release/**
13
+ **/obj/Debug/**
14
+ **/obj/Release/**
15
+ **/obj/x64/Debug/**
16
+ **/obj/x64/Release/**
package/dist/insider.jar CHANGED
Binary file
@@ -2,3 +2,15 @@
2
2
  **/.git/**
3
3
  **/*.iml
4
4
  **/node_modules/**
5
+ **/*.pdb
6
+ **/*.dll
7
+ **/*.nupkg
8
+ **/.vs/**
9
+ **/bin/Debug/**
10
+ **/bin/Release/**
11
+ **/bin/x64/Debug**
12
+ **/bin/x64/Release/**
13
+ **/obj/Debug/**
14
+ **/obj/Release/**
15
+ **/obj/x64/Debug/**
16
+ **/obj/x64/Release/**
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxworks/insider",
3
- "version": "2.11.0",
3
+ "version": "2.12.0",
4
4
  "description": "Insider is a belt of tools built on the idea of searching regular expressions in code",
5
5
  "keywords": [
6
6
  "insider",
@@ -0,0 +1 @@
1
+ * Updated ignore list with generated/built artefacts in .NET solutions.
@@ -1 +1 @@
1
- 2.11.0
1
+ 2.12.0