@aws-cdk/service-spec-types 0.0.236 → 0.0.238

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 (2) hide show
  1. package/.yarnrc.yml +3 -0
  2. package/package.json +21 -19
package/.yarnrc.yml ADDED
@@ -0,0 +1,3 @@
1
+ # ~~ Generated by projen. To modify, edit .projenrc.js and run "yarn projen".
2
+
3
+ {}
package/package.json CHANGED
@@ -7,22 +7,22 @@
7
7
  "directory": "packages/@aws-cdk/service-spec-types"
8
8
  },
9
9
  "scripts": {
10
- "build": "npx projen build",
11
- "bump": "npx projen bump",
12
- "check-for-updates": "npx projen check-for-updates",
13
- "compile": "npx projen compile",
14
- "default": "npx projen default",
15
- "eslint": "npx projen eslint",
16
- "gather-versions": "npx projen gather-versions",
17
- "nx": "npx projen nx",
18
- "package": "npx projen package",
19
- "post-compile": "npx projen post-compile",
20
- "pre-compile": "npx projen pre-compile",
21
- "test": "npx projen test",
22
- "test:watch": "npx projen test:watch",
23
- "unbump": "npx projen unbump",
24
- "watch": "npx projen watch",
25
- "projen": "npx 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": "1.22.22",
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.236",
61
+ "version": "0.0.238",
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 \"npx projen\"."
107
+ "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
106
108
  }