@flowcore/cli-plugin-iam 1.2.3 → 1.3.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.1](https://github.com/flowcore-io/cli-plugin-iam/compare/v1.3.0...v1.3.1) (2024-10-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **configuration:** :fire: removed jit hook ([dbe7b12](https://github.com/flowcore-io/cli-plugin-iam/commit/dbe7b1285d5877e3baf3255e84f8f64a2adeb1d9))
9
+
10
+ ## [1.3.0](https://github.com/flowcore-io/cli-plugin-iam/compare/v1.2.3...v1.3.0) (2024-10-23)
11
+
12
+
13
+ ### Features
14
+
15
+ * **configuration:** :rocket: added JIT plugin install hook ([14c918b](https://github.com/flowcore-io/cli-plugin-iam/commit/14c918b4de2c0daeaae224937de19f571ba92aae))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **configuration:** :rotating_light: fixed linting errors ([08fe8f1](https://github.com/flowcore-io/cli-plugin-iam/commit/08fe8f182661997a7e05b1a35aa272b98e7e6df7))
21
+
3
22
  ## [1.2.3](https://github.com/flowcore-io/cli-plugin-iam/compare/v1.2.2...v1.2.3) (2024-10-23)
4
23
 
5
24
 
package/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @flowcore/cli-plugin-iam
18
18
  $ iam COMMAND
19
19
  running command...
20
20
  $ iam (--version)
21
- @flowcore/cli-plugin-iam/1.2.3 linux-x64 node-v20.18.0
21
+ @flowcore/cli-plugin-iam/1.3.1 linux-x64 node-v20.18.0
22
22
  $ iam --help [COMMAND]
23
23
  USAGE
24
24
  $ iam COMMAND
@@ -53,7 +53,7 @@ DESCRIPTION
53
53
  Delete a policy
54
54
  ```
55
55
 
56
- _See code: [src/commands/delete/policy.ts](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.2.3/src/commands/delete/policy.ts)_
56
+ _See code: [src/commands/delete/policy.ts](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.3.1/src/commands/delete/policy.ts)_
57
57
 
58
58
  ## `iam delete role NAME`
59
59
 
@@ -76,7 +76,7 @@ DESCRIPTION
76
76
  Delete a role
77
77
  ```
78
78
 
79
- _See code: [src/commands/delete/role.ts](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.2.3/src/commands/delete/role.ts)_
79
+ _See code: [src/commands/delete/role.ts](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.3.1/src/commands/delete/role.ts)_
80
80
 
81
81
  ## `iam get policy [NAME]`
82
82
 
@@ -99,7 +99,7 @@ DESCRIPTION
99
99
  Get a policy
100
100
  ```
101
101
 
102
- _See code: [src/commands/get/policy.ts](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.2.3/src/commands/get/policy.ts)_
102
+ _See code: [src/commands/get/policy.ts](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.3.1/src/commands/get/policy.ts)_
103
103
 
104
104
  ## `iam get role [NAME]`
105
105
 
@@ -122,5 +122,5 @@ DESCRIPTION
122
122
  Get a role
123
123
  ```
124
124
 
125
- _See code: [src/commands/get/role.ts](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.2.3/src/commands/get/role.ts)_
125
+ _See code: [src/commands/get/role.ts](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.3.1/src/commands/get/role.ts)_
126
126
  <!-- commandsstop -->
@@ -245,5 +245,5 @@
245
245
  ]
246
246
  }
247
247
  },
248
- "version": "1.2.3"
248
+ "version": "1.3.1"
249
249
  }
package/package.json CHANGED
@@ -91,7 +91,7 @@
91
91
  "version": "oclif readme && git add README.md",
92
92
  "update-schema": "rover graph introspect https://graph.api.flowcore.io/graphql -o schema.gql"
93
93
  },
94
- "version": "1.2.3",
94
+ "version": "1.3.1",
95
95
  "bugs": "https://github.com/flowcore-io/cli-plugin-iam/issues",
96
96
  "keywords": [
97
97
  "oclif"