@hmcts/opal-frontend-common-node 0.0.27 → 0.0.28
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/LICENSE +21 -0
- package/README.md +32 -8
- package/{app-insights → dist/app-insights}/index.d.ts +1 -1
- package/{app-insights → dist/app-insights}/index.d.ts.map +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -0
- package/{interfaces → dist/interfaces}/index.d.ts +10 -10
- package/dist/interfaces/index.d.ts.map +1 -0
- package/{interfaces → dist/interfaces}/index.js +10 -10
- package/dist/interfaces/index.js.map +1 -0
- package/{interfaces → dist/interfaces}/transfer-server-state.d.ts +2 -2
- package/{interfaces → dist/interfaces}/transfer-server-state.d.ts.map +1 -1
- package/{launch-darkly → dist/launch-darkly}/index.d.ts +1 -1
- package/{launch-darkly → dist/launch-darkly}/index.d.ts.map +1 -1
- package/dist/proxy/index.d.ts +2 -0
- package/dist/proxy/index.d.ts.map +1 -0
- package/dist/proxy/index.js +2 -0
- package/dist/proxy/index.js.map +1 -0
- package/{routes → dist/routes}/index.d.ts +5 -5
- package/{routes → dist/routes}/index.d.ts.map +1 -1
- package/{routes → dist/routes}/index.js +6 -6
- package/dist/routes/index.js.map +1 -0
- package/dist/services/index.d.ts +2 -0
- package/{services → dist/services}/index.d.ts.map +1 -1
- package/dist/services/index.js +2 -0
- package/{services → dist/services}/index.js.map +1 -1
- package/{services → dist/services}/opal-user-service.d.ts +1 -1
- package/{services → dist/services}/opal-user-service.d.ts.map +1 -1
- package/dist/session/index.d.ts +3 -0
- package/{session → dist/session}/index.d.ts.map +1 -1
- package/dist/session/index.js +3 -0
- package/{session → dist/session}/index.js.map +1 -1
- package/{session → dist/session}/session-expiry/index.js +1 -1
- package/dist/session/session-expiry/index.js.map +1 -0
- package/{session.d.ts → dist/session.d.ts} +1 -1
- package/dist/sso/index.d.ts +6 -0
- package/dist/sso/index.d.ts.map +1 -0
- package/dist/sso/index.js +6 -0
- package/dist/sso/index.js.map +1 -0
- package/{sso → dist/sso}/sso-authenticated.js +1 -1
- package/dist/sso/sso-authenticated.js.map +1 -0
- package/{sso → dist/sso}/sso-login-callback.d.ts +2 -2
- package/dist/sso/sso-login-callback.d.ts.map +1 -0
- package/{sso → dist/sso}/sso-login-callback.js +1 -1
- package/{sso → dist/sso}/sso-login-callback.js.map +1 -1
- package/dist/stubs/sso/index.d.ts +6 -0
- package/dist/stubs/sso/index.d.ts.map +1 -0
- package/dist/stubs/sso/index.js +6 -0
- package/dist/stubs/sso/index.js.map +1 -0
- package/{stubs → dist/stubs}/sso/sso-authenticated.stub.js +1 -1
- package/dist/stubs/sso/sso-authenticated.stub.js.map +1 -0
- package/{stubs → dist/stubs}/sso/sso-logout.stub.js +1 -1
- package/dist/stubs/sso/sso-logout.stub.js.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/{utils → dist/utils}/index.d.ts.map +1 -1
- package/dist/utils/index.js +2 -0
- package/{utils → dist/utils}/index.js.map +1 -1
- package/package.json +128 -54
- package/index.d.ts +0 -10
- package/index.d.ts.map +0 -1
- package/index.js +0 -11
- package/index.js.map +0 -1
- package/interfaces/index.d.ts.map +0 -1
- package/interfaces/index.js.map +0 -1
- package/proxy/index.d.ts +0 -2
- package/proxy/index.d.ts.map +0 -1
- package/proxy/index.js +0 -2
- package/proxy/index.js.map +0 -1
- package/routes/index.js.map +0 -1
- package/services/index.d.ts +0 -2
- package/services/index.js +0 -2
- package/session/index.d.ts +0 -3
- package/session/index.js +0 -3
- package/session/session-expiry/index.js.map +0 -1
- package/sso/index.d.ts +0 -6
- package/sso/index.d.ts.map +0 -1
- package/sso/index.js +0 -6
- package/sso/index.js.map +0 -1
- package/sso/sso-authenticated.js.map +0 -1
- package/sso/sso-login-callback.d.ts.map +0 -1
- package/stubs/sso/index.d.ts +0 -6
- package/stubs/sso/index.d.ts.map +0 -1
- package/stubs/sso/index.js +0 -6
- package/stubs/sso/index.js.map +0 -1
- package/stubs/sso/sso-authenticated.stub.js.map +0 -1
- package/stubs/sso/sso-logout.stub.js.map +0 -1
- package/utils/index.d.ts +0 -2
- package/utils/index.js +0 -2
- /package/{app-insights → dist/app-insights}/index.js +0 -0
- /package/{app-insights → dist/app-insights}/index.js.map +0 -0
- /package/{csrf-token → dist/csrf-token}/index.d.ts +0 -0
- /package/{csrf-token → dist/csrf-token}/index.d.ts.map +0 -0
- /package/{csrf-token → dist/csrf-token}/index.js +0 -0
- /package/{csrf-token → dist/csrf-token}/index.js.map +0 -0
- /package/{global.d.ts → dist/global.d.ts} +0 -0
- /package/{health → dist/health}/index.d.ts +0 -0
- /package/{health → dist/health}/index.d.ts.map +0 -0
- /package/{health → dist/health}/index.js +0 -0
- /package/{health → dist/health}/index.js.map +0 -0
- /package/{helmet → dist/helmet}/index.d.ts +0 -0
- /package/{helmet → dist/helmet}/index.d.ts.map +0 -0
- /package/{helmet → dist/helmet}/index.js +0 -0
- /package/{helmet → dist/helmet}/index.js.map +0 -0
- /package/{interfaces → dist/interfaces}/app-insights-config.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/app-insights-config.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/app-insights-config.js +0 -0
- /package/{interfaces → dist/interfaces}/app-insights-config.js.map +0 -0
- /package/{interfaces → dist/interfaces}/launch-darkly-config.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/launch-darkly-config.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/launch-darkly-config.js +0 -0
- /package/{interfaces → dist/interfaces}/launch-darkly-config.js.map +0 -0
- /package/{interfaces → dist/interfaces}/opal-user-service-config.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/opal-user-service-config.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/opal-user-service-config.js +0 -0
- /package/{interfaces → dist/interfaces}/opal-user-service-config.js.map +0 -0
- /package/{interfaces → dist/interfaces}/routes-config.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/routes-config.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/routes-config.js +0 -0
- /package/{interfaces → dist/interfaces}/routes-config.js.map +0 -0
- /package/{interfaces → dist/interfaces}/securityToken.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/securityToken.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/securityToken.js +0 -0
- /package/{interfaces → dist/interfaces}/securityToken.js.map +0 -0
- /package/{interfaces → dist/interfaces}/session-config.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/session-config.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/session-config.js +0 -0
- /package/{interfaces → dist/interfaces}/session-config.js.map +0 -0
- /package/{interfaces → dist/interfaces}/session-expiry-config.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/session-expiry-config.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/session-expiry-config.js +0 -0
- /package/{interfaces → dist/interfaces}/session-expiry-config.js.map +0 -0
- /package/{interfaces → dist/interfaces}/session-storage-config.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/session-storage-config.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/session-storage-config.js +0 -0
- /package/{interfaces → dist/interfaces}/session-storage-config.js.map +0 -0
- /package/{interfaces → dist/interfaces}/sso-config.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/sso-config.d.ts.map +0 -0
- /package/{interfaces → dist/interfaces}/sso-config.js +0 -0
- /package/{interfaces → dist/interfaces}/sso-config.js.map +0 -0
- /package/{interfaces → dist/interfaces}/transfer-server-state.js +0 -0
- /package/{interfaces → dist/interfaces}/transfer-server-state.js.map +0 -0
- /package/{launch-darkly → dist/launch-darkly}/index.js +0 -0
- /package/{launch-darkly → dist/launch-darkly}/index.js.map +0 -0
- /package/{properties-volume → dist/properties-volume}/index.d.ts +0 -0
- /package/{properties-volume → dist/properties-volume}/index.d.ts.map +0 -0
- /package/{properties-volume → dist/properties-volume}/index.js +0 -0
- /package/{properties-volume → dist/properties-volume}/index.js.map +0 -0
- /package/{proxy → dist/proxy}/opal-api-proxy/index.d.ts +0 -0
- /package/{proxy → dist/proxy}/opal-api-proxy/index.d.ts.map +0 -0
- /package/{proxy → dist/proxy}/opal-api-proxy/index.js +0 -0
- /package/{proxy → dist/proxy}/opal-api-proxy/index.js.map +0 -0
- /package/{services → dist/services}/opal-user-service.js +0 -0
- /package/{services → dist/services}/opal-user-service.js.map +0 -0
- /package/{session → dist/session}/session-expiry/index.d.ts +0 -0
- /package/{session → dist/session}/session-expiry/index.d.ts.map +0 -0
- /package/{session → dist/session}/session-storage/index.d.ts +0 -0
- /package/{session → dist/session}/session-storage/index.d.ts.map +0 -0
- /package/{session → dist/session}/session-storage/index.js +0 -0
- /package/{session → dist/session}/session-storage/index.js.map +0 -0
- /package/{sso → dist/sso}/sso-authenticated.d.ts +0 -0
- /package/{sso → dist/sso}/sso-authenticated.d.ts.map +0 -0
- /package/{sso → dist/sso}/sso-configuration.d.ts +0 -0
- /package/{sso → dist/sso}/sso-configuration.d.ts.map +0 -0
- /package/{sso → dist/sso}/sso-configuration.js +0 -0
- /package/{sso → dist/sso}/sso-configuration.js.map +0 -0
- /package/{sso → dist/sso}/sso-login.d.ts +0 -0
- /package/{sso → dist/sso}/sso-login.d.ts.map +0 -0
- /package/{sso → dist/sso}/sso-login.js +0 -0
- /package/{sso → dist/sso}/sso-login.js.map +0 -0
- /package/{sso → dist/sso}/sso-logout-callback.d.ts +0 -0
- /package/{sso → dist/sso}/sso-logout-callback.d.ts.map +0 -0
- /package/{sso → dist/sso}/sso-logout-callback.js +0 -0
- /package/{sso → dist/sso}/sso-logout-callback.js.map +0 -0
- /package/{sso → dist/sso}/sso-logout.d.ts +0 -0
- /package/{sso → dist/sso}/sso-logout.d.ts.map +0 -0
- /package/{sso → dist/sso}/sso-logout.js +0 -0
- /package/{sso → dist/sso}/sso-logout.js.map +0 -0
- /package/{stubs → dist/stubs}/sso/sso-authenticated.stub.d.ts +0 -0
- /package/{stubs → dist/stubs}/sso/sso-authenticated.stub.d.ts.map +0 -0
- /package/{stubs → dist/stubs}/sso/sso-login-callback.stub.d.ts +0 -0
- /package/{stubs → dist/stubs}/sso/sso-login-callback.stub.d.ts.map +0 -0
- /package/{stubs → dist/stubs}/sso/sso-login-callback.stub.js +0 -0
- /package/{stubs → dist/stubs}/sso/sso-login-callback.stub.js.map +0 -0
- /package/{stubs → dist/stubs}/sso/sso-login.stub.d.ts +0 -0
- /package/{stubs → dist/stubs}/sso/sso-login.stub.d.ts.map +0 -0
- /package/{stubs → dist/stubs}/sso/sso-login.stub.js +0 -0
- /package/{stubs → dist/stubs}/sso/sso-login.stub.js.map +0 -0
- /package/{stubs → dist/stubs}/sso/sso-logout-callback.stub.d.ts +0 -0
- /package/{stubs → dist/stubs}/sso/sso-logout-callback.stub.d.ts.map +0 -0
- /package/{stubs → dist/stubs}/sso/sso-logout-callback.stub.js +0 -0
- /package/{stubs → dist/stubs}/sso/sso-logout-callback.stub.js.map +0 -0
- /package/{stubs → dist/stubs}/sso/sso-logout.stub.d.ts +0 -0
- /package/{stubs → dist/stubs}/sso/sso-logout.stub.d.ts.map +0 -0
- /package/{utils → dist/utils}/base64.d.ts +0 -0
- /package/{utils → dist/utils}/base64.d.ts.map +0 -0
- /package/{utils → dist/utils}/base64.js +0 -0
- /package/{utils → dist/utils}/base64.js.map +0 -0
- /package/{utils → dist/utils}/jwt.d.ts +0 -0
- /package/{utils → dist/utils}/jwt.d.ts.map +0 -0
- /package/{utils → dist/utils}/jwt.js +0 -0
- /package/{utils → dist/utils}/jwt.js.map +0 -0
package/package.json
CHANGED
|
@@ -1,17 +1,95 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmcts/opal-frontend-common-node",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.28",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Common nodejs library components for opal",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=18"
|
|
9
|
+
},
|
|
7
10
|
"repository": {
|
|
8
11
|
"type": "git",
|
|
9
12
|
"url": "https://github.com/hmcts/opal-frontend-common-node-lib"
|
|
10
13
|
},
|
|
11
|
-
"main": "dist/index",
|
|
12
|
-
"types": "dist/index.d.ts",
|
|
14
|
+
"main": "./dist/index.js",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"typesVersions": {
|
|
17
|
+
"*": {
|
|
18
|
+
"types": [
|
|
19
|
+
"dist/global.d.ts"
|
|
20
|
+
],
|
|
21
|
+
"app-insights": [
|
|
22
|
+
"dist/app-insights/index.d.ts"
|
|
23
|
+
],
|
|
24
|
+
"health": [
|
|
25
|
+
"dist/health/index.d.ts"
|
|
26
|
+
],
|
|
27
|
+
"helmet": [
|
|
28
|
+
"dist/helmet/index.d.ts"
|
|
29
|
+
],
|
|
30
|
+
"launch-darkly": [
|
|
31
|
+
"dist/launch-darkly/index.d.ts"
|
|
32
|
+
],
|
|
33
|
+
"properties-volume": [
|
|
34
|
+
"dist/properties-volume/index.d.ts"
|
|
35
|
+
],
|
|
36
|
+
"csrf-token": [
|
|
37
|
+
"dist/csrf-token/index.d.ts"
|
|
38
|
+
],
|
|
39
|
+
"routes": [
|
|
40
|
+
"dist/routes/index.d.ts"
|
|
41
|
+
],
|
|
42
|
+
"services": [
|
|
43
|
+
"dist/services/index.d.ts"
|
|
44
|
+
],
|
|
45
|
+
"interfaces": [
|
|
46
|
+
"dist/interfaces/index.d.ts"
|
|
47
|
+
],
|
|
48
|
+
"interfaces/session-expiry-config": [
|
|
49
|
+
"dist/interfaces/session-expiry-config.d.ts"
|
|
50
|
+
],
|
|
51
|
+
"interfaces/routes-config": [
|
|
52
|
+
"dist/interfaces/routes-config.d.ts"
|
|
53
|
+
],
|
|
54
|
+
"interfaces/sso-config": [
|
|
55
|
+
"dist/interfaces/sso-config.d.ts"
|
|
56
|
+
],
|
|
57
|
+
"interfaces/session-config": [
|
|
58
|
+
"dist/interfaces/session-config.d.ts"
|
|
59
|
+
],
|
|
60
|
+
"interfaces/session-storage-config": [
|
|
61
|
+
"dist/interfaces/session-storage-config.d.ts"
|
|
62
|
+
],
|
|
63
|
+
"session": [
|
|
64
|
+
"dist/session/index.d.ts"
|
|
65
|
+
],
|
|
66
|
+
"session/session-storage": [
|
|
67
|
+
"dist/session/session-storage/index.d.ts"
|
|
68
|
+
],
|
|
69
|
+
"session/session-expiry": [
|
|
70
|
+
"dist/session/session-expiry/index.d.ts"
|
|
71
|
+
],
|
|
72
|
+
"proxy": [
|
|
73
|
+
"dist/proxy/index.d.ts"
|
|
74
|
+
],
|
|
75
|
+
"proxy/opal-api-proxy": [
|
|
76
|
+
"dist/proxy/opal-api-proxy/index.d.ts"
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"files": [
|
|
81
|
+
"dist/**",
|
|
82
|
+
"README.md",
|
|
83
|
+
"LICENSE"
|
|
84
|
+
],
|
|
85
|
+
"sideEffects": false,
|
|
13
86
|
"scripts": {
|
|
14
|
-
"build": "
|
|
87
|
+
"build": "yarn clean && tsc && cp src/*.d.ts dist/",
|
|
88
|
+
"prepack": "yarn build",
|
|
89
|
+
"pack:local": "find . -maxdepth 1 -type f -name 'hmcts-opal-frontend-common-node-*.tgz' -delete && npm_config_cache=${TMPDIR:-/tmp}/npm-cache-opal-common-node npm pack",
|
|
90
|
+
"check:exports": "node scripts/validate-export-targets.cjs",
|
|
91
|
+
"check:pack-shape": "node scripts/validate-pack-shape.cjs",
|
|
92
|
+
"check:exports:esm": "node scripts/smoke-test-exports.mjs",
|
|
15
93
|
"clean": "rm -rf dist",
|
|
16
94
|
"lint": "eslint ./src --ext .ts && yarn prettier",
|
|
17
95
|
"prettier": "prettier --check \"./src/**/*.{ts,js,json}\"",
|
|
@@ -37,113 +115,109 @@
|
|
|
37
115
|
"helmet": "^8.0.0",
|
|
38
116
|
"http-proxy-middleware": "^3.0.0",
|
|
39
117
|
"luxon": "^3.4.3",
|
|
40
|
-
"prettier": "^3.0.3",
|
|
41
118
|
"redis": "^5.0.0",
|
|
42
119
|
"session-file-store": "^1.5.0",
|
|
43
120
|
"xml2js": "^0.6.2"
|
|
44
121
|
},
|
|
45
122
|
"devDependencies": {
|
|
46
|
-
"@types/config": "^
|
|
123
|
+
"@types/config": "^4.0.0",
|
|
47
124
|
"@types/cookie-parser": "^1.4.6",
|
|
48
125
|
"@types/express": "^5.0.0",
|
|
49
126
|
"@types/luxon": "^3.4.2",
|
|
50
127
|
"@types/node": "^24.0.0",
|
|
51
128
|
"@types/session-file-store": "^1.2.5",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
53
|
-
"@typescript-eslint/parser": "8.
|
|
129
|
+
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
130
|
+
"@typescript-eslint/parser": "8.58.0",
|
|
54
131
|
"eslint": "^10.0.0",
|
|
55
132
|
"eslint-plugin-prettier": "^5.2.6",
|
|
56
|
-
"
|
|
133
|
+
"prettier": "^3.0.3",
|
|
134
|
+
"typescript": "~6.0.0",
|
|
57
135
|
"typescript-eslint": "^8.30.1"
|
|
58
136
|
},
|
|
59
137
|
"packageManager": "yarn@4.13.0",
|
|
60
138
|
"exports": {
|
|
61
139
|
".": {
|
|
62
|
-
"import": "./index.js",
|
|
63
|
-
"types": "./index.d.ts"
|
|
140
|
+
"import": "./dist/index.js",
|
|
141
|
+
"types": "./dist/index.d.ts"
|
|
64
142
|
},
|
|
65
143
|
"./app-insights": {
|
|
66
|
-
"import": "./app-insights/index.js",
|
|
67
|
-
"types": "./app-insights/index.d.ts"
|
|
144
|
+
"import": "./dist/app-insights/index.js",
|
|
145
|
+
"types": "./dist/app-insights/index.d.ts"
|
|
68
146
|
},
|
|
69
147
|
"./health": {
|
|
70
|
-
"import": "./health/index.js",
|
|
71
|
-
"types": "./health/index.d.ts"
|
|
148
|
+
"import": "./dist/health/index.js",
|
|
149
|
+
"types": "./dist/health/index.d.ts"
|
|
72
150
|
},
|
|
73
151
|
"./helmet": {
|
|
74
|
-
"import": "./helmet/index.js",
|
|
75
|
-
"types": "./helmet/index.d.ts"
|
|
152
|
+
"import": "./dist/helmet/index.js",
|
|
153
|
+
"types": "./dist/helmet/index.d.ts"
|
|
76
154
|
},
|
|
77
155
|
"./launch-darkly": {
|
|
78
|
-
"import": "./launch-darkly/index.js",
|
|
79
|
-
"types": "./launch-darkly/index.d.ts"
|
|
156
|
+
"import": "./dist/launch-darkly/index.js",
|
|
157
|
+
"types": "./dist/launch-darkly/index.d.ts"
|
|
80
158
|
},
|
|
81
159
|
"./properties-volume": {
|
|
82
|
-
"import": "./properties-volume/index.js",
|
|
83
|
-
"types": "./properties-volume/index.d.ts"
|
|
160
|
+
"import": "./dist/properties-volume/index.js",
|
|
161
|
+
"types": "./dist/properties-volume/index.d.ts"
|
|
84
162
|
},
|
|
85
163
|
"./csrf-token": {
|
|
86
|
-
"import": "./csrf-token/index.js",
|
|
87
|
-
"types": "./csrf-token/index.d.ts"
|
|
164
|
+
"import": "./dist/csrf-token/index.js",
|
|
165
|
+
"types": "./dist/csrf-token/index.d.ts"
|
|
88
166
|
},
|
|
89
167
|
"./routes": {
|
|
90
|
-
"import": "./routes/index.js",
|
|
91
|
-
"types": "./routes/index.d.ts"
|
|
168
|
+
"import": "./dist/routes/index.js",
|
|
169
|
+
"types": "./dist/routes/index.d.ts"
|
|
92
170
|
},
|
|
93
171
|
"./services": {
|
|
94
|
-
"import": "./services/index.js",
|
|
95
|
-
"types": "./services/index.d.ts"
|
|
172
|
+
"import": "./dist/services/index.js",
|
|
173
|
+
"types": "./dist/services/index.d.ts"
|
|
96
174
|
},
|
|
97
175
|
"./interfaces": {
|
|
98
|
-
"import": "./interfaces/index.js",
|
|
99
|
-
"types": "./interfaces/index.d.ts"
|
|
176
|
+
"import": "./dist/interfaces/index.js",
|
|
177
|
+
"types": "./dist/interfaces/index.d.ts"
|
|
100
178
|
},
|
|
101
179
|
"./interfaces/session-expiry-config": {
|
|
102
|
-
"import": "./interfaces/session-expiry-config.js",
|
|
103
|
-
"types": "./interfaces/session-expiry-config.d.ts"
|
|
180
|
+
"import": "./dist/interfaces/session-expiry-config.js",
|
|
181
|
+
"types": "./dist/interfaces/session-expiry-config.d.ts"
|
|
104
182
|
},
|
|
105
183
|
"./interfaces/routes-config": {
|
|
106
|
-
"import": "./interfaces/routes-config.js",
|
|
107
|
-
"types": "./interfaces/routes-config.d.ts"
|
|
184
|
+
"import": "./dist/interfaces/routes-config.js",
|
|
185
|
+
"types": "./dist/interfaces/routes-config.d.ts"
|
|
108
186
|
},
|
|
109
187
|
"./interfaces/sso-config": {
|
|
110
|
-
"import": "./interfaces/sso-config.js",
|
|
111
|
-
"types": "./interfaces/sso-config.d.ts"
|
|
188
|
+
"import": "./dist/interfaces/sso-config.js",
|
|
189
|
+
"types": "./dist/interfaces/sso-config.d.ts"
|
|
112
190
|
},
|
|
113
191
|
"./interfaces/session-config": {
|
|
114
|
-
"import": "./interfaces/session-config.js",
|
|
115
|
-
"types": "./interfaces/session-config.d.ts"
|
|
192
|
+
"import": "./dist/interfaces/session-config.js",
|
|
193
|
+
"types": "./dist/interfaces/session-config.d.ts"
|
|
116
194
|
},
|
|
117
195
|
"./interfaces/session-storage-config": {
|
|
118
|
-
"import": "./interfaces/session-storage-config.js",
|
|
119
|
-
"types": "./interfaces/session-storage-config.d.ts"
|
|
196
|
+
"import": "./dist/interfaces/session-storage-config.js",
|
|
197
|
+
"types": "./dist/interfaces/session-storage-config.d.ts"
|
|
120
198
|
},
|
|
121
199
|
"./session": {
|
|
122
|
-
"import": "./session/index.js",
|
|
123
|
-
"types": "./session/index.d.ts"
|
|
200
|
+
"import": "./dist/session/index.js",
|
|
201
|
+
"types": "./dist/session/index.d.ts"
|
|
124
202
|
},
|
|
125
203
|
"./session/session-storage": {
|
|
126
|
-
"import": "./session/session-storage/index.js",
|
|
127
|
-
"types": "./session/session-storage/index.d.ts"
|
|
204
|
+
"import": "./dist/session/session-storage/index.js",
|
|
205
|
+
"types": "./dist/session/session-storage/index.d.ts"
|
|
128
206
|
},
|
|
129
207
|
"./session/session-expiry": {
|
|
130
|
-
"import": "./session/session-expiry/index.js",
|
|
131
|
-
"types": "./session/session-expiry/index.d.ts"
|
|
132
|
-
},
|
|
133
|
-
"./session/session-user-state": {
|
|
134
|
-
"import": "./session/session-user-state/index.js",
|
|
135
|
-
"types": "./session/session-user-state/index.d.ts"
|
|
208
|
+
"import": "./dist/session/session-expiry/index.js",
|
|
209
|
+
"types": "./dist/session/session-expiry/index.d.ts"
|
|
136
210
|
},
|
|
137
211
|
"./proxy": {
|
|
138
|
-
"import": "./proxy/index.js",
|
|
139
|
-
"types": "./proxy/index.d.ts"
|
|
212
|
+
"import": "./dist/proxy/index.js",
|
|
213
|
+
"types": "./dist/proxy/index.d.ts"
|
|
140
214
|
},
|
|
141
215
|
"./proxy/opal-api-proxy": {
|
|
142
|
-
"import": "./proxy/opal-api-proxy/index.js",
|
|
143
|
-
"types": "./proxy/opal-api-proxy/index.d.ts"
|
|
216
|
+
"import": "./dist/proxy/opal-api-proxy/index.js",
|
|
217
|
+
"types": "./dist/proxy/opal-api-proxy/index.d.ts"
|
|
144
218
|
},
|
|
145
219
|
"./types": {
|
|
146
|
-
"types": "./global.d.ts"
|
|
220
|
+
"types": "./dist/global.d.ts"
|
|
147
221
|
}
|
|
148
222
|
}
|
|
149
223
|
}
|
package/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './launch-darkly';
|
|
2
|
-
export * from './app-insights';
|
|
3
|
-
export * from './health';
|
|
4
|
-
export * from './helmet';
|
|
5
|
-
export * from './properties-volume';
|
|
6
|
-
export * from './csrf-token';
|
|
7
|
-
export * from './routes';
|
|
8
|
-
export * from './services';
|
|
9
|
-
export * from './interfaces';
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAG3B,cAAc,cAAc,CAAC"}
|
package/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './launch-darkly';
|
|
2
|
-
export * from './app-insights';
|
|
3
|
-
export * from './health';
|
|
4
|
-
export * from './helmet';
|
|
5
|
-
export * from './properties-volume';
|
|
6
|
-
export * from './csrf-token';
|
|
7
|
-
export * from './routes';
|
|
8
|
-
export * from './services';
|
|
9
|
-
// INTERFACES
|
|
10
|
-
export * from './interfaces';
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
package/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAE3B,aAAa;AACb,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,4BAA4B,EAAE,MAAM,4BAA4B,CAAC"}
|
package/interfaces/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,4BAA4B,EAAE,MAAM,4BAA4B,CAAC"}
|
package/proxy/index.d.ts
DELETED
package/proxy/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/proxy/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
package/proxy/index.js
DELETED
package/proxy/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/proxy/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
package/routes/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":"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"}
|
package/services/index.d.ts
DELETED
package/services/index.js
DELETED
package/session/index.d.ts
DELETED
package/session/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/session/session-expiry/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAElC,MAAM,aAAa,GAAG,CACpB,GAAY,EACZ,GAAa,EACb,QAAiB,EACjB,wBAAgC,EAChC,8BAAsC,EACtC,EAAE;IACF,MAAM,WAAW,GAAG,GAAG,CAAC,OAAO,CAAC,aAAa,EAAE,YAAY,CAAC;IAC5D,IAAI,WAAW,EAAE,CAAC;QAChB,MAAM,OAAO,GAAG,GAAG,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QAC1C,MAAM,SAAS,GAAG,QAAQ;YACxB,CAAC,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,YAAY,EAAE,wBAAwB,EAAE,CAAC,CAAC,KAAK,EAAE;YACzE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC,CAAC,KAAK,EAAE,CAAC;QAEpD,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;YACnB,MAAM,EAAE,SAAS;YACjB,8BAA8B,EAAE,8BAA8B;SAC/D,CAAC,CAAC;IACL,CAAC;SAAM,CAAC;QACN,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;YACnB,MAAM,EAAE,IAAI;YACZ,8BAA8B,EAAE,IAAI;SACrC,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
package/sso/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { default as ssoLogin } from './sso-login';
|
|
2
|
-
export { default as ssoLogout } from './sso-logout';
|
|
3
|
-
export { default as ssoLoginCallback } from './sso-login-callback';
|
|
4
|
-
export { default as ssoAuthenticated } from './sso-authenticated';
|
|
5
|
-
export { default as ssoConfig } from './sso-configuration';
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
package/sso/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sso/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,qBAAqB,CAAC"}
|
package/sso/index.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { default as ssoLogin } from './sso-login';
|
|
2
|
-
export { default as ssoLogout } from './sso-logout';
|
|
3
|
-
export { default as ssoLoginCallback } from './sso-login-callback';
|
|
4
|
-
export { default as ssoAuthenticated } from './sso-authenticated';
|
|
5
|
-
export { default as ssoConfig } from './sso-configuration';
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
package/sso/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sso/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sso-authenticated.js","sourceRoot":"","sources":["../../src/sso/sso-authenticated.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAE/B;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,uBAAuB,GAAG,CAAC,GAAY,EAAE,GAAa,EAAE,EAAE;IAC9D,MAAM,WAAW,GAAG,GAAG,CAAC,OAAO,CAAC,aAAa,EAAE,YAAY,CAAC;IAE5D,uCAAuC;IACvC,GAAG,CAAC,MAAM,CAAC,eAAe,EAAE,2BAA2B,CAAC,CAAC;IAEzD,IAAI,CAAC,WAAW,IAAI,GAAG,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC;QAClD,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;SAAM,CAAC;QACN,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sso-login-callback.d.ts","sourceRoot":"","sources":["../../src/sso/sso-login-callback.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAiB,MAAM,eAAe,CAAC;AAGnE,OAAO,4BAA4B,MAAM,wCAAwC,CAAC;AAKlF;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAA8B,uBAAuB,CACnD,GAAG,EAAE,OAAO,EACZ,GAAG,EAAE,QAAQ,EACb,YAAY,EAAE,6BAA6B,EAC3C,gBAAgB,EAAE,MAAM,EACxB,mBAAmB,EAAE,mBAAmB,EACxC,qBAAqB,EAAE,4BAA4B,GAClD,OAAO,CAAC,IAAI,CAAC,CAyEf"}
|
package/stubs/sso/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { default as ssoLoginStub } from './sso-login.stub';
|
|
2
|
-
export { default as ssoLoginCallbackStub } from './sso-login-callback.stub';
|
|
3
|
-
export { default as ssoAuthenticatedStub } from './sso-authenticated.stub';
|
|
4
|
-
export { default as ssoLogoutStub } from './sso-logout.stub';
|
|
5
|
-
export { default as ssoLogoutCallbackStub } from './sso-logout-callback.stub';
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
package/stubs/sso/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stubs/sso/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,4BAA4B,CAAC"}
|
package/stubs/sso/index.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { default as ssoLoginStub } from './sso-login.stub';
|
|
2
|
-
export { default as ssoLoginCallbackStub } from './sso-login-callback.stub';
|
|
3
|
-
export { default as ssoAuthenticatedStub } from './sso-authenticated.stub';
|
|
4
|
-
export { default as ssoLogoutStub } from './sso-logout.stub';
|
|
5
|
-
export { default as ssoLogoutCallbackStub } from './sso-logout-callback.stub';
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
package/stubs/sso/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/stubs/sso/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,4BAA4B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sso-authenticated.stub.js","sourceRoot":"","sources":["../../../src/stubs/sso/sso-authenticated.stub.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAElC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,oBAAoB,GAAG,CAAC,GAAY,EAAE,GAAa,EAAE,EAAE;IAC3D,MAAM,WAAW,GAAG,GAAG,CAAC,OAAO,CAAC,aAAa,EAAE,YAAY,CAAC;IAE5D,uCAAuC;IACvC,GAAG,CAAC,MAAM,CAAC,eAAe,EAAE,2BAA2B,CAAC,CAAC;IAEzD,IAAI,CAAC,WAAW,IAAI,GAAG,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC;QAClD,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;SAAM,CAAC;QACN,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sso-logout.stub.js","sourceRoot":"","sources":["../../../src/stubs/sso/sso-logout.stub.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAElC;;;;;;;;;;;GAWG;AACH,MAAM,eAAe,GAAG,CAAC,GAAY,EAAE,GAAa,EAAE,EAAE;IACtD,uCAAuC;IACvC,GAAG,CAAC,MAAM,CAAC,eAAe,EAAE,2BAA2B,CAAC,CAAC;IAEzD,MAAM,WAAW,GAAG,GAAG,CAAC,OAAO,CAAC,aAAa,EAAE,YAAY,CAAC;IAE5D,IAAI,CAAC,WAAW,IAAI,GAAG,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC;QAClD,OAAO,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACrC,CAAC;IAED,OAAO,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACpC,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
package/utils/index.d.ts
DELETED
package/utils/index.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|