@ctx-core/security 7.0.39 → 7.0.42

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,27 @@
1
1
  # @ctx-core/security
2
2
 
3
+ ## 7.0.42
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: @ctx-core/\* dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/object@22.1.5
10
+
11
+ ## 7.0.41
12
+
13
+ ### Patch Changes
14
+
15
+ - package.json: exports: update
16
+ - Updated dependencies
17
+ - @ctx-core/object@22.1.4
18
+
19
+ ## 7.0.40
20
+
21
+ ### Patch Changes
22
+
23
+ - update dependencies
24
+
3
25
  ## 7.0.39
4
26
 
5
27
  ### 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,51 +1,50 @@
1
1
  {
2
- "name": "@ctx-core/security",
3
- "version": "7.0.39",
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.1.0"
29
- },
30
- "devDependencies": {
31
- "@swc/cli": "^0.1.55",
32
- "@swc/core": "^1.2.136",
33
- "rimraf": "^3.0.2",
34
- "typescript": "next"
35
- },
36
- "publishConfig": {
37
- "access": "public",
38
- "cache": "~/.npm"
39
- },
40
- "svelte": "./lib/index.js",
41
- "sideEffects": false,
42
- "scripts": {
43
- "build": "npm run compile",
44
- "clean": "rimraf lib && npm run clean:tsbuildinfo",
45
- "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
46
- "compile": "npm run compile:source && npm run compile:declaration",
47
- "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
48
- "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
49
- "exec": "$@"
50
- }
51
- }
2
+ "name": "@ctx-core/security",
3
+ "version": "7.0.42",
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
+ ".": "./lib/index.js",
23
+ "./package.json": "./package.json"
24
+ },
25
+ "scripts": {
26
+ "build": "npm run compile",
27
+ "clean": "rimraf lib && npm run clean:tsbuildinfo",
28
+ "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
29
+ "compile": "npm run compile:source && npm run compile:declaration",
30
+ "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
31
+ "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
32
+ "exec": "$@",
33
+ "prepublishOnly": "npm run clean && npm run build"
34
+ },
35
+ "dependencies": {
36
+ "@ctx-core/object": "^22.1.5"
37
+ },
38
+ "devDependencies": {
39
+ "@swc/cli": "^0.1.57",
40
+ "@swc/core": "^1.2.165",
41
+ "rimraf": "^3.0.2",
42
+ "typescript": "next"
43
+ },
44
+ "publishConfig": {
45
+ "access": "public",
46
+ "cache": "~/.npm"
47
+ },
48
+ "svelte": "./lib/index.js",
49
+ "sideEffects": false
50
+ }