create-powerapps-project 0.14.2 → 0.14.3

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.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "create-powerapps-project",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 16 Sep 2021 20:49:35 GMT",
5
+ "date": "Wed, 22 Sep 2021 16:01:15 GMT",
6
+ "tag": "create-powerapps-project_v0.14.3",
7
+ "version": "0.14.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Update deploy script",
12
+ "author": "derek.finlinson@journeyteam.com",
13
+ "commit": "caae785af444de73267eb92df2b69e18c1a258e5",
14
+ "package": "create-powerapps-project"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 16 Sep 2021 20:49:48 GMT",
6
21
  "tag": "create-powerapps-project_v0.14.2",
7
22
  "version": "0.14.2",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # Change Log - create-powerapps-project
2
2
 
3
- This log was last generated on Thu, 16 Sep 2021 20:49:35 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 22 Sep 2021 16:01:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.14.2
7
+ ## 0.14.3
8
8
 
9
- Thu, 16 Sep 2021 20:49:35 GMT
9
+ Wed, 22 Sep 2021 16:01:15 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - New dataverse-utils scripts (derek.finlinson@journeyteam.com)
13
+ - Update deploy script (derek.finlinson@journeyteam.com)
14
14
 
15
+ ## 0.14.2
16
+
17
+ Thu, 16 Sep 2021 20:49:48 GMT
18
+
19
+ ### Patches
20
+
21
+ - New dataverse-utils scripts (derek.finlinson@journeyteam.com)
22
+
15
23
  ## 0.14.1
16
24
 
17
25
  Thu, 02 Sep 2021 16:46:01 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-powerapps-project",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "bin": {
@@ -4,6 +4,6 @@
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "gen": "plop",
7
- "deploy": "dataverse-deploy deploy assembly"
7
+ "deploy": "dataverse-utils deploy assembly"
8
8
  }
9
9
  }