@ctx-core/security 7.0.46 → 7.0.48
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 +12 -0
- package/lib/index.js.map +1 -1
- package/lib/pick_whitelist.js.map +1 -1
- package/package.json +4 -4
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './pick_whitelist.js'\n"],"names":[],"mappings":"cAAc,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './pick_whitelist.js'\n"],"names":[],"mappings":"AAAA,cAAc,sBAAqB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/pick_whitelist.ts"],"sourcesContent":["import { pick } from '@ctx-core/object'\nexport function pick_whitelist<I extends object = object>(ctx:I, ...keys:string[]) {\n\treturn pick<I>(ctx, ...keys)\n}\nexport {\n\tpick_whitelist as pick__whitelist\n}\n"],"names":["pick","pick_whitelist","ctx","keys","pick__whitelist"],"mappings":"AAAA,SAASA,IAAI,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/pick_whitelist.ts"],"sourcesContent":["import { pick } from '@ctx-core/object'\nexport function pick_whitelist<I extends object = object>(ctx:I, ...keys:string[]) {\n\treturn pick<I>(ctx, ...keys)\n}\nexport {\n\tpick_whitelist as pick__whitelist\n}\n"],"names":["pick","pick_whitelist","ctx","keys","pick__whitelist"],"mappings":"AAAA,SAASA,IAAI,QAAQ,mBAAkB;AACvC,OAAO,SAASC,eAA0CC,GAAK,EAAE,GAAGC,IAAa,EAAE;IAClF,OAAOH,KAAQE,QAAQC;AACxB,CAAC;AACD,SACCF,kBAAkBG,eAAe,GACjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/security",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.48",
|
|
4
4
|
"description": "ctx-core security",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"./package.json": "./package.json"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@ctx-core/object": "^22.
|
|
26
|
+
"@ctx-core/object": "^22.5.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@swc/cli": "^0.1.
|
|
30
|
-
"@swc/core": "^1.
|
|
29
|
+
"@swc/cli": "^0.1.59",
|
|
30
|
+
"@swc/core": "^1.3.25",
|
|
31
31
|
"rimraf": "^3.0.2",
|
|
32
32
|
"typescript": "next"
|
|
33
33
|
},
|