jsii-srcmak 0.1.1366 → 0.1.1368
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/package.json +30 -28
package/package.json
CHANGED
|
@@ -9,26 +9,27 @@
|
|
|
9
9
|
"jsii-srcmak": "bin/jsii-srcmak"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
|
-
"build": "
|
|
13
|
-
"bump": "
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"post-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"test
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"upgrade
|
|
29
|
-
"upgrade-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
12
|
+
"build": "projen build",
|
|
13
|
+
"bump": "projen bump",
|
|
14
|
+
"bump:releasable-commits": "projen bump:releasable-commits",
|
|
15
|
+
"clobber": "projen clobber",
|
|
16
|
+
"compile": "projen compile",
|
|
17
|
+
"default": "projen default",
|
|
18
|
+
"eject": "projen eject",
|
|
19
|
+
"eslint": "projen eslint",
|
|
20
|
+
"package": "projen package",
|
|
21
|
+
"post-compile": "projen post-compile",
|
|
22
|
+
"post-upgrade": "projen post-upgrade",
|
|
23
|
+
"pre-compile": "projen pre-compile",
|
|
24
|
+
"release": "projen release",
|
|
25
|
+
"test": "projen test",
|
|
26
|
+
"test:watch": "projen test:watch",
|
|
27
|
+
"unbump": "projen unbump",
|
|
28
|
+
"upgrade": "projen upgrade",
|
|
29
|
+
"upgrade-cdklabs-projen-project-types": "projen upgrade-cdklabs-projen-project-types",
|
|
30
|
+
"upgrade-dev-deps": "projen upgrade-dev-deps",
|
|
31
|
+
"watch": "projen watch",
|
|
32
|
+
"projen": "projen"
|
|
32
33
|
},
|
|
33
34
|
"author": {
|
|
34
35
|
"name": "Amazon Web Services",
|
|
@@ -43,24 +44,24 @@
|
|
|
43
44
|
"@types/node": "^18",
|
|
44
45
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
45
46
|
"@typescript-eslint/parser": "^8",
|
|
46
|
-
"cdklabs-projen-project-types": "^0.
|
|
47
|
+
"cdklabs-projen-project-types": "^0.6.12",
|
|
47
48
|
"commit-and-tag-version": "^12",
|
|
48
49
|
"constructs": "^10.0.0",
|
|
49
50
|
"eslint": "^9",
|
|
50
51
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
51
52
|
"eslint-plugin-import": "^2.32.0",
|
|
52
53
|
"jest": "^29",
|
|
53
|
-
"jest-junit": "^
|
|
54
|
-
"projen": "^0.
|
|
54
|
+
"jest-junit": "^17",
|
|
55
|
+
"projen": "^0.103.2",
|
|
55
56
|
"ts-jest": "^29",
|
|
56
57
|
"ts-node": "^10.9.2",
|
|
57
58
|
"typescript": "^5.9.3"
|
|
58
59
|
},
|
|
59
60
|
"dependencies": {
|
|
60
61
|
"fs-extra": "^9.1.0",
|
|
61
|
-
"jsii": "~5.9.
|
|
62
|
-
"jsii-pacmak": "^1.
|
|
63
|
-
"jsii-rosetta": "^5.9.
|
|
62
|
+
"jsii": "~5.9.53",
|
|
63
|
+
"jsii-pacmak": "^1.140.0",
|
|
64
|
+
"jsii-rosetta": "^5.9.64",
|
|
64
65
|
"ncp": "^2.0.0",
|
|
65
66
|
"yargs": "^17.7.3"
|
|
66
67
|
},
|
|
@@ -69,10 +70,11 @@
|
|
|
69
70
|
},
|
|
70
71
|
"main": "lib/index.js",
|
|
71
72
|
"license": "Apache-2.0",
|
|
73
|
+
"stability": "experimental",
|
|
72
74
|
"publishConfig": {
|
|
73
75
|
"access": "public"
|
|
74
76
|
},
|
|
75
|
-
"version": "0.1.
|
|
77
|
+
"version": "0.1.1368",
|
|
76
78
|
"jest": {
|
|
77
79
|
"coverageProvider": "v8",
|
|
78
80
|
"testMatch": [
|
|
@@ -113,7 +115,7 @@
|
|
|
113
115
|
"^.+\\.[t]sx?$": [
|
|
114
116
|
"ts-jest",
|
|
115
117
|
{
|
|
116
|
-
"tsconfig": "tsconfig.
|
|
118
|
+
"tsconfig": "test/tsconfig.json"
|
|
117
119
|
}
|
|
118
120
|
]
|
|
119
121
|
}
|