@effect-aws/client-iam 1.0.0 → 1.0.2

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
@@ -6,27 +6,28 @@
6
6
  "organization": false
7
7
  },
8
8
  "devDependencies": {
9
+ "@effect/docgen": "^0.3.8",
9
10
  "@types/jest": "^29.5.5",
10
- "@types/node": "^16",
11
+ "@types/node": "^18",
11
12
  "@typescript-eslint/eslint-plugin": "^6",
12
13
  "@typescript-eslint/parser": "^6",
13
14
  "aws-sdk-client-mock": "^3.0.0",
14
15
  "aws-sdk-client-mock-jest": "^3.0.0",
16
+ "constructs": "^10.0.0",
15
17
  "effect": "2.0.1",
16
18
  "eslint": "^8",
17
19
  "eslint-config-prettier": "^9.0.0",
18
- "eslint-import-resolver-node": "^0.3.9",
19
20
  "eslint-import-resolver-typescript": "^3.6.1",
20
21
  "eslint-plugin-import": "^2.28.1",
21
22
  "eslint-plugin-prettier": "^5.0.0",
22
23
  "jest": "^29.7.0",
23
24
  "prettier": "^3.0.3",
24
- "projen": "^0.73.34",
25
+ "projen": "^0.79.6",
25
26
  "ts-jest": "^29.1.1",
26
27
  "typescript": "^5.2.2"
27
28
  },
28
29
  "peerDependencies": {
29
- "effect": "^2.0.1"
30
+ "effect": ">=2.0.1 <2.3.0"
30
31
  },
31
32
  "dependencies": {
32
33
  "@aws-sdk/client-iam": "^3",
@@ -34,12 +35,14 @@
34
35
  },
35
36
  "main": "lib/index.js",
36
37
  "license": "MIT",
38
+ "homepage": "https://floydspace.github.io/effect-aws",
37
39
  "publishConfig": {
38
40
  "access": "public"
39
41
  },
40
- "version": "1.0.0",
42
+ "version": "1.0.2",
41
43
  "types": "lib/index.d.ts",
42
44
  "module": "lib/esm/index.js",
45
+ "sideEffects": [],
43
46
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
44
47
  "scripts": {
45
48
  "build": "npx projen build",
@@ -51,6 +54,7 @@
51
54
  "pre-compile": "npx projen pre-compile",
52
55
  "test": "npx projen test",
53
56
  "test:watch": "npx projen test:watch",
54
- "watch": "npx projen watch"
57
+ "watch": "npx projen watch",
58
+ "docgen": "docgen"
55
59
  }
56
60
  }
package/.gitattributes DELETED
@@ -1,21 +0,0 @@
1
- # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
2
-
3
- /./tsconfig.esm.json 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
- /jest.config.json linguist-generated
16
- /LICENSE linguist-generated
17
- /package.json linguist-generated
18
- /pnpm-lock.yaml linguist-generated
19
- /project.json linguist-generated
20
- /tsconfig.dev.json linguist-generated
21
- /tsconfig.json linguist-generated
package/.prettierignore DELETED
@@ -1 +0,0 @@
1
- # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
package/.prettierrc.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "overrides": []
3
- }