@tywalk/pcf-helper-run 1.2.1 → 1.2.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/dist/index.js +4 -4
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -255,10 +255,10 @@ addCommonOptions(commander_1.program.command('init'))
|
|
|
255
255
|
addCommonOptions(commander_1.program.command('session'))
|
|
256
256
|
.description('run development session')
|
|
257
257
|
.option('-u, --url <url>', 'remote environment URL')
|
|
258
|
-
.option('-
|
|
259
|
-
.option('-
|
|
260
|
-
.option('-b, --bundle <path>', 'local bundle path')
|
|
261
|
-
.option('-c, --css <path>', 'local CSS path')
|
|
258
|
+
.option('-i, --intercept-script <script>', 'remote script to intercept')
|
|
259
|
+
.option('-s, --intercept-stylesheet <stylesheet>', 'remote stylesheet to intercept')
|
|
260
|
+
.option('-b, --local-bundle <path>', 'local bundle path')
|
|
261
|
+
.option('-c, --local-css <path>', 'local CSS path')
|
|
262
262
|
.option('-f, --config <path>', 'config file path', 'dev-config.json')
|
|
263
263
|
.action((options) => {
|
|
264
264
|
const { logger, tick } = setupExecutionContext(options);
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tywalk/pcf-helper-run",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "A simple command-line utility for building and publishing PCF controls to Dataverse.",
|
|
5
5
|
"types": "./types/",
|
|
6
6
|
"files": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"test": "jest",
|
|
15
15
|
"build": "tsc",
|
|
16
16
|
"upgrade": "npm version patch --no-git-tag-version",
|
|
17
|
-
"ready": "npm run upgrade"
|
|
17
|
+
"ready": "npm run upgrade && npm run build && npm publish --access public"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"pcf"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@tywalk/color-logger": "^1.0.3",
|
|
28
|
-
"@tywalk/pcf-helper": "^1.5.
|
|
28
|
+
"@tywalk/pcf-helper": "^1.5.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/jest": "^29.5.14",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tywalk/pcf-helper-run",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "A simple command-line utility for building and publishing PCF controls to Dataverse.",
|
|
5
5
|
"types": "./types/",
|
|
6
6
|
"files": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"test": "jest",
|
|
15
15
|
"build": "tsc",
|
|
16
16
|
"upgrade": "npm version patch --no-git-tag-version",
|
|
17
|
-
"ready": "npm run upgrade"
|
|
17
|
+
"ready": "npm run upgrade && npm run build && npm publish --access public"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"pcf"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@tywalk/color-logger": "^1.0.3",
|
|
28
|
-
"@tywalk/pcf-helper": "^1.5.
|
|
28
|
+
"@tywalk/pcf-helper": "^1.5.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/jest": "^29.5.14",
|