@aws-cdk/aws-service-spec 0.1.170 → 0.1.172
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/db.json.gz +0 -0
- package/package.json +24 -22
package/.yarnrc.yml
ADDED
package/db.json.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -7,26 +7,26 @@
|
|
|
7
7
|
"directory": "packages/@aws-cdk/aws-service-spec"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "
|
|
11
|
-
"build:db": "
|
|
12
|
-
"bump": "
|
|
13
|
-
"check-for-updates": "
|
|
14
|
-
"compile": "
|
|
15
|
-
"default": "
|
|
16
|
-
"eslint": "
|
|
17
|
-
"gather-versions": "
|
|
18
|
-
"nx": "
|
|
19
|
-
"package": "
|
|
20
|
-
"post-compile": "
|
|
21
|
-
"pre-compile": "
|
|
22
|
-
"test": "
|
|
23
|
-
"test:watch": "
|
|
24
|
-
"unbump": "
|
|
25
|
-
"watch": "
|
|
26
|
-
"projen": "
|
|
10
|
+
"build": "projen build",
|
|
11
|
+
"build:db": "projen build:db",
|
|
12
|
+
"bump": "projen bump",
|
|
13
|
+
"check-for-updates": "projen check-for-updates",
|
|
14
|
+
"compile": "projen compile",
|
|
15
|
+
"default": "projen default",
|
|
16
|
+
"eslint": "projen eslint",
|
|
17
|
+
"gather-versions": "projen gather-versions",
|
|
18
|
+
"nx": "projen nx",
|
|
19
|
+
"package": "projen package",
|
|
20
|
+
"post-compile": "projen post-compile",
|
|
21
|
+
"pre-compile": "projen pre-compile",
|
|
22
|
+
"test": "projen test",
|
|
23
|
+
"test:watch": "projen test:watch",
|
|
24
|
+
"unbump": "projen unbump",
|
|
25
|
+
"watch": "projen watch",
|
|
26
|
+
"projen": "projen"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@aws-cdk/service-spec-importers": "0.0.
|
|
29
|
+
"@aws-cdk/service-spec-importers": "0.0.121",
|
|
30
30
|
"@types/jest": "^29.5.14",
|
|
31
31
|
"@types/node": "^18",
|
|
32
32
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
@@ -40,19 +40,20 @@
|
|
|
40
40
|
"eslint-plugin-prettier": "^4.2.5",
|
|
41
41
|
"jest": "^29.7.0",
|
|
42
42
|
"jest-junit": "^16",
|
|
43
|
+
"nx": "^22.6.4",
|
|
43
44
|
"prettier": "^2.8.8",
|
|
44
45
|
"source-map-support": "^0.5.21",
|
|
45
46
|
"ts-jest": "^29.4.9",
|
|
46
47
|
"typescript": "^5.9.3"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"@aws-cdk/service-spec-types": "^0.0.
|
|
50
|
+
"@aws-cdk/service-spec-types": "^0.0.238",
|
|
50
51
|
"@cdklabs/tskb": "^0.0.4"
|
|
51
52
|
},
|
|
52
53
|
"devEngines": {
|
|
53
54
|
"packageManager": {
|
|
54
55
|
"name": "yarn",
|
|
55
|
-
"version": "
|
|
56
|
+
"version": ">=4",
|
|
56
57
|
"onFail": "ignore"
|
|
57
58
|
}
|
|
58
59
|
},
|
|
@@ -61,7 +62,8 @@
|
|
|
61
62
|
"publishConfig": {
|
|
62
63
|
"access": "public"
|
|
63
64
|
},
|
|
64
|
-
"version": "0.1.
|
|
65
|
+
"version": "0.1.172",
|
|
66
|
+
"packageManager": "yarn@4.13.0",
|
|
65
67
|
"jest": {
|
|
66
68
|
"coverageProvider": "v8",
|
|
67
69
|
"testMatch": [
|
|
@@ -106,5 +108,5 @@
|
|
|
106
108
|
}
|
|
107
109
|
},
|
|
108
110
|
"types": "lib/index.d.ts",
|
|
109
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"
|
|
111
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
|
|
110
112
|
}
|