@ctx-core/session 9.0.59 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 9.0.59
4
12
 
5
13
  ### 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,SAASA,iBAAiB,QAAQ,eAAe,CAAA;AACjD,MAAMC,WAAW,GAAGC,OAAO,CAACC,GAAG,CAACF,WAAW,IAAID,iBAAiB,CAAC,aAAa,CAAC;AAC/E,SAASC,WAAW,GAAE"}
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.59",
3
+ "version": "9.0.60",
4
4
  "description": "ctx-core session",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -33,11 +33,11 @@
33
33
  "prepublishOnly": "npm run clean && npm run build"
34
34
  },
35
35
  "dependencies": {
36
- "@ctx-core/env": "^16.0.17"
36
+ "@ctx-core/env": "workspace:^16.0.19"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@swc/cli": "^0.1.57",
40
- "@swc/core": "^1.2.165",
40
+ "@swc/core": "^1.2.171",
41
41
  "rimraf": "^3.0.2",
42
42
  "typescript": "next"
43
43
  },
@@ -47,4 +47,4 @@
47
47
  },
48
48
  "svelte": "./lib/index.js",
49
49
  "sideEffects": false
50
- }
50
+ }
Binary file