@nordcraft/std-lib 1.0.46 → 1.0.47
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/dist/lib.ts +2 -0
- package/package.json +2 -2
package/dist/lib.ts
CHANGED
|
@@ -3154,6 +3154,8 @@
|
|
|
3154
3154
|
"$schema": "../../schemas/libAction.schema.json",
|
|
3155
3155
|
"name": "Set session cookies",
|
|
3156
3156
|
"description": "Save authentication tokens as session cookies.",
|
|
3157
|
+
"deprecated": true,
|
|
3158
|
+
"supercededBy": "Set HttpOnly cookie",
|
|
3157
3159
|
"group": "cookies",
|
|
3158
3160
|
"arguments": [
|
|
3159
3161
|
{
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"homepage": "https://github.com/nordcraftengine/nordcraft",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"fast-deep-equal": "3.1.3",
|
|
8
|
-
"@nordcraft/core": "1.0.
|
|
8
|
+
"@nordcraft/core": "1.0.47"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@types/node": "24.3.1",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"watch": "tsc --noEmit -w"
|
|
20
20
|
},
|
|
21
21
|
"files": ["dist"],
|
|
22
|
-
"version": "1.0.
|
|
22
|
+
"version": "1.0.47"
|
|
23
23
|
}
|