@ctx-core/security 7.0.37 → 7.0.40

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,25 @@
1
1
  # @ctx-core/security
2
2
 
3
+ ## 7.0.40
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.39
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 7.0.38
16
+
17
+ ### Patch Changes
18
+
19
+ - sideEffects = false
20
+ - Updated dependencies
21
+ - @ctx-core/object@22.0.12
22
+
3
23
  ## 7.0.37
4
24
 
5
25
  ### Patch Changes
Binary file
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,CAAqB"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './pick_whitelist.js'\n"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -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,MAAM,GAAGA,IAAI,QAAQ,CAAkB;AACvC,MAAM,UAAUC,cAAc,CAA4BC,GAAK,KAAKC,IAAI,EAAW,CAAC;IACnF,MAAM,CAACH,IAAI,CAAIE,GAAG,KAAKC,IAAI;AAC5B,CAAC;AACD,MAAM,GACLF,cAAc,IAAIG,eAAe"}
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,kBAAkB,CAAA;AACvC,OAAO,SAASC,cAAc,CAA4BC,GAAK,EAAE,GAAGC,IAAI,AAAS,EAAE;IAClF,OAAOH,IAAI,CAAIE,GAAG,KAAKC,IAAI,CAAC,CAAA;CAC5B;AACD,SACCF,cAAc,IAAIG,eAAe,GACjC"}
package/package.json CHANGED
@@ -1,50 +1,52 @@
1
1
  {
2
- "name": "@ctx-core/security",
3
- "version": "7.0.37",
4
- "description": "ctx-core security",
5
- "keywords": [
6
- "ctx-core",
7
- "security"
8
- ],
9
- "homepage": "https://github.com/ctx-core/security#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/security/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/security.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "types": "./lib/index.d.ts",
21
- "exports": {
22
- ".": {
23
- "import": "./lib/index.js"
24
- },
25
- "./package.json": "./package.json"
26
- },
27
- "dependencies": {
28
- "@ctx-core/object": "^22.0.11"
29
- },
30
- "devDependencies": {
31
- "@swc/cli": "^0.1.55",
32
- "@swc/core": "^1.2.127",
33
- "rimraf": "^3.0.2",
34
- "typescript": "next"
35
- },
36
- "publishConfig": {
37
- "access": "public",
38
- "cache": "~/.npm"
39
- },
40
- "svelte": "./lib/index.js",
41
- "scripts": {
42
- "build": "npm run compile",
43
- "clean": "rimraf lib && npm run clean:tsbuildinfo",
44
- "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
45
- "compile": "npm run compile:source && npm run compile:declaration",
46
- "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
47
- "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
48
- "exec": "$@"
49
- }
50
- }
2
+ "name": "@ctx-core/security",
3
+ "version": "7.0.40",
4
+ "description": "ctx-core security",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "security"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/security#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/security/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/security.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "types": "./lib/index.d.ts",
21
+ "exports": {
22
+ ".": {
23
+ "import": "./lib/index.js"
24
+ },
25
+ "./package.json": "./package.json"
26
+ },
27
+ "scripts": {
28
+ "build": "npm run compile",
29
+ "clean": "rimraf lib && npm run clean:tsbuildinfo",
30
+ "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
31
+ "compile": "npm run compile:source && npm run compile:declaration",
32
+ "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
33
+ "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
34
+ "exec": "$@",
35
+ "prepublishOnly": "npm run clean && npm run build"
36
+ },
37
+ "dependencies": {
38
+ "@ctx-core/object": "^22.1.3"
39
+ },
40
+ "devDependencies": {
41
+ "@swc/cli": "^0.1.56",
42
+ "@swc/core": "^1.2.160",
43
+ "rimraf": "^3.0.2",
44
+ "typescript": "next"
45
+ },
46
+ "publishConfig": {
47
+ "access": "public",
48
+ "cache": "~/.npm"
49
+ },
50
+ "svelte": "./lib/index.js",
51
+ "sideEffects": false
52
+ }