@dynatrace/cordova-plugin 1.257.1 → 1.259.2

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 (26) hide show
  1. package/README.md +6 -2
  2. package/files/iOS/Dynatrace.xcframework/Info.plist +8 -8
  3. package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Dynatrace +0 -0
  4. package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace.h +4 -4
  5. package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Info.plist +0 -0
  6. package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  7. package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace +0 -0
  8. package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +4 -4
  9. package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist +0 -0
  10. package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  11. package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  12. package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +11 -11
  13. package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Dynatrace +0 -0
  14. package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace.h +4 -4
  15. package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Info.plist +0 -0
  16. package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo +0 -0
  17. package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace +0 -0
  18. package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +4 -4
  19. package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Info.plist +0 -0
  20. package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo +0 -0
  21. package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo +0 -0
  22. package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +11 -11
  23. package/files/plugin.gradle +1 -1
  24. package/package.json +2 -2
  25. package/plugin.xml +2 -2
  26. package/scripts/helpers/InstallHelper.js +3 -3
package/README.md CHANGED
@@ -23,8 +23,8 @@ The `dynatrace-cordova-plugin` is the old version of this plugin. Consider it de
23
23
 
24
24
  This agent versions are configured in this plugin:
25
25
 
26
- * iOS Agent: 8.257.1.1007
27
- * Android Agent: 8.257.1.1007
26
+ * iOS Agent: 8.259.1.1009
27
+ * Android Agent: 8.259.1.1008
28
28
  ## Quick Setup
29
29
 
30
30
  1. [Installation of the plugin](#1-installation-of-the-plugin)
@@ -781,6 +781,10 @@ When using Apple Pay with WKWebView, there are specific checks that WebKit (Appl
781
781
 
782
782
  ## Changelog
783
783
 
784
+ 1.259.2
785
+ * Updated Android (8.259.1.1008) & iOS Agent (8.259.1.1009)
786
+ * Hooks using now correct script names (case sensitive)
787
+
784
788
  1.257.1
785
789
  * Updated Android (8.257.1.1007) & iOS Agent (8.257.1.1007)
786
790
  * Node Support changed to latest LTS Version (14.x)
@@ -18,34 +18,34 @@
18
18
  </dict>
19
19
  <dict>
20
20
  <key>LibraryIdentifier</key>
21
- <string>tvos-arm64</string>
21
+ <string>tvos-arm64_x86_64-simulator</string>
22
22
  <key>LibraryPath</key>
23
23
  <string>Dynatrace.framework</string>
24
24
  <key>SupportedArchitectures</key>
25
25
  <array>
26
26
  <string>arm64</string>
27
+ <string>x86_64</string>
27
28
  </array>
28
29
  <key>SupportedPlatform</key>
29
30
  <string>tvos</string>
31
+ <key>SupportedPlatformVariant</key>
32
+ <string>simulator</string>
30
33
  </dict>
31
34
  <dict>
32
35
  <key>LibraryIdentifier</key>
33
- <string>ios-arm64_x86_64-simulator</string>
36
+ <string>tvos-arm64</string>
34
37
  <key>LibraryPath</key>
35
38
  <string>Dynatrace.framework</string>
36
39
  <key>SupportedArchitectures</key>
37
40
  <array>
38
41
  <string>arm64</string>
39
- <string>x86_64</string>
40
42
  </array>
41
43
  <key>SupportedPlatform</key>
42
- <string>ios</string>
43
- <key>SupportedPlatformVariant</key>
44
- <string>simulator</string>
44
+ <string>tvos</string>
45
45
  </dict>
46
46
  <dict>
47
47
  <key>LibraryIdentifier</key>
48
- <string>tvos-arm64_x86_64-simulator</string>
48
+ <string>ios-arm64_x86_64-simulator</string>
49
49
  <key>LibraryPath</key>
50
50
  <string>Dynatrace.framework</string>
51
51
  <key>SupportedArchitectures</key>
@@ -54,7 +54,7 @@
54
54
  <string>x86_64</string>
55
55
  </array>
56
56
  <key>SupportedPlatform</key>
57
- <string>tvos</string>
57
+ <string>ios</string>
58
58
  <key>SupportedPlatformVariant</key>
59
59
  <string>simulator</string>
60
60
  </dict>
@@ -1,5 +1,5 @@
1
1
  // Dynatrace.h
2
- // Version: 8.257.1.1007
2
+ // Version: 8.259.1.1009
3
3
  //
4
4
  // These materials contain confidential information and
5
5
  // trade secrets of Dynatrace Corporation. You shall
@@ -13,7 +13,7 @@
13
13
  // trademarks of Dynatrace Corporation. All other company
14
14
  // or product names are trademarks of their respective owners.
15
15
  //
16
- // Copyright 2011-2021 Dynatrace LLC
16
+ // Copyright 2011-2022 Dynatrace LLC
17
17
 
18
18
  #import <Foundation/Foundation.h>
19
19
  #import <CoreLocation/CoreLocation.h>
@@ -775,9 +775,9 @@ When the user optin feature is not used:
775
775
  # pragma mark Logging
776
776
  /*!
777
777
  @const kDTXLogLevel
778
- If this key is present with a valid value (ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, OFF),
778
+ If this key is present with a valid value (ALL, INFO, WARNING, SEVERE, OFF),
779
779
  the OneAgent logging level will be set to this value. If a key isn't present or doesn't have a valid value,
780
- logging will default to INFO.
780
+ logging will default to OFF.
781
781
  */
782
782
  extern NSString *_Nonnull const kDTXLogLevel;
783
783
 
@@ -1,5 +1,5 @@
1
1
  // Dynatrace.h
2
- // Version: 8.257.1.1007
2
+ // Version: 8.259.1.1009
3
3
  //
4
4
  // These materials contain confidential information and
5
5
  // trade secrets of Dynatrace Corporation. You shall
@@ -13,7 +13,7 @@
13
13
  // trademarks of Dynatrace Corporation. All other company
14
14
  // or product names are trademarks of their respective owners.
15
15
  //
16
- // Copyright 2011-2021 Dynatrace LLC
16
+ // Copyright 2011-2022 Dynatrace LLC
17
17
 
18
18
  #import <Foundation/Foundation.h>
19
19
  #import <CoreLocation/CoreLocation.h>
@@ -775,9 +775,9 @@ When the user optin feature is not used:
775
775
  # pragma mark Logging
776
776
  /*!
777
777
  @const kDTXLogLevel
778
- If this key is present with a valid value (ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, OFF),
778
+ If this key is present with a valid value (ALL, INFO, WARNING, SEVERE, OFF),
779
779
  the OneAgent logging level will be set to this value. If a key isn't present or doesn't have a valid value,
780
- logging will default to INFO.
780
+ logging will default to OFF.
781
781
  */
782
782
  extern NSString *_Nonnull const kDTXLogLevel;
783
783
 
@@ -10,7 +10,7 @@
10
10
  </data>
11
11
  <key>Headers/Dynatrace.h</key>
12
12
  <data>
13
- P3A1pOhTAYTtLVRwA8nZtcl7KIA=
13
+ WvdtHg1tS2J7xOlne1BkkLIgCpQ=
14
14
  </data>
15
15
  <key>Headers/Framework.h</key>
16
16
  <data>
@@ -18,15 +18,15 @@
18
18
  </data>
19
19
  <key>Info.plist</key>
20
20
  <data>
21
- KZFvceRm+gNRC/bop0schnV6ihE=
21
+ Vr/LuUeBy0PQxAHrYF3kNLxudCk=
22
22
  </data>
23
23
  <key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
24
24
  <data>
25
- 2Wz2Wf6T9u3Lci3MIOhxVcqZyJQ=
25
+ L1WJZfEEdd6rLWYaal59NJS5Ixs=
26
26
  </data>
27
27
  <key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
28
28
  <data>
29
- uPYoLv/0vAGnx/V9fEJSXLSipK8=
29
+ uIrLOV/7LQKPKTDprHB66LqDdu8=
30
30
  </data>
31
31
  <key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
32
32
  <data>
@@ -46,7 +46,7 @@
46
46
  </data>
47
47
  <key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
48
48
  <data>
49
- vlNRwSSSWHGcy3PomO2MY8cWBrw=
49
+ FXOCzE+RQXuDPxhupKfgFGO4ElQ=
50
50
  </data>
51
51
  <key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
52
52
  <data>
@@ -66,7 +66,7 @@
66
66
  </data>
67
67
  <key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
68
68
  <data>
69
- 2KvytcdX0sucrl1abvS6H2oOo1o=
69
+ bAJ5tzgrXNP4bxwH10ErHClUgFI=
70
70
  </data>
71
71
  <key>Modules/module.modulemap</key>
72
72
  <data>
@@ -86,7 +86,7 @@
86
86
  <dict>
87
87
  <key>hash2</key>
88
88
  <data>
89
- Ua3kfTs2zSmpOKCT5oUdQqHjbbtb2X6q5Qk+/ZCdU8I=
89
+ MFFWoUGl76BQ1O8HWeF0HEL2ZiKpDlvMS0gd+f9BCzE=
90
90
  </data>
91
91
  </dict>
92
92
  <key>Headers/Framework.h</key>
@@ -100,14 +100,14 @@
100
100
  <dict>
101
101
  <key>hash2</key>
102
102
  <data>
103
- F9+gLk5VgXbamby8v9M3VnSn5NiQulYSbKkrR15kTKI=
103
+ oPflhqBaPrPm09m0iqiS7+QkVRRSfTW0SvzmReG2RpA=
104
104
  </data>
105
105
  </dict>
106
106
  <key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
107
107
  <dict>
108
108
  <key>hash2</key>
109
109
  <data>
110
- RsSlzsmp8rbjWjXxURNPSLONPGpdPysD/ohMfNIsTWA=
110
+ SXIq1LY/u3Tmkc97eL6dmCuLYc6BoH6IIkWVY7Kf2MY=
111
111
  </data>
112
112
  </dict>
113
113
  <key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
@@ -142,7 +142,7 @@
142
142
  <dict>
143
143
  <key>hash2</key>
144
144
  <data>
145
- 69jMk0bLBulQ/+VjTmmZtdIKKJ3r0AHUD268IFFdWJs=
145
+ RqqQz7RjyDIFNqK8eiN//OIb6eqW15a+aoGRbUNEnik=
146
146
  </data>
147
147
  </dict>
148
148
  <key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
@@ -177,7 +177,7 @@
177
177
  <dict>
178
178
  <key>hash2</key>
179
179
  <data>
180
- UoTvHvF7L8IG5JE6lcBEPEEUlW2xyOFii63A4R6Zbx8=
180
+ CdNiucJKplpcnww0HasRN84bGA3SPP2VfnzrFhqRjNs=
181
181
  </data>
182
182
  </dict>
183
183
  <key>Modules/module.modulemap</key>
@@ -1,5 +1,5 @@
1
1
  // Dynatrace.h
2
- // Version: 8.257.1.1007
2
+ // Version: 8.259.1.1009
3
3
  //
4
4
  // These materials contain confidential information and
5
5
  // trade secrets of Dynatrace Corporation. You shall
@@ -13,7 +13,7 @@
13
13
  // trademarks of Dynatrace Corporation. All other company
14
14
  // or product names are trademarks of their respective owners.
15
15
  //
16
- // Copyright 2011-2021 Dynatrace LLC
16
+ // Copyright 2011-2022 Dynatrace LLC
17
17
 
18
18
  #import <Foundation/Foundation.h>
19
19
  #import <CoreLocation/CoreLocation.h>
@@ -775,9 +775,9 @@ When the user optin feature is not used:
775
775
  # pragma mark Logging
776
776
  /*!
777
777
  @const kDTXLogLevel
778
- If this key is present with a valid value (ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, OFF),
778
+ If this key is present with a valid value (ALL, INFO, WARNING, SEVERE, OFF),
779
779
  the OneAgent logging level will be set to this value. If a key isn't present or doesn't have a valid value,
780
- logging will default to INFO.
780
+ logging will default to OFF.
781
781
  */
782
782
  extern NSString *_Nonnull const kDTXLogLevel;
783
783
 
@@ -1,5 +1,5 @@
1
1
  // Dynatrace.h
2
- // Version: 8.257.1.1007
2
+ // Version: 8.259.1.1009
3
3
  //
4
4
  // These materials contain confidential information and
5
5
  // trade secrets of Dynatrace Corporation. You shall
@@ -13,7 +13,7 @@
13
13
  // trademarks of Dynatrace Corporation. All other company
14
14
  // or product names are trademarks of their respective owners.
15
15
  //
16
- // Copyright 2011-2021 Dynatrace LLC
16
+ // Copyright 2011-2022 Dynatrace LLC
17
17
 
18
18
  #import <Foundation/Foundation.h>
19
19
  #import <CoreLocation/CoreLocation.h>
@@ -775,9 +775,9 @@ When the user optin feature is not used:
775
775
  # pragma mark Logging
776
776
  /*!
777
777
  @const kDTXLogLevel
778
- If this key is present with a valid value (ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, OFF),
778
+ If this key is present with a valid value (ALL, INFO, WARNING, SEVERE, OFF),
779
779
  the OneAgent logging level will be set to this value. If a key isn't present or doesn't have a valid value,
780
- logging will default to INFO.
780
+ logging will default to OFF.
781
781
  */
782
782
  extern NSString *_Nonnull const kDTXLogLevel;
783
783
 
@@ -10,7 +10,7 @@
10
10
  </data>
11
11
  <key>Headers/Dynatrace.h</key>
12
12
  <data>
13
- P3A1pOhTAYTtLVRwA8nZtcl7KIA=
13
+ WvdtHg1tS2J7xOlne1BkkLIgCpQ=
14
14
  </data>
15
15
  <key>Headers/Framework.h</key>
16
16
  <data>
@@ -18,15 +18,15 @@
18
18
  </data>
19
19
  <key>Info.plist</key>
20
20
  <data>
21
- EkiKCZwp1jCZLO7XrLPwza0n9Uo=
21
+ qp9fUz3hubba0qI7MOCGr+4iX5k=
22
22
  </data>
23
23
  <key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo</key>
24
24
  <data>
25
- q8TFTF7zaD3VndEXP3owgLfyXwE=
25
+ 0IjOlmShSkILXU9QeJ/7ERG9lzA=
26
26
  </data>
27
27
  <key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo</key>
28
28
  <data>
29
- EOLIunbvtXou2woodl315ZwfYzM=
29
+ WT/47/eXcCQG2BfitEc2oHke4OA=
30
30
  </data>
31
31
  <key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json</key>
32
32
  <data>
@@ -46,7 +46,7 @@
46
46
  </data>
47
47
  <key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.swiftmodule</key>
48
48
  <data>
49
- qfISM8vQ/WFD894MIY6+e3CiQRU=
49
+ j8FQrJcBREE7pYKGgmflr3pfsIQ=
50
50
  </data>
51
51
  <key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.abi.json</key>
52
52
  <data>
@@ -66,7 +66,7 @@
66
66
  </data>
67
67
  <key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule</key>
68
68
  <data>
69
- 5zXO/bKzAwB/1ZvxWUmKkiXuwIs=
69
+ GG2jIJjQA5zhkzIy096wbvMYJg0=
70
70
  </data>
71
71
  <key>Modules/module.modulemap</key>
72
72
  <data>
@@ -86,7 +86,7 @@
86
86
  <dict>
87
87
  <key>hash2</key>
88
88
  <data>
89
- Ua3kfTs2zSmpOKCT5oUdQqHjbbtb2X6q5Qk+/ZCdU8I=
89
+ MFFWoUGl76BQ1O8HWeF0HEL2ZiKpDlvMS0gd+f9BCzE=
90
90
  </data>
91
91
  </dict>
92
92
  <key>Headers/Framework.h</key>
@@ -100,14 +100,14 @@
100
100
  <dict>
101
101
  <key>hash2</key>
102
102
  <data>
103
- SxoIZv+7zVQ7OqLyz2Mi2V32H8xATNDp3O4q85nc0m0=
103
+ 7x/SR7jA5ykuf1f4K3AAEcZAnDyVMmMthsMFJlx8Jt8=
104
104
  </data>
105
105
  </dict>
106
106
  <key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo</key>
107
107
  <dict>
108
108
  <key>hash2</key>
109
109
  <data>
110
- H1ag5TMp/g+rQt96FIPJjNi7BSffvYJfyRA/b9Skm44=
110
+ 7b4sg36gagRVa9Ualg1BwDxWq2UEVScGbj2WjKK/3bE=
111
111
  </data>
112
112
  </dict>
113
113
  <key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json</key>
@@ -142,7 +142,7 @@
142
142
  <dict>
143
143
  <key>hash2</key>
144
144
  <data>
145
- FZhLHQkMI9Asraxf8kPpdQpXNWUlvtCw6Y8w+Nsxa2o=
145
+ vWhnYNSIWwcjAgxmbpPAgYUbEFwwcDOZcB4pRERSQYQ=
146
146
  </data>
147
147
  </dict>
148
148
  <key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.abi.json</key>
@@ -177,7 +177,7 @@
177
177
  <dict>
178
178
  <key>hash2</key>
179
179
  <data>
180
- 1krvi4VwC2uTdjVN2daDe2HeuSfdVf965q0aQ4Sd+kI=
180
+ S2EJa2aJU6hvXaLuMuWEnON1s72p2QXso8LX5R61dQ8=
181
181
  </data>
182
182
  </dict>
183
183
  <key>Modules/module.modulemap</key>
@@ -1,3 +1,3 @@
1
1
  dependencies {
2
- classpath 'com.dynatrace.tools.android:gradle-plugin:8.257.1.1007'
2
+ classpath 'com.dynatrace.tools.android:gradle-plugin:8.259.1.1008'
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace/cordova-plugin",
3
- "version": "1.257.1",
3
+ "version": "1.259.2",
4
4
  "description": "This plugin gives you the ability to use the Dynatrace instrumentation in your hybrid application (Cordova, Ionic, ..). It uses the Mobile Agent, the JavaScript Agent. The Mobile Agent will give you all device specific values containing lifecycle information and the Javascript Agent will allow you to manually instrument your JavaScript/TypeScript code out of the box (Typescript definitions included). The JavaScript Agent will cover the network calls and will automatically detect them.",
5
5
  "cordova": {
6
6
  "id": "dynatrace-cordova-plugin",
@@ -34,7 +34,7 @@
34
34
  "homepage": "https://www.dynatrace.com/",
35
35
  "license": "SEE LICENSE IN LICENSE.md",
36
36
  "dependencies": {
37
- "axios": "^1.2.6",
37
+ "axios": "^1.3.3",
38
38
  "cordova-common": "^4.1.0",
39
39
  "jsdom": "^21.1.0",
40
40
  "plist": "^3.0.6"
package/plugin.xml CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  id="dynatrace-cordova-plugin"
5
- version="1.257.1">
5
+ version="1.259.2">
6
6
  <name>Dynatrace</name>
7
7
  <description>Dynatrace Cordova Plugin</description>
8
8
 
@@ -41,7 +41,7 @@
41
41
  <source-file src="other/DynatraceCordovaPlugin.m"/>
42
42
  </platform>
43
43
  <platform name="android">
44
- <framework src="com.dynatrace.agent:agent-android:8.257.1.1007" />
44
+ <framework src="com.dynatrace.agent:agent-android:8.259.1.1008" />
45
45
  <source-file src="other/DynatraceCordovaPlugin.java" target-dir="src/com/dynatrace/cordova/plugin" />
46
46
 
47
47
  <config-file target="config.xml" parent="/*">
@@ -70,8 +70,8 @@ var modifyPackageJsonCap = function (install, path) { return __awaiter(void 0, v
70
70
  case 5:
71
71
  capPackageJsonParsed = _b.sent();
72
72
  if (install) {
73
- capHookValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'instrumentCap.js'));
74
- doctorValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'doctor.js'));
73
+ capHookValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'InstrumentCap.js'));
74
+ doctorValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'Doctor.js'));
75
75
  if (packageJsonParsed.scripts === undefined) {
76
76
  packageJsonParsed.scripts = {};
77
77
  }
@@ -115,7 +115,7 @@ var modifyPackageJson = function (install) { return __awaiter(void 0, void 0, vo
115
115
  case 1:
116
116
  packageJsonParsed = _a.sent();
117
117
  if (install) {
118
- doctorValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'doctor.js'));
118
+ doctorValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'Doctor.js'));
119
119
  if (packageJsonParsed.scripts === undefined) {
120
120
  packageJsonParsed.scripts = {};
121
121
  }