@unchainedshop/core-enrollments 2.2.3 → 2.3.0
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/lib/db/EnrollmentStatus.js +1 -1
- package/lib/db/EnrollmentStatus.js.map +1 -1
- package/lib/director/EnrollmentError.js +1 -1
- package/lib/director/EnrollmentError.js.map +1 -1
- package/lib/module/configureEnrollmentsModule.d.ts +1 -1
- package/package.json +9 -9
- package/src/module/configureEnrollmentsModule.ts +1 -1
|
@@ -4,5 +4,5 @@ export var EnrollmentStatus;
|
|
|
4
4
|
EnrollmentStatus["ACTIVE"] = "ACTIVE";
|
|
5
5
|
EnrollmentStatus["PAUSED"] = "PAUSED";
|
|
6
6
|
EnrollmentStatus["TERMINATED"] = "TERMINATED";
|
|
7
|
-
})(EnrollmentStatus
|
|
7
|
+
})(EnrollmentStatus || (EnrollmentStatus = {}));
|
|
8
8
|
//# sourceMappingURL=EnrollmentStatus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnrollmentStatus.js","sourceRoot":"","sources":["../../src/db/EnrollmentStatus.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EALW,gBAAgB,
|
|
1
|
+
{"version":3,"file":"EnrollmentStatus.js","sourceRoot":"","sources":["../../src/db/EnrollmentStatus.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B"}
|
|
@@ -4,5 +4,5 @@ export var EnrollmentError;
|
|
|
4
4
|
EnrollmentError["NOT_IMPLEMENTED"] = "NOT_IMPLEMENTED";
|
|
5
5
|
EnrollmentError["INCOMPLETE_CONFIGURATION"] = "INCOMPLETE_CONFIGURATION";
|
|
6
6
|
EnrollmentError["WRONG_CREDENTIALS"] = "WRONG_CREDENTIALS";
|
|
7
|
-
})(EnrollmentError
|
|
7
|
+
})(EnrollmentError || (EnrollmentError = {}));
|
|
8
8
|
//# sourceMappingURL=EnrollmentError.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnrollmentError.js","sourceRoot":"","sources":["../../src/director/EnrollmentError.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,0DAAuC,CAAA;IACvC,sDAAmC,CAAA;IACnC,wEAAqD,CAAA;IACrD,0DAAuC,CAAA;AACzC,CAAC,EALW,eAAe,
|
|
1
|
+
{"version":3,"file":"EnrollmentError.js","sourceRoot":"","sources":["../../src/director/EnrollmentError.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,0DAAuC,CAAA;IACvC,sDAAmC,CAAA;IACnC,wEAAqD,CAAA;IACrD,0DAAuC,CAAA;AACzC,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/core-enrollments",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"main": "lib/enrollments-index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./lib/enrollments-index.js",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"homepage": "https://github.com/unchainedshop/unchained#readme",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@breejs/later": "^4.1.0",
|
|
35
|
-
"@unchainedshop/events": "^2.
|
|
36
|
-
"@unchainedshop/logger": "^2.
|
|
37
|
-
"@unchainedshop/utils": "^2.
|
|
35
|
+
"@unchainedshop/events": "^2.3.0",
|
|
36
|
+
"@unchainedshop/logger": "^2.3.0",
|
|
37
|
+
"@unchainedshop/utils": "^2.3.0",
|
|
38
38
|
"date-fns": "^2.30.0",
|
|
39
39
|
"locale": "0.1.0",
|
|
40
40
|
"simpl-schema": "=3.2.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/locale": "^0.1.1",
|
|
44
|
-
"@types/node": "^18.16.
|
|
45
|
-
"@unchainedshop/types": "^2.
|
|
46
|
-
"jest": "^29.
|
|
47
|
-
"ts-jest": "^29.1.
|
|
48
|
-
"typescript": "^
|
|
44
|
+
"@types/node": "^18.16.19",
|
|
45
|
+
"@unchainedshop/types": "^2.3.0",
|
|
46
|
+
"jest": "^29.6.0",
|
|
47
|
+
"ts-jest": "^29.1.1",
|
|
48
|
+
"typescript": "^5.1.6"
|
|
49
49
|
}
|
|
50
50
|
}
|