@verii/components-organizations-registrar 1.0.0-pre.1754473517 → 1.0.0-pre.1754562801
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verii/components-organizations-registrar",
|
|
3
|
-
"version": "1.0.0-pre.
|
|
3
|
+
"version": "1.0.0-pre.1754562801",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"build": "vite build",
|
|
71
71
|
"build:watch": "vite build --watch",
|
|
72
72
|
"prepublish": "vite build",
|
|
73
|
-
"test": "
|
|
74
|
-
"lint": "NODE_OPTIONS=--experimental-specifier-resolution=node eslint src",
|
|
75
|
-
"lint:fix": "NODE_OPTIONS=--experimental-specifier-resolution=node eslint src --fix"
|
|
73
|
+
"test": "jest --config ./jest.config.cjs --runInBand --coverage",
|
|
74
|
+
"lint": "cross-env NODE_OPTIONS=--experimental-specifier-resolution=node eslint src",
|
|
75
|
+
"lint:fix": "cross-env NODE_OPTIONS=--experimental-specifier-resolution=node eslint src --fix"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@auth0/auth0-react": "^2.2.1",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"lib"
|
|
128
128
|
]
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "19a89dfdf3b17e2d0f2bc9b9efa2a7e41864d70a"
|
|
131
131
|
}
|