@teamscale/javascript-instrumenter 0.0.1-beta.24 → 0.0.1-beta.25

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamscale/javascript-instrumenter",
3
- "version": "0.0.1-beta.24",
3
+ "version": "0.0.1-beta.25",
4
4
  "description": "Istanbul-based coverage instrumenter with coverage forwarding via WebSockets",
5
5
  "main": "dist/src/main.js",
6
6
  "bin": "dist/src/main.js",
package/dist/src/main.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamscale/javascript-instrumenter",
3
- "version": "0.0.1-beta.24",
3
+ "version": "0.0.1-beta.25",
4
4
  "description": "Istanbul-based coverage instrumenter with coverage forwarding via WebSockets",
5
5
  "main": "dist/src/main.js",
6
6
  "bin": "dist/src/main.js",
package/CHANGELOG.md DELETED
@@ -1,13 +0,0 @@
1
- We use [Semantic Versioning](https://semver.org/).
2
-
3
- # New Release
4
-
5
- - [feature] JavaScript bundles can now be instrumented partially if a source map is present.
6
-
7
- # 0.0.1-beta.21
8
-
9
- - [fix] Include/exclude pattern and the paths to match were not normalized
10
-
11
- # 0.0.1-beta.20
12
-
13
- - [feature] Automatic release now for NPM packages and Docker images