@cloud-copilot/iam-data 0.6.202409281 → 0.7.202410011-beta1
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/data/actions/scn.json +168 -3
- package/data/resourceTypes/scn.json +8 -0
- package/dist/cjs/data.d.ts.map +1 -1
- package/dist/cjs/data.js +20 -4
- package/dist/cjs/data.js.map +1 -1
- package/dist/esm/data.d.ts.map +1 -1
- package/dist/esm/data.js +20 -4
- package/dist/esm/data.js.map +1 -1
- package/package.json +4 -3
package/data/actions/scn.json
CHANGED
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
"conditionKeys": [],
|
|
30
30
|
"dependentActions": []
|
|
31
31
|
},
|
|
32
|
+
"createdataintegrationflow": {
|
|
33
|
+
"name": "CreateDataIntegrationFlow",
|
|
34
|
+
"description": "Grants permission to create DataIntegrationFlow that can transform from multiple sources to one target",
|
|
35
|
+
"accessLevel": "Write",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "instance",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
47
|
+
"createdatalakedataset": {
|
|
48
|
+
"name": "CreateDataLakeDataset",
|
|
49
|
+
"description": "Grants permission to create the data lake dataset",
|
|
50
|
+
"accessLevel": "Write",
|
|
51
|
+
"resourceTypes": [
|
|
52
|
+
{
|
|
53
|
+
"name": "instance",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
32
62
|
"createinstance": {
|
|
33
63
|
"name": "CreateInstance",
|
|
34
64
|
"description": "Grants permission to create a new AWS Supply Chain instance",
|
|
@@ -59,6 +89,36 @@
|
|
|
59
89
|
"conditionKeys": [],
|
|
60
90
|
"dependentActions": []
|
|
61
91
|
},
|
|
92
|
+
"deletedataintegrationflow": {
|
|
93
|
+
"name": "DeleteDataIntegrationFlow",
|
|
94
|
+
"description": "Grants permission to delete the DataIntegrationFlow",
|
|
95
|
+
"accessLevel": "Write",
|
|
96
|
+
"resourceTypes": [
|
|
97
|
+
{
|
|
98
|
+
"name": "data-integration-flow",
|
|
99
|
+
"required": true,
|
|
100
|
+
"conditionKeys": [],
|
|
101
|
+
"dependentActions": []
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"conditionKeys": [],
|
|
105
|
+
"dependentActions": []
|
|
106
|
+
},
|
|
107
|
+
"deletedatalakedataset": {
|
|
108
|
+
"name": "DeleteDataLakeDataset",
|
|
109
|
+
"description": "Grants permission to delete the data lake dataset",
|
|
110
|
+
"accessLevel": "Write",
|
|
111
|
+
"resourceTypes": [
|
|
112
|
+
{
|
|
113
|
+
"name": "dataset",
|
|
114
|
+
"required": true,
|
|
115
|
+
"conditionKeys": [],
|
|
116
|
+
"dependentActions": []
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"conditionKeys": [],
|
|
120
|
+
"dependentActions": []
|
|
121
|
+
},
|
|
62
122
|
"deleteinstance": {
|
|
63
123
|
"name": "DeleteInstance",
|
|
64
124
|
"description": "Grants permission to delete an AWS Supply Chain instance",
|
|
@@ -119,6 +179,51 @@
|
|
|
119
179
|
"conditionKeys": [],
|
|
120
180
|
"dependentActions": []
|
|
121
181
|
},
|
|
182
|
+
"getdataintegrationflow": {
|
|
183
|
+
"name": "GetDataIntegrationFlow",
|
|
184
|
+
"description": "Grants permission to get the DataIntegrationFlow details",
|
|
185
|
+
"accessLevel": "Read",
|
|
186
|
+
"resourceTypes": [
|
|
187
|
+
{
|
|
188
|
+
"name": "data-integration-flow",
|
|
189
|
+
"required": true,
|
|
190
|
+
"conditionKeys": [],
|
|
191
|
+
"dependentActions": []
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"conditionKeys": [],
|
|
195
|
+
"dependentActions": []
|
|
196
|
+
},
|
|
197
|
+
"getdatalakedataset": {
|
|
198
|
+
"name": "GetDataLakeDataset",
|
|
199
|
+
"description": "Grants permission to get the dataset details",
|
|
200
|
+
"accessLevel": "Read",
|
|
201
|
+
"resourceTypes": [
|
|
202
|
+
{
|
|
203
|
+
"name": "dataset",
|
|
204
|
+
"required": true,
|
|
205
|
+
"conditionKeys": [],
|
|
206
|
+
"dependentActions": []
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"conditionKeys": [],
|
|
210
|
+
"dependentActions": []
|
|
211
|
+
},
|
|
212
|
+
"getinstance": {
|
|
213
|
+
"name": "GetInstance",
|
|
214
|
+
"description": "Grants permission to view details of an AWS Supply Chain instance",
|
|
215
|
+
"accessLevel": "Read",
|
|
216
|
+
"resourceTypes": [
|
|
217
|
+
{
|
|
218
|
+
"name": "instance",
|
|
219
|
+
"required": true,
|
|
220
|
+
"conditionKeys": [],
|
|
221
|
+
"dependentActions": []
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
},
|
|
122
227
|
"listadminusers": {
|
|
123
228
|
"name": "ListAdminUsers",
|
|
124
229
|
"description": "Grants permission to list AWS Supply Chain administrators of an instance",
|
|
@@ -134,6 +239,36 @@
|
|
|
134
239
|
"conditionKeys": [],
|
|
135
240
|
"dependentActions": []
|
|
136
241
|
},
|
|
242
|
+
"listdataintegrationflows": {
|
|
243
|
+
"name": "ListDataIntegrationFlows",
|
|
244
|
+
"description": "Grants permission to list all the DataIntegrationFlows in a paginated way",
|
|
245
|
+
"accessLevel": "List",
|
|
246
|
+
"resourceTypes": [
|
|
247
|
+
{
|
|
248
|
+
"name": "instance",
|
|
249
|
+
"required": true,
|
|
250
|
+
"conditionKeys": [],
|
|
251
|
+
"dependentActions": []
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"conditionKeys": [],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
257
|
+
"listdatalakedatasets": {
|
|
258
|
+
"name": "ListDataLakeDatasets",
|
|
259
|
+
"description": "Grants permission to list the data lake datasets under specific instance and namespace",
|
|
260
|
+
"accessLevel": "List",
|
|
261
|
+
"resourceTypes": [
|
|
262
|
+
{
|
|
263
|
+
"name": "instance",
|
|
264
|
+
"required": true,
|
|
265
|
+
"conditionKeys": [],
|
|
266
|
+
"dependentActions": []
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"conditionKeys": [],
|
|
270
|
+
"dependentActions": []
|
|
271
|
+
},
|
|
137
272
|
"listinstances": {
|
|
138
273
|
"name": "ListInstances",
|
|
139
274
|
"description": "Grants permission to view the AWS Supply Chain instances associated with an AWS account",
|
|
@@ -151,7 +286,7 @@
|
|
|
151
286
|
},
|
|
152
287
|
"listtagsforresource": {
|
|
153
288
|
"name": "ListTagsForResource",
|
|
154
|
-
"description": "Grants permission to list tags for an AWS Supply Chain
|
|
289
|
+
"description": "Grants permission to list tags for an AWS Supply Chain resource",
|
|
155
290
|
"accessLevel": "List",
|
|
156
291
|
"resourceTypes": [
|
|
157
292
|
{
|
|
@@ -196,7 +331,7 @@
|
|
|
196
331
|
},
|
|
197
332
|
"tagresource": {
|
|
198
333
|
"name": "TagResource",
|
|
199
|
-
"description": "Grants permission to tag an AWS Supply Chain
|
|
334
|
+
"description": "Grants permission to tag an AWS Supply Chain resource",
|
|
200
335
|
"accessLevel": "Tagging",
|
|
201
336
|
"resourceTypes": [
|
|
202
337
|
{
|
|
@@ -214,7 +349,7 @@
|
|
|
214
349
|
},
|
|
215
350
|
"untagresource": {
|
|
216
351
|
"name": "UntagResource",
|
|
217
|
-
"description": "Grants permission to remove tag from an AWS Supply Chain
|
|
352
|
+
"description": "Grants permission to remove tag from an AWS Supply Chain resource",
|
|
218
353
|
"accessLevel": "Tagging",
|
|
219
354
|
"resourceTypes": [
|
|
220
355
|
{
|
|
@@ -229,6 +364,36 @@
|
|
|
229
364
|
],
|
|
230
365
|
"dependentActions": []
|
|
231
366
|
},
|
|
367
|
+
"updatedataintegrationflow": {
|
|
368
|
+
"name": "UpdateDataIntegrationFlow",
|
|
369
|
+
"description": "Grants permission to update the DataIntegrationFlow",
|
|
370
|
+
"accessLevel": "Write",
|
|
371
|
+
"resourceTypes": [
|
|
372
|
+
{
|
|
373
|
+
"name": "data-integration-flow",
|
|
374
|
+
"required": true,
|
|
375
|
+
"conditionKeys": [],
|
|
376
|
+
"dependentActions": []
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"conditionKeys": [],
|
|
380
|
+
"dependentActions": []
|
|
381
|
+
},
|
|
382
|
+
"updatedatalakedataset": {
|
|
383
|
+
"name": "UpdateDataLakeDataset",
|
|
384
|
+
"description": "Grants permission to update the data lake dataset",
|
|
385
|
+
"accessLevel": "Write",
|
|
386
|
+
"resourceTypes": [
|
|
387
|
+
{
|
|
388
|
+
"name": "dataset",
|
|
389
|
+
"required": true,
|
|
390
|
+
"conditionKeys": [],
|
|
391
|
+
"dependentActions": []
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"conditionKeys": [],
|
|
395
|
+
"dependentActions": []
|
|
396
|
+
},
|
|
232
397
|
"updateinstance": {
|
|
233
398
|
"name": "UpdateInstance",
|
|
234
399
|
"description": "Grants permission to update an AWS Supply Chain instance",
|
|
@@ -6,5 +6,13 @@
|
|
|
6
6
|
"bill-of-materials-import-job": {
|
|
7
7
|
"key": "bill-of-materials-import-job",
|
|
8
8
|
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/bill-of-materials-import-job/${JobId}"
|
|
9
|
+
},
|
|
10
|
+
"data-integration-flow": {
|
|
11
|
+
"key": "data-integration-flow",
|
|
12
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}"
|
|
13
|
+
},
|
|
14
|
+
"dataset": {
|
|
15
|
+
"key": "dataset",
|
|
16
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}"
|
|
9
17
|
}
|
|
10
18
|
}
|
package/dist/cjs/data.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/data.ts"],"names":[],"mappings":"AAKA,wBAAsB,YAAY,CAAC,CAAC,EAAE,GAAG,SAAS,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CA0BxE;AAED;;;;;GAKG;AACH,wBAAsB,cAAc,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAEtE;AAED;;;;;GAKG;AACH,wBAAsB,iBAAiB,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAEzE;AAED;;;;;GAKG;AACH,wBAAsB,iBAAiB,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAEzE"}
|
package/dist/cjs/data.js
CHANGED
|
@@ -6,14 +6,30 @@ exports.readConditionKeys = readConditionKeys;
|
|
|
6
6
|
exports.readResourceTypes = readResourceTypes;
|
|
7
7
|
const readRelativeFile_js_1 = require("./readRelativeFile.js");
|
|
8
8
|
const dataCache = {};
|
|
9
|
+
const requestCache = {};
|
|
9
10
|
async function readDataFile(...pathParts) {
|
|
10
11
|
pathParts.unshift('data');
|
|
11
12
|
const file = pathParts.join('/');
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
dataCache[file]
|
|
13
|
+
// If the data is already cached, return it immediately.
|
|
14
|
+
if (dataCache[file]) {
|
|
15
|
+
return dataCache[file];
|
|
15
16
|
}
|
|
16
|
-
return
|
|
17
|
+
// If there's an ongoing request, return the existing Promise.
|
|
18
|
+
if (requestCache[file] !== undefined) {
|
|
19
|
+
return requestCache[file];
|
|
20
|
+
}
|
|
21
|
+
// Create a new Promise and store it in dataQueues synchronously.
|
|
22
|
+
requestCache[file] = (async () => {
|
|
23
|
+
try {
|
|
24
|
+
const data = await (0, readRelativeFile_js_1.readRelativeFile)(pathParts);
|
|
25
|
+
dataCache[file] = data; // Cache the fetched data.
|
|
26
|
+
return data;
|
|
27
|
+
}
|
|
28
|
+
finally {
|
|
29
|
+
delete requestCache[file]; // Clean up the queue regardless of success or failure.
|
|
30
|
+
}
|
|
31
|
+
})();
|
|
32
|
+
return requestCache[file];
|
|
17
33
|
}
|
|
18
34
|
/**
|
|
19
35
|
* Read the action data for a service
|
package/dist/cjs/data.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/data.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/data.ts"],"names":[],"mappings":";;AAKA,oCA0BC;AAQD,wCAEC;AAQD,8CAEC;AAQD,8CAEC;AA7DD,+DAAyD;AAEzD,MAAM,SAAS,GAAwB,EAAE,CAAC;AAC1C,MAAM,YAAY,GAAiC,EAAE,CAAC;AAE/C,KAAK,UAAU,YAAY,CAAI,GAAG,SAAmB;IAC1D,SAAS,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAC1B,MAAM,IAAI,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAEjC,wDAAwD;IACxD,IAAI,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;QACpB,OAAO,SAAS,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;IAED,8DAA8D;IAC9D,IAAI,YAAY,CAAC,IAAI,CAAC,KAAK,SAAS,EAAE,CAAC;QACrC,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,iEAAiE;IACjE,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,IAAI,EAAE;QAC/B,IAAI,CAAC;YACH,MAAM,IAAI,GAAG,MAAM,IAAA,sCAAgB,EAAC,SAAS,CAAC,CAAC;YAC/C,SAAS,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,0BAA0B;YAClD,OAAO,IAAI,CAAC;QACd,CAAC;gBAAS,CAAC;YACT,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,uDAAuD;QACpF,CAAC;IACH,CAAC,CAAC,EAAE,CAAC;IAEL,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;AAC5B,CAAC;AAED;;;;;GAKG;AACI,KAAK,UAAU,cAAc,CAAI,UAAkB;IACxD,OAAO,YAAY,CAAI,SAAS,EAAE,GAAG,UAAU,OAAO,CAAC,CAAC;AAC1D,CAAC;AAED;;;;;GAKG;AACI,KAAK,UAAU,iBAAiB,CAAI,UAAkB;IAC3D,OAAO,YAAY,CAAI,eAAe,EAAE,GAAG,UAAU,OAAO,CAAC,CAAC;AAChE,CAAC;AAED;;;;;GAKG;AACI,KAAK,UAAU,iBAAiB,CAAI,UAAkB;IAC3D,OAAO,YAAY,CAAI,eAAe,EAAE,GAAG,UAAU,OAAO,CAAC,CAAC;AAChE,CAAC"}
|
package/dist/esm/data.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/data.ts"],"names":[],"mappings":"AAKA,wBAAsB,YAAY,CAAC,CAAC,EAAE,GAAG,SAAS,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CA0BxE;AAED;;;;;GAKG;AACH,wBAAsB,cAAc,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAEtE;AAED;;;;;GAKG;AACH,wBAAsB,iBAAiB,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAEzE;AAED;;;;;GAKG;AACH,wBAAsB,iBAAiB,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAEzE"}
|
package/dist/esm/data.js
CHANGED
|
@@ -1,13 +1,29 @@
|
|
|
1
1
|
import { readRelativeFile } from "./readRelativeFile.js";
|
|
2
2
|
const dataCache = {};
|
|
3
|
+
const requestCache = {};
|
|
3
4
|
export async function readDataFile(...pathParts) {
|
|
4
5
|
pathParts.unshift('data');
|
|
5
6
|
const file = pathParts.join('/');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
dataCache[file]
|
|
7
|
+
// If the data is already cached, return it immediately.
|
|
8
|
+
if (dataCache[file]) {
|
|
9
|
+
return dataCache[file];
|
|
9
10
|
}
|
|
10
|
-
return
|
|
11
|
+
// If there's an ongoing request, return the existing Promise.
|
|
12
|
+
if (requestCache[file] !== undefined) {
|
|
13
|
+
return requestCache[file];
|
|
14
|
+
}
|
|
15
|
+
// Create a new Promise and store it in dataQueues synchronously.
|
|
16
|
+
requestCache[file] = (async () => {
|
|
17
|
+
try {
|
|
18
|
+
const data = await readRelativeFile(pathParts);
|
|
19
|
+
dataCache[file] = data; // Cache the fetched data.
|
|
20
|
+
return data;
|
|
21
|
+
}
|
|
22
|
+
finally {
|
|
23
|
+
delete requestCache[file]; // Clean up the queue regardless of success or failure.
|
|
24
|
+
}
|
|
25
|
+
})();
|
|
26
|
+
return requestCache[file];
|
|
11
27
|
}
|
|
12
28
|
/**
|
|
13
29
|
* Read the action data for a service
|
package/dist/esm/data.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,SAAS,GAAwB,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,SAAS,GAAwB,EAAE,CAAC;AAC1C,MAAM,YAAY,GAAiC,EAAE,CAAC;AAEtD,MAAM,CAAC,KAAK,UAAU,YAAY,CAAI,GAAG,SAAmB;IAC1D,SAAS,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAC1B,MAAM,IAAI,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAEjC,wDAAwD;IACxD,IAAI,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;QACpB,OAAO,SAAS,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;IAED,8DAA8D;IAC9D,IAAI,YAAY,CAAC,IAAI,CAAC,KAAK,SAAS,EAAE,CAAC;QACrC,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,iEAAiE;IACjE,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,IAAI,EAAE;QAC/B,IAAI,CAAC;YACH,MAAM,IAAI,GAAG,MAAM,gBAAgB,CAAC,SAAS,CAAC,CAAC;YAC/C,SAAS,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,0BAA0B;YAClD,OAAO,IAAI,CAAC;QACd,CAAC;gBAAS,CAAC;YACT,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,uDAAuD;QACpF,CAAC;IACH,CAAC,CAAC,EAAE,CAAC;IAEL,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;AAC5B,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAAI,UAAkB;IACxD,OAAO,YAAY,CAAI,SAAS,EAAE,GAAG,UAAU,OAAO,CAAC,CAAC;AAC1D,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CAAI,UAAkB;IAC3D,OAAO,YAAY,CAAI,eAAe,EAAE,GAAG,UAAU,OAAO,CAAC,CAAC;AAChE,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CAAI,UAAkB;IAC3D,OAAO,YAAY,CAAI,eAAe,EAAE,GAAG,UAAU,OAAO,CAAC,CAAC;AAChE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.202410011-beta1",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-
|
|
6
|
+
"updatedAt": "2024-10-01T04:48:40.009Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|
|
@@ -18,8 +18,9 @@
|
|
|
18
18
|
"types": "dist/cjs/index.d.ts",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"test": "npx vitest --run --coverage",
|
|
21
|
+
"clean": "rm -rf dist",
|
|
21
22
|
"build": "npx tsc -p tsconfig.cjs.json && npx tsc -p tsconfig.esm.json && ./postbuild.sh",
|
|
22
|
-
"
|
|
23
|
+
"release": "npm install && npm run clean && npm run build && npm run test && npm publish"
|
|
23
24
|
},
|
|
24
25
|
"keywords": [
|
|
25
26
|
"AWS",
|