@ctx-core/session 9.0.57 → 9.0.60
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/CHANGELOG.md +24 -0
- package/ctx-core-session-9.0.60.tgz +0 -0
- package/lib/env.js.map +1 -1
- package/package.json +4 -6
- package/ctx-core-session-9.0.57.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @ctx-core/session
|
|
2
2
|
|
|
3
|
+
## 9.0.60
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @ctx-core/array: 26.2.0
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @ctx-core/env@16.0.19
|
|
10
|
+
|
|
11
|
+
## 9.0.59
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- fix: @ctx-core/\* dependencies
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @ctx-core/env@16.0.17
|
|
18
|
+
|
|
19
|
+
## 9.0.58
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- package.json: exports: update
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @ctx-core/env@16.0.16
|
|
26
|
+
|
|
3
27
|
## 9.0.57
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
Binary file
|
package/lib/env.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/env.ts"],"sourcesContent":["import { throw_missing_env } from '@ctx-core/env'\nconst SESSION_KEY = process.env.SESSION_KEY || throw_missing_env('SESSION_KEY')\nexport { SESSION_KEY }\n"],"names":["throw_missing_env","SESSION_KEY","process","env"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/env.ts"],"sourcesContent":["import { throw_missing_env } from '@ctx-core/env'\nconst SESSION_KEY = process.env.SESSION_KEY || throw_missing_env('SESSION_KEY')\nexport { SESSION_KEY }\n"],"names":["throw_missing_env","SESSION_KEY","process","env"],"mappings":"SAASA,iBAAiB,QAAQ,eAAe,CAAA;AACjD,MAAMC,WAAW,GAAGC,OAAO,CAACC,GAAG,CAACF,WAAW,IAAID,iBAAiB,CAAC,aAAa,CAAC;AAC/E,SAASC,WAAW,GAAE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/session",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.60",
|
|
4
4
|
"description": "ctx-core session",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -19,9 +19,7 @@
|
|
|
19
19
|
"type": "module",
|
|
20
20
|
"types": "./lib/index.d.ts",
|
|
21
21
|
"exports": {
|
|
22
|
-
".":
|
|
23
|
-
"import": "./lib/index.js"
|
|
24
|
-
},
|
|
22
|
+
".": "./lib/index.js",
|
|
25
23
|
"./package.json": "./package.json"
|
|
26
24
|
},
|
|
27
25
|
"scripts": {
|
|
@@ -35,11 +33,11 @@
|
|
|
35
33
|
"prepublishOnly": "npm run clean && npm run build"
|
|
36
34
|
},
|
|
37
35
|
"dependencies": {
|
|
38
|
-
"@ctx-core/env": "
|
|
36
|
+
"@ctx-core/env": "workspace:^16.0.19"
|
|
39
37
|
},
|
|
40
38
|
"devDependencies": {
|
|
41
39
|
"@swc/cli": "^0.1.57",
|
|
42
|
-
"@swc/core": "^1.2.
|
|
40
|
+
"@swc/core": "^1.2.171",
|
|
43
41
|
"rimraf": "^3.0.2",
|
|
44
42
|
"typescript": "next"
|
|
45
43
|
},
|
|
Binary file
|