@plmtest/plmtrustlink-enum-management 2.4.16 → 2.4.17
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 +31 -31
- package/src/enum.js +990 -988
- package/src/index.js +5 -5
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@plmtest/plmtrustlink-enum-management",
|
|
3
|
-
"version": "2.4.
|
|
4
|
-
"description": "Package that manages enums used in plmtrustlink",
|
|
5
|
-
"main": "src/index.js",
|
|
6
|
-
"author": "PLM Fleet, LLC",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"uuid": "^8.3.2"
|
|
10
|
-
},
|
|
11
|
-
"devDependencies": {
|
|
12
|
-
"standard": "^14.1.0",
|
|
13
|
-
"standard-markdown": "^5.1.0"
|
|
14
|
-
},
|
|
15
|
-
"jest": {
|
|
16
|
-
"testEnvironment": "node"
|
|
17
|
-
},
|
|
18
|
-
"standard": {
|
|
19
|
-
"env": [
|
|
20
|
-
"jest"
|
|
21
|
-
]
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"lint": "npx standard",
|
|
25
|
-
"lint:fix": "npx standard --fix",
|
|
26
|
-
"lint:md": "npx standard-markdown",
|
|
27
|
-
"lint:md:fix": "npx standard-markdown --fix",
|
|
28
|
-
"test": "npx jest"
|
|
29
|
-
},
|
|
30
|
-
"gitHead": "44e048c3297ab412c7702c350a087dd9fd5c7cff"
|
|
31
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@plmtest/plmtrustlink-enum-management",
|
|
3
|
+
"version": "2.4.17",
|
|
4
|
+
"description": "Package that manages enums used in plmtrustlink",
|
|
5
|
+
"main": "src/index.js",
|
|
6
|
+
"author": "PLM Fleet, LLC",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"uuid": "^8.3.2"
|
|
10
|
+
},
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"standard": "^14.1.0",
|
|
13
|
+
"standard-markdown": "^5.1.0"
|
|
14
|
+
},
|
|
15
|
+
"jest": {
|
|
16
|
+
"testEnvironment": "node"
|
|
17
|
+
},
|
|
18
|
+
"standard": {
|
|
19
|
+
"env": [
|
|
20
|
+
"jest"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"lint": "npx standard",
|
|
25
|
+
"lint:fix": "npx standard --fix",
|
|
26
|
+
"lint:md": "npx standard-markdown",
|
|
27
|
+
"lint:md:fix": "npx standard-markdown --fix",
|
|
28
|
+
"test": "npx jest"
|
|
29
|
+
},
|
|
30
|
+
"gitHead": "44e048c3297ab412c7702c350a087dd9fd5c7cff"
|
|
31
|
+
}
|
|
32
32
|
|