@nordcraft/std-lib 1.0.31 → 1.0.32

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.
Files changed (2) hide show
  1. package/dist/lib.ts +1 -1
  2. package/package.json +3 -3
package/dist/lib.ts CHANGED
@@ -3323,7 +3323,7 @@
3323
3323
  },
3324
3324
  {
3325
3325
  "name": "Expires in",
3326
- "description": "(Optional) Time in seconds until the cookie expires. This should be null for JWTs to use the JWT's expiration. If not provided, the cookie will be a session cookie.",
3326
+ "description": "(Optional) Time in seconds until the cookie expires. This should be null for JWTs to use the JWT's expiration. If not provided, the cookie will be a session cookie. If set to 0, the cookie will be deleted.",
3327
3327
  "type": {
3328
3328
  "type": "Number"
3329
3329
  },
package/package.json CHANGED
@@ -5,10 +5,10 @@
5
5
  "homepage": "https://github.com/nordcraftengine/nordcraft",
6
6
  "dependencies": {
7
7
  "fast-deep-equal": "3.1.3",
8
- "@nordcraft/core": "1.0.31"
8
+ "@nordcraft/core": "1.0.32"
9
9
  },
10
10
  "devDependencies": {
11
- "@types/node": "24.0.3",
11
+ "@types/node": "24.0.7",
12
12
  "@happy-dom/global-registrator": "18.0.1"
13
13
  },
14
14
  "scripts": {
@@ -18,5 +18,5 @@
18
18
  "watch": "tsc --noEmit -w"
19
19
  },
20
20
  "files": ["dist"],
21
- "version": "1.0.31"
21
+ "version": "1.0.32"
22
22
  }