@aws-cdk/service-spec-types 0.0.22 → 0.0.23

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 CHANGED
@@ -39,14 +39,14 @@
39
39
  "typescript": "^4.9.5"
40
40
  },
41
41
  "dependencies": {
42
- "@cdklabs/tskb": "^0.0.1"
42
+ "@cdklabs/tskb": "^0.0.2"
43
43
  },
44
44
  "main": "lib/index.js",
45
45
  "license": "Apache-2.0",
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "version": "0.0.22",
49
+ "version": "0.0.23",
50
50
  "jest": {
51
51
  "testMatch": [
52
52
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
package/.eslintrc.js DELETED
@@ -1,9 +0,0 @@
1
- var path = require('path');
2
- var fs = require('fs');
3
- var contents = fs.readFileSync('.eslintrc.json', { encoding: 'utf-8' });
4
- // Strip comments, JSON.parse() doesn't like those
5
- contents = contents.replace(/^\/\/.*$/m, '');
6
- var json = JSON.parse(contents);
7
- // Patch the .json config with something that can only be represented in JS
8
- json.parserOptions.tsconfigRootDir = __dirname;
9
- module.exports = json;
package/.gitattributes DELETED
@@ -1,19 +0,0 @@
1
- # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
2
-
3
- /.eslintrc.js linguist-generated
4
- /.eslintrc.json linguist-generated
5
- /.gitattributes linguist-generated
6
- /.gitignore linguist-generated
7
- /.npmignore linguist-generated
8
- /.npmrc linguist-generated
9
- /.prettierignore linguist-generated
10
- /.prettierrc.json linguist-generated
11
- /.projen/** linguist-generated
12
- /.projen/deps.json linguist-generated
13
- /.projen/files.json linguist-generated
14
- /.projen/tasks.json linguist-generated
15
- /LICENSE linguist-generated
16
- /package.json linguist-generated
17
- /tsconfig.dev.json linguist-generated
18
- /tsconfig.json linguist-generated
19
- /yarn.lock linguist-generated
package/.prettierignore DELETED
@@ -1,2 +0,0 @@
1
- # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
2
- .eslintrc.js
package/.prettierrc.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "printWidth": 120,
3
- "singleQuote": true,
4
- "trailingComma": "all",
5
- "overrides": []
6
- }