Skip to content

Commit 3b29697

Browse files
authored
fix: restore python by removing source-map-register (#39)
Fixes #15
1 parent 785277e commit 3b29697

File tree

3 files changed

+30
-31
lines changed

3 files changed

+30
-31
lines changed

.jsii

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@
688688
"initializer": {
689689
"locationInModule": {
690690
"filename": "lib/index.ts",
691-
"line": 116
691+
"line": 115
692692
},
693693
"parameters": [
694694
{
@@ -714,7 +714,7 @@
714714
"kind": "class",
715715
"locationInModule": {
716716
"filename": "lib/index.ts",
717-
"line": 113
717+
"line": 112
718718
},
719719
"name": "DatadogIntegration"
720720
},
@@ -725,7 +725,7 @@
725725
"kind": "interface",
726726
"locationInModule": {
727727
"filename": "lib/index.ts",
728-
"line": 13
728+
"line": 12
729729
},
730730
"name": "DatadogIntegrationConfig",
731731
"properties": [
@@ -737,7 +737,7 @@
737737
"immutable": true,
738738
"locationInModule": {
739739
"filename": "lib/index.ts",
740-
"line": 17
740+
"line": 16
741741
},
742742
"name": "apiKey",
743743
"type": {
@@ -752,7 +752,7 @@
752752
"immutable": true,
753753
"locationInModule": {
754754
"filename": "lib/index.ts",
755-
"line": 23
755+
"line": 22
756756
},
757757
"name": "externalId",
758758
"type": {
@@ -768,7 +768,7 @@
768768
"immutable": true,
769769
"locationInModule": {
770770
"filename": "lib/index.ts",
771-
"line": 96
771+
"line": 95
772772
},
773773
"name": "additionalForwarderParams",
774774
"optional": true,
@@ -790,7 +790,7 @@
790790
"immutable": true,
791791
"locationInModule": {
792792
"filename": "lib/index.ts",
793-
"line": 108
793+
"line": 107
794794
},
795795
"name": "additionalIntegrationRoleParams",
796796
"optional": true,
@@ -812,7 +812,7 @@
812812
"immutable": true,
813813
"locationInModule": {
814814
"filename": "lib/index.ts",
815-
"line": 86
815+
"line": 85
816816
},
817817
"name": "cloudTrails",
818818
"optional": true,
@@ -835,7 +835,7 @@
835835
"immutable": true,
836836
"locationInModule": {
837837
"filename": "lib/index.ts",
838-
"line": 55
838+
"line": 54
839839
},
840840
"name": "forwarderName",
841841
"optional": true,
@@ -853,7 +853,7 @@
853853
"immutable": true,
854854
"locationInModule": {
855855
"filename": "lib/index.ts",
856-
"line": 64
856+
"line": 63
857857
},
858858
"name": "forwarderVersion",
859859
"optional": true,
@@ -870,7 +870,7 @@
870870
"immutable": true,
871871
"locationInModule": {
872872
"filename": "lib/index.ts",
873-
"line": 38
873+
"line": 37
874874
},
875875
"name": "iamRoleName",
876876
"optional": true,
@@ -887,7 +887,7 @@
887887
"immutable": true,
888888
"locationInModule": {
889889
"filename": "lib/index.ts",
890-
"line": 72
890+
"line": 71
891891
},
892892
"name": "installDatadogPolicyMacro",
893893
"optional": true,
@@ -904,7 +904,7 @@
904904
"immutable": true,
905905
"locationInModule": {
906906
"filename": "lib/index.ts",
907-
"line": 79
907+
"line": 78
908908
},
909909
"name": "logArchives",
910910
"optional": true,
@@ -927,7 +927,7 @@
927927
"immutable": true,
928928
"locationInModule": {
929929
"filename": "lib/index.ts",
930-
"line": 46
930+
"line": 45
931931
},
932932
"name": "permissions",
933933
"optional": true,
@@ -945,7 +945,7 @@
945945
"immutable": true,
946946
"locationInModule": {
947947
"filename": "lib/index.ts",
948-
"line": 31
948+
"line": 30
949949
},
950950
"name": "site",
951951
"optional": true,
@@ -962,7 +962,7 @@
962962
"initializer": {
963963
"locationInModule": {
964964
"filename": "lib/index.ts",
965-
"line": 194
965+
"line": 193
966966
},
967967
"parameters": [
968968
{
@@ -988,7 +988,7 @@
988988
"kind": "class",
989989
"locationInModule": {
990990
"filename": "lib/index.ts",
991-
"line": 193
991+
"line": 192
992992
},
993993
"name": "DatadogIntegrationStack"
994994
},
@@ -1003,11 +1003,11 @@
10031003
"kind": "interface",
10041004
"locationInModule": {
10051005
"filename": "lib/index.ts",
1006-
"line": 189
1006+
"line": 188
10071007
},
10081008
"name": "DatadogIntegrationStackConfig"
10091009
}
10101010
},
10111011
"version": "1.2.2",
1012-
"fingerprint": "SgpzGUKtiuGGPXLeH/01OBT2Z1oD+WxvGAIyQDh24YE="
1012+
"fingerprint": "9LAXwA6IYyXC56oVIHQsdAk1RyBN6MfpA8E+Z2/afrA="
10131013
}

lib/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "source-map-support/register";
21
import * as cdk from "@aws-cdk/core";
32
import * as cfn from "@aws-cdk/aws-cloudformation";
43
import * as secrets from "@aws-cdk/aws-secretsmanager";

tsconfig.tsbuildinfo

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
"affectsGlobalScope": false
11271127
},
11281128
"./lib/index.ts": {
1129-
"version": "183a8dbac642f406b3781c121b9794033d86ccedc3cd81a5130b1cf83c71a420",
1129+
"version": "bd3fe6e276b29c46347717a2d46cde51f08f4964813726258a18f51f1687b6fa",
11301130
"affectsGlobalScope": false
11311131
},
11321132
"./lib/config.ts": {
@@ -1425,19 +1425,19 @@
14251425
"version": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
14261426
"affectsGlobalScope": false
14271427
},
1428-
"./node_modules/jest-diff/build/cleanupSemantic.d.ts": {
1428+
"./node_modules/jest-diff/build/cleanupsemantic.d.ts": {
14291429
"version": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
14301430
"affectsGlobalScope": false
14311431
},
14321432
"./node_modules/jest-diff/build/types.d.ts": {
14331433
"version": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
14341434
"affectsGlobalScope": false
14351435
},
1436-
"./node_modules/jest-diff/build/diffLines.d.ts": {
1436+
"./node_modules/jest-diff/build/difflines.d.ts": {
14371437
"version": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
14381438
"affectsGlobalScope": false
14391439
},
1440-
"./node_modules/jest-diff/build/printDiffs.d.ts": {
1440+
"./node_modules/jest-diff/build/printdiffs.d.ts": {
14411441
"version": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
14421442
"affectsGlobalScope": false
14431443
},
@@ -2980,18 +2980,18 @@
29802980
"./node_modules/constructs/lib/construct.d.ts",
29812981
"./node_modules/constructs/lib/metadata.d.ts"
29822982
],
2983-
"./node_modules/jest-diff/build/diffLines.d.ts": [
2984-
"./node_modules/jest-diff/build/cleanupSemantic.d.ts",
2983+
"./node_modules/jest-diff/build/difflines.d.ts": [
2984+
"./node_modules/jest-diff/build/cleanupsemantic.d.ts",
29852985
"./node_modules/jest-diff/build/types.d.ts"
29862986
],
29872987
"./node_modules/jest-diff/build/index.d.ts": [
2988-
"./node_modules/jest-diff/build/cleanupSemantic.d.ts",
2989-
"./node_modules/jest-diff/build/diffLines.d.ts",
2990-
"./node_modules/jest-diff/build/printDiffs.d.ts",
2988+
"./node_modules/jest-diff/build/cleanupsemantic.d.ts",
2989+
"./node_modules/jest-diff/build/difflines.d.ts",
2990+
"./node_modules/jest-diff/build/printdiffs.d.ts",
29912991
"./node_modules/jest-diff/build/types.d.ts"
29922992
],
2993-
"./node_modules/jest-diff/build/printDiffs.d.ts": [
2994-
"./node_modules/jest-diff/build/cleanupSemantic.d.ts",
2993+
"./node_modules/jest-diff/build/printdiffs.d.ts": [
2994+
"./node_modules/jest-diff/build/cleanupsemantic.d.ts",
29952995
"./node_modules/jest-diff/build/types.d.ts"
29962996
],
29972997
"./node_modules/pretty-format/build/index.d.ts": [

0 commit comments

Comments
 (0)