@ctx-core/session 9.0.61 → 9.0.64

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,23 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.0.64
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^16.0.24 -> ^16.0.25
8
+
9
+ ## 9.0.63
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/env: ^16.0.22 -> ^16.0.23
14
+
15
+ ## 9.0.62
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/env: ^16.0.20 -> ^16.0.21
20
+
3
21
  ## 9.0.61
4
22
 
5
23
  ### Patch Changes
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":"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":"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/package.json CHANGED
@@ -1,50 +1,49 @@
1
1
  {
2
- "name": "@ctx-core/session",
3
- "version": "9.0.61",
4
- "description": "ctx-core session",
5
- "keywords": [
6
- "ctx-core",
7
- "session"
8
- ],
9
- "homepage": "https://github.com/ctx-core/session#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/session/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/session.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "types": "./lib/index.d.ts",
21
- "exports": {
22
- ".": "./lib/index.js",
23
- "./package.json": "./package.json"
24
- },
25
- "scripts": {
26
- "build": "npm run compile",
27
- "clean": "rimraf lib && npm run clean:tsbuildinfo",
28
- "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
29
- "compile": "npm run compile:source && npm run compile:declaration",
30
- "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
31
- "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
32
- "exec": "$@",
33
- "prepublishOnly": "npm run clean && npm run build"
34
- },
35
- "dependencies": {
36
- "@ctx-core/env": "^16.0.20"
37
- },
38
- "devDependencies": {
39
- "@swc/cli": "^0.1.57",
40
- "@swc/core": "^1.2.171",
41
- "rimraf": "^3.0.2",
42
- "typescript": "next"
43
- },
44
- "publishConfig": {
45
- "access": "public",
46
- "cache": "~/.npm"
47
- },
48
- "svelte": "./lib/index.js",
49
- "sideEffects": false
2
+ "name": "@ctx-core/session",
3
+ "version": "9.0.64",
4
+ "description": "ctx-core session",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "session"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/session#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/session/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/session.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "types": "./lib/index.d.ts",
21
+ "exports": {
22
+ ".": "./lib/index.js",
23
+ "./package.json": "./package.json"
24
+ },
25
+ "dependencies": {
26
+ "@ctx-core/env": "^16.0.25"
27
+ },
28
+ "devDependencies": {
29
+ "@swc/cli": "^0.1.57",
30
+ "@swc/core": "^1.2.189",
31
+ "rimraf": "^3.0.2",
32
+ "typescript": "next"
33
+ },
34
+ "publishConfig": {
35
+ "access": "public",
36
+ "cache": "~/.npm"
37
+ },
38
+ "svelte": "./lib/index.js",
39
+ "sideEffects": false,
40
+ "scripts": {
41
+ "build": "npm run compile",
42
+ "clean": "rimraf lib && npm run clean:tsbuildinfo",
43
+ "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
44
+ "compile": "npm run compile:source && npm run compile:declaration",
45
+ "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
46
+ "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
47
+ "exec": "$@"
48
+ }
50
49
  }
Binary file