@ctx-core/security 7.1.71 → 7.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/security",
3
- "version": "7.1.71",
3
+ "version": "7.2.1",
4
4
  "description": "ctx-core security",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,19 +17,22 @@
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "types": "./src/index.d.ts",
21
- "svelte": "./src/index.js",
20
+ "files": [
21
+ "*.d.ts",
22
+ "./whitelist__pick"
23
+ ],
24
+ "types": "./index.d.ts",
22
25
  "exports": {
23
- ".": "./src/index.js",
26
+ ".": "./index.js",
24
27
  "./package.json": "./package.json"
25
28
  },
26
29
  "dependencies": {
27
- "@ctx-core/object": "^30.0.0"
30
+ "@ctx-core/object": "^30.1.1"
28
31
  },
29
32
  "devDependencies": {
30
33
  "c8": "^8.0.1",
31
34
  "check-dts": "^0.7.2",
32
- "tsx": "^4.0.0",
35
+ "tsx": "^4.1.2",
33
36
  "typescript": "next",
34
37
  "uvu": "^0.5.6"
35
38
  },
@@ -1,7 +1,7 @@
1
1
  export declare function whitelist__pick<
2
2
  I extends object = object
3
3
  >(whitelist_o:I, ...keys:string[]):Partial<I>
4
- export {
4
+ export {
5
5
  whitelist__pick as pick_whitelist,
6
- whitelist__pick as pick__whitelist,
6
+ whitelist__pick as pick__whitelist,
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { pick } from '@ctx-core/object'
2
2
  /**
3
- * @param whitelist_o{object}
4
- * @param keys{string}
3
+ * @param {object}whitelist_o
4
+ * @param {string}keys
5
5
  * @returns {Partial<*>}
6
6
  */
7
7
  export function whitelist__pick(whitelist_o, ...keys) {
package/.ideaexclude DELETED
@@ -1,2 +0,0 @@
1
- .rpt2_cache
2
- tsconfig.tsbuildinfo