@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 +1 -1
- package/dist/src/main.js +0 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -13
package/dist/package.json
CHANGED
package/dist/src/main.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
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
|