@elliemae/microfe-common 2.17.5 → 2.17.8

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.
@@ -1,4 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
- "sideEffects": false
3
+ "sideEffects": false,
4
+ "publishConfig": {
5
+ "access": "public"
6
+ }
4
7
  }
@@ -1,4 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
- "sideEffects": false
3
+ "sideEffects": false,
4
+ "publishConfig": {
5
+ "access": "public"
6
+ }
4
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/microfe-common",
3
- "version": "2.17.5",
3
+ "version": "2.17.8",
4
4
  "description": "common micro frontend functional modules",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,6 +30,21 @@
30
30
  "require": "./dist/cjs/index.js"
31
31
  }
32
32
  },
33
+ "scripts": {
34
+ "build": "pui-cli pack -p -t node",
35
+ "dev": "pui-cli pack -t node",
36
+ "dts": "exit 0",
37
+ "gendoc": "pui-cli gendoc",
38
+ "lint": "pui-cli lint",
39
+ "lint-fix": "pui-cli lint --fix",
40
+ "start": "pui-cli start",
41
+ "start-server": "cross-env PORT=3001 pui-cli start -p",
42
+ "test": "pui-cli test -p",
43
+ "test-fix": "pui-cli test -f -p",
44
+ "test-watch": "jest --watch",
45
+ "test-staged": "jest --coverage --passWithNoTests --bail --findRelatedTests",
46
+ "tscheck": "pui-cli tscheck --files"
47
+ },
33
48
  "jestSonar": {
34
49
  "reportPath": "reports",
35
50
  "reportFile": "tests.xml",
@@ -45,19 +60,5 @@
45
60
  "@elliemae/pui-scripting-object": "~1.51.3",
46
61
  "@types/uuid": "~9.0.8"
47
62
  },
48
- "scripts": {
49
- "build": "pui-cli pack -p -t node",
50
- "dev": "pui-cli pack -t node",
51
- "dts": "exit 0",
52
- "gendoc": "pui-cli gendoc",
53
- "lint": "pui-cli lint",
54
- "lint-fix": "pui-cli lint --fix",
55
- "start": "pui-cli start",
56
- "start-server": "cross-env PORT=3001 pui-cli start -p",
57
- "test": "pui-cli test -p",
58
- "test-fix": "pui-cli test -f -p",
59
- "test-watch": "jest --watch",
60
- "test-staged": "jest --coverage --passWithNoTests --bail --findRelatedTests",
61
- "tscheck": "pui-cli tscheck --files"
62
- }
63
- }
63
+ "gitHead": "dfe0cf09388bd5aee692058998cfc81fe29ffc09"
64
+ }