@aws-cdk/service-spec-types 0.0.236 → 0.0.237
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/.yarnrc.yml +3 -0
- package/package.json +21 -19
package/.yarnrc.yml
ADDED
package/package.json
CHANGED
|
@@ -7,22 +7,22 @@
|
|
|
7
7
|
"directory": "packages/@aws-cdk/service-spec-types"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "
|
|
11
|
-
"bump": "
|
|
12
|
-
"check-for-updates": "
|
|
13
|
-
"compile": "
|
|
14
|
-
"default": "
|
|
15
|
-
"eslint": "
|
|
16
|
-
"gather-versions": "
|
|
17
|
-
"nx": "
|
|
18
|
-
"package": "
|
|
19
|
-
"post-compile": "
|
|
20
|
-
"pre-compile": "
|
|
21
|
-
"test": "
|
|
22
|
-
"test:watch": "
|
|
23
|
-
"unbump": "
|
|
24
|
-
"watch": "
|
|
25
|
-
"projen": "
|
|
10
|
+
"build": "projen build",
|
|
11
|
+
"bump": "projen bump",
|
|
12
|
+
"check-for-updates": "projen check-for-updates",
|
|
13
|
+
"compile": "projen compile",
|
|
14
|
+
"default": "projen default",
|
|
15
|
+
"eslint": "projen eslint",
|
|
16
|
+
"gather-versions": "projen gather-versions",
|
|
17
|
+
"nx": "projen nx",
|
|
18
|
+
"package": "projen package",
|
|
19
|
+
"post-compile": "projen post-compile",
|
|
20
|
+
"pre-compile": "projen pre-compile",
|
|
21
|
+
"test": "projen test",
|
|
22
|
+
"test:watch": "projen test:watch",
|
|
23
|
+
"unbump": "projen unbump",
|
|
24
|
+
"watch": "projen watch",
|
|
25
|
+
"projen": "projen"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/jest": "^29.5.14",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"eslint-plugin-prettier": "^4.2.5",
|
|
39
39
|
"jest": "^29.7.0",
|
|
40
40
|
"jest-junit": "^16",
|
|
41
|
+
"nx": "^22.6.4",
|
|
41
42
|
"prettier": "^2.8.8",
|
|
42
43
|
"ts-jest": "^29.4.9",
|
|
43
44
|
"typescript": "^5.9.3"
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
"devEngines": {
|
|
49
50
|
"packageManager": {
|
|
50
51
|
"name": "yarn",
|
|
51
|
-
"version": "
|
|
52
|
+
"version": ">=4",
|
|
52
53
|
"onFail": "ignore"
|
|
53
54
|
}
|
|
54
55
|
},
|
|
@@ -57,7 +58,8 @@
|
|
|
57
58
|
"publishConfig": {
|
|
58
59
|
"access": "public"
|
|
59
60
|
},
|
|
60
|
-
"version": "0.0.
|
|
61
|
+
"version": "0.0.237",
|
|
62
|
+
"packageManager": "yarn@4.13.0",
|
|
61
63
|
"jest": {
|
|
62
64
|
"coverageProvider": "v8",
|
|
63
65
|
"testMatch": [
|
|
@@ -102,5 +104,5 @@
|
|
|
102
104
|
}
|
|
103
105
|
},
|
|
104
106
|
"types": "lib/index.d.ts",
|
|
105
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"
|
|
107
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
|
|
106
108
|
}
|