jsii-srcmak 0.1.909 → 0.1.910

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/.gitattributes +1 -0
  2. package/package.json +7 -6
package/.gitattributes CHANGED
@@ -8,6 +8,7 @@
8
8
  /.github/workflows/build.yml linguist-generated
9
9
  /.github/workflows/pull-request-lint.yml linguist-generated
10
10
  /.github/workflows/release.yml linguist-generated
11
+ /.github/workflows/upgrade-cdklabs-projen-project-types-main.yml linguist-generated
11
12
  /.github/workflows/upgrade-main.yml linguist-generated
12
13
  /.gitignore linguist-generated
13
14
  /.mergify.yml linguist-generated
package/package.json CHANGED
@@ -26,6 +26,7 @@
26
26
  "test:watch": "npx projen test:watch",
27
27
  "unbump": "npx projen unbump",
28
28
  "upgrade": "npx projen upgrade",
29
+ "upgrade-cdklabs-projen-project-types": "npx projen upgrade-cdklabs-projen-project-types",
29
30
  "watch": "npx projen watch",
30
31
  "projen": "npx projen"
31
32
  },
@@ -41,8 +42,8 @@
41
42
  "@types/node": "^14",
42
43
  "@typescript-eslint/eslint-plugin": "^5",
43
44
  "@typescript-eslint/parser": "^5",
44
- "cdklabs-projen-project-types": "^0.1.104",
45
- "constructs": "^3.4.304",
45
+ "cdklabs-projen-project-types": "^0.1.114",
46
+ "constructs": "^3.4.310",
46
47
  "eslint": "^8",
47
48
  "eslint-import-resolver-node": "^0.3.7",
48
49
  "eslint-import-resolver-typescript": "^2.7.1",
@@ -50,21 +51,21 @@
50
51
  "jest": "^27",
51
52
  "jest-junit": "^15",
52
53
  "npm-check-updates": "^16",
53
- "projen": "^0.71.66",
54
+ "projen": "^0.71.75",
54
55
  "standard-version": "^9",
55
56
  "ts-jest": "^27",
56
57
  "typescript": "^4.9.5"
57
58
  },
58
59
  "dependencies": {
59
60
  "fs-extra": "^9.1.0",
60
- "jsii": "~5.0.8",
61
- "jsii-pacmak": "^1.81.0",
61
+ "jsii": "~5.0.10",
62
+ "jsii-pacmak": "^1.82.0",
62
63
  "ncp": "^2.0.0",
63
64
  "yargs": "^15.4.1"
64
65
  },
65
66
  "main": "lib/index.js",
66
67
  "license": "Apache-2.0",
67
- "version": "0.1.909",
68
+ "version": "0.1.910",
68
69
  "jest": {
69
70
  "testMatch": [
70
71
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",