create-powerapps-project 0.14.1 → 0.14.2
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,
|
|
5
|
+
"date": "Thu, 16 Sep 2021 20:49:35 GMT",
|
|
6
|
+
"tag": "create-powerapps-project_v0.14.2",
|
|
7
|
+
"version": "0.14.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "New dataverse-utils scripts",
|
|
12
|
+
"author": "derek.finlinson@journeyteam.com",
|
|
13
|
+
"commit": "b1c526bdddb59fe2f4a3eb61096909ebbb2379d7",
|
|
14
|
+
"package": "create-powerapps-project"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 02 Sep 2021 16:46:01 GMT",
|
|
6
21
|
"tag": "create-powerapps-project_v0.14.1",
|
|
7
22
|
"version": "0.14.1",
|
|
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,
|
|
3
|
+
This log was last generated on Thu, 16 Sep 2021 20:49:35 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.14.
|
|
7
|
+
## 0.14.2
|
|
8
8
|
|
|
9
|
-
Thu,
|
|
9
|
+
Thu, 16 Sep 2021 20:49:35 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- New dataverse-utils scripts (derek.finlinson@journeyteam.com)
|
|
14
14
|
|
|
15
|
+
## 0.14.1
|
|
16
|
+
|
|
17
|
+
Thu, 02 Sep 2021 16:46:01 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Update default scripts (derek.finlinson@journeyteam.com)
|
|
22
|
+
|
|
15
23
|
## 0.14.0
|
|
16
24
|
|
|
17
25
|
Thu, 02 Sep 2021 16:22:00 GMT
|
package/package.json
CHANGED
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
"build": "webpack --mode=production",
|
|
7
7
|
"start": "webpack --mode=development --watch",
|
|
8
8
|
"gen": "plop",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"generate": "npm run auth && dataverse-utils generate"
|
|
9
|
+
"deploy": "dataverse-utils deploy webresource",
|
|
10
|
+
"generate": "dataverse-utils generate"
|
|
12
11
|
}
|
|
13
12
|
}
|