@jjrawlins/cdk-ami-builder 0.0.137 → 0.0.138

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 (59) hide show
  1. package/.jsii +4 -4
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +44 -14
  8. package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +43 -14
  9. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AttachVolumeCommand.d.ts +2 -0
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +12 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DetachVolumeCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -1
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +10 -0
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +15 -0
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +5 -0
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +51 -21
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +22 -16
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +15 -41
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +42 -1
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +2 -4
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +3 -0
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +11 -5
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +5 -5
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +4 -9
  46. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +9 -1
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-ec2/package.json +1 -1
  49. package/node_modules/lodash/README.md +2 -2
  50. package/node_modules/lodash/_baseUnset.js +47 -2
  51. package/node_modules/lodash/core.js +1 -1
  52. package/node_modules/lodash/core.min.js +1 -1
  53. package/node_modules/lodash/lodash.js +43 -4
  54. package/node_modules/lodash/lodash.min.js +57 -57
  55. package/node_modules/lodash/package.json +1 -1
  56. package/package.json +3 -3
  57. package/node_modules/lodash/flake.lock +0 -40
  58. package/node_modules/lodash/flake.nix +0 -20
  59. package/node_modules/lodash/release.md +0 -48
@@ -1,48 +0,0 @@
1
- npm run build
2
- npm run doc
3
- npm i
4
- git clone --depth=10 --branch=master git@github.com:lodash-archive/lodash-cli.git ./node_modules/lodash-cli
5
- mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json
6
- cd ../../; npm i --production; cd ../../
7
- node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js
8
- node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./npm-package
9
- cp lodash.js npm-package/lodash.js
10
- cp dist/lodash.min.js npm-package/lodash.min.js
11
- cp LICENSE npm-package/LICENSE
12
-
13
- 1. Clone two repos
14
- Bump lodash version in package.json, readme, package=locak, lodash.js
15
- npm run build
16
- npm run doc
17
-
18
- 2. update mappings in ldoash-cli
19
- 3. copy ldoash into lodash-cli node modules and package json.
20
-
21
- node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js
22
- node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./npm-package
23
-
24
-
25
-
26
- 1. Clone the two repositories:
27
- ```sh
28
- $ git clone https://github.com/lodash/lodash.git
29
- $ git clone https://github.com/bnjmnt4n/lodash-cli.git
30
- ```
31
- 2. Update lodash-cli to accomdate changes in lodash source. This can typically involve adding new function dependency mappings in lib/mappings.js. Sometimes, additional changes might be needed for more involved functions.
32
- 3. In the lodash repository, update references to the lodash version in README.md, lodash.js, package.jsona nd package-lock.json
33
- 4. Run:
34
- ```sh
35
- npm run build
36
- npm run doc
37
- node ../lodash-cli/bin/lodash core -o ./dist/lodash.core.js
38
- ```
39
- 5. Add a commit and tag the release
40
- mkdir ../lodash-temp
41
- cp lodash.js dist/lodash.min.js dist/lodash.core.js dist/lodash.core.min.js ../lodash-temp/
42
- node ../lodash-cli/bin/lodash modularize exports=node -o .
43
- cp ../lodash-temp/lodash.core.js core.js
44
- cp ../lodash-temp/lodash.core.min.js core.min.js
45
- cp ../lodash-temp/lodash.js lodash.js
46
- cp ../lodash-temp/lodash.min.js lodash.min.js
47
-
48
- ❯ node ../lodash-cli/bin/lodash modularize exports=es -o .