@ctx-core/session 9.0.53 → 9.0.56

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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.0.56
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 9.0.55
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/env@16.0.12
16
+
17
+ ## 9.0.54
18
+
19
+ ### Patch Changes
20
+
21
+ - update dependencies
22
+
3
23
  ## 9.0.53
4
24
 
5
25
  ### 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":"AAAA,MAAM,GAAGA,iBAAiB,QAAQ,CAAe;AACjD,KAAK,CAACC,WAAW,GAAGC,OAAO,CAACC,GAAG,CAACF,WAAW,IAAID,iBAAiB,CAAC,CAAa;AAC9E,MAAM,GAAGC,WAAW"}
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":"AAAA,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/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './env.js'\n"],"names":[],"mappings":"cAAc,CAAU"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './env.js'\n"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/session",
3
- "version": "9.0.53",
3
+ "version": "9.0.56",
4
4
  "description": "ctx-core session",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -35,11 +35,11 @@
35
35
  "prepublishOnly": "npm run clean && npm run build"
36
36
  },
37
37
  "dependencies": {
38
- "@ctx-core/env": "^16.0.8"
38
+ "@ctx-core/env": "^16.0.13"
39
39
  },
40
40
  "devDependencies": {
41
- "@swc/cli": "^0.1.55",
42
- "@swc/core": "^1.2.152",
41
+ "@swc/cli": "^0.1.56",
42
+ "@swc/core": "^1.2.160",
43
43
  "rimraf": "^3.0.2",
44
44
  "typescript": "next"
45
45
  },
Binary file