sparkle_formation 1.1.2 → 1.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 616be38c8c1a38f987e2a586840a9d249539fed4
4
- data.tar.gz: d9548f0abf97deee0fd3c3aa2429b4d726bb5262
3
+ metadata.gz: 4c5e0920957413c0297b4f8260565fa4b22d1fe0
4
+ data.tar.gz: 47f30c6a2f3e4ca247a470d0b8aea3b4d0b784f4
5
5
  SHA512:
6
- metadata.gz: 359abe032cb6e4d4c149cab74294413ee7700f4e38f3e31f724ceffd536c4a1133b1db2dc2028fcc4d1bc9828944ee6d5bcc1bc6faa37f123191299fe642d0e0
7
- data.tar.gz: 1bf779e94bd5cfccc61f0d446cbab685b67868d6faac31d6af354a8db7d27269ab7d4923811cf95e557d6305881af28336ddcacf40ed86928709d9cb8bc5e02d
6
+ metadata.gz: 9538a2f7301a7523c160369c150c69c7480680e8fc84bc91a828c75e16e314336963402b4aa9f11f4f6afb17058aab416a5a7154114cf5f575a49631f99e32a1
7
+ data.tar.gz: 01eb28c4f015a9da3df3238427bd33f6c52af5eade4f58de310f830dba80a2337b907a7ceb28733ac57c57c5814ce010b01621a630af6967024ad7ef237b88e5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v1.1.4
2
+ * Update resource information extractor (#92)
3
+ * Update builtin aws resource information (#92)
4
+ * Support subdirectories within packs (#94)
5
+
1
6
  ## v1.1.2
2
7
  * Inject compile time state into outputs only if data set
3
8