@ctx-core/security 7.0.42 → 7.0.45

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.45
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.44
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/function: 20.7.1
14
+ - Updated dependencies
15
+ - @ctx-core/object@22.1.8
16
+
17
+ ## 7.0.43
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/array: 26.2.0
22
+ - Updated dependencies
23
+ - @ctx-core/object@22.1.7
24
+
3
25
  ## 7.0.42
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":"AAAA,cAAc,qBAAqB,CAAA"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './pick_whitelist.js'\n"],"names":[],"mappings":"cAAc,qBAAqB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/security",
3
- "version": "7.0.42",
3
+ "version": "7.0.45",
4
4
  "description": "ctx-core security",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -33,11 +33,11 @@
33
33
  "prepublishOnly": "npm run clean && npm run build"
34
34
  },
35
35
  "dependencies": {
36
- "@ctx-core/object": "^22.1.5"
36
+ "@ctx-core/object": "^22.1.9"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@swc/cli": "^0.1.57",
40
- "@swc/core": "^1.2.165",
40
+ "@swc/core": "^1.2.172",
41
41
  "rimraf": "^3.0.2",
42
42
  "typescript": "next"
43
43
  },
@@ -47,4 +47,4 @@
47
47
  },
48
48
  "svelte": "./lib/index.js",
49
49
  "sideEffects": false
50
- }
50
+ }
Binary file