Skip to content

Commit 1c14200

Browse files
committed
Build: Update dist files [skip ci]
1 parent 2ef7f92 commit 1c14200

File tree

15 files changed

+25
-25
lines changed

15 files changed

+25
-25
lines changed

dist/aws-dynamo-db/MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO aws-dynamo-db
22
LOAD base.yaml common.yaml dynamo-db-table.yaml
3-
RESOURCES base.js common.js dynamo-db-table-sync.js
3+
RESOURCES common.js base.js dynamo-db-table-sync.js

dist/aws-iam/MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO aws-iam
2-
LOAD base.yaml common.yaml iam-policy.yaml iam-role.yaml
3-
RESOURCES base.js common.js iam-policy-sync.js iam-role-sync.js
2+
LOAD iam-policy.yaml iam-role.yaml base.yaml common.yaml
3+
RESOURCES common.js iam-role-sync.js base.js iam-policy-sync.js

dist/aws-lambda/MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO aws-lambda
2-
LOAD base.yaml common.yaml lambda-function.yaml
3-
RESOURCES base.js common.js lambda-function-sync.js
2+
LOAD lambda-function.yaml base.yaml common.yaml
3+
RESOURCES common.js lambda-function-sync.js base.js

dist/aws-rds/MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO aws-rds
2-
LOAD base.yaml common.yaml rds-access-list.yaml rds-instance.yaml security-group.yaml
3-
RESOURCES base.js common.js rds-access-list-sync.js rds-instance-sync.js security-group.js
2+
LOAD rds-instance.yaml base.yaml common.yaml security-group.yaml rds-access-list.yaml
3+
RESOURCES common.js security-group.js rds-instance-sync.js base.js rds-access-list-sync.js

dist/aws-s3/MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO aws-s3
22
LOAD base.yaml common.yaml s3-bucket.yaml
3-
RESOURCES base.js common.js s3-bucket-sync.js
3+
RESOURCES common.js s3-bucket-sync.js base.js

dist/aws-sqs/MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO aws-sqs
2-
LOAD base.yaml common.yaml sqs-queue.yaml
3-
RESOURCES base.js common.js sqs-queue-sync.js
2+
LOAD sqs-queue.yaml base.yaml common.yaml
3+
RESOURCES common.js sqs-queue-sync.js base.js

dist/cloudflare/MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO cloudflare
2-
LOAD cloudflare-base.yaml cloudflare-dns-record.yaml cloudflare-dns-zone.yaml
2+
LOAD cloudflare-dns-record.yaml cloudflare-base.yaml cloudflare-dns-zone.yaml
33
RESOURCES cloudflare-base.js cloudflare-dns-record-sync.js cloudflare-dns-zone-sync.js

dist/digitalocean-agent/MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO digitalocean-agent
2-
LOAD agent.yaml gradient-base.yaml
2+
LOAD gradient-base.yaml agent.yaml
33
RESOURCES agent-sync.js gradient-base.js
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO digitalocean-database
2-
LOAD api-token.yaml common.yaml digitalocean-base.yaml do-provider-base.yaml database.yaml
3-
RESOURCES api-token-sync.js common.js digitalocean-base.js do-provider-base.js database-sync.js
2+
LOAD do-provider-base.yaml api-token.yaml database.yaml digitalocean-base.yaml common.yaml
3+
RESOURCES common.js api-token-sync.js do-provider-base.js database-sync.js digitalocean-base.js

dist/digitalocean-spaces/MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO digitalocean-spaces
2-
LOAD do-s3-base.yaml spaces-keys.yaml spaces-bucket.yaml
3-
RESOURCES do-s3-base.js spaces-keys-sync.js spaces-bucket-sync.js
2+
LOAD do-s3-base.yaml spaces-bucket.yaml spaces-keys.yaml
3+
RESOURCES spaces-bucket-sync.js spaces-keys-sync.js do-s3-base.js

0 commit comments

Comments
 (0)