@ctx-core/security 7.0.35 → 7.0.39

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @ctx-core/security
2
2
 
3
+ ## 7.0.39
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.38
10
+
11
+ ### Patch Changes
12
+
13
+ - sideEffects = false
14
+ - Updated dependencies
15
+ - @ctx-core/object@22.0.12
16
+
17
+ ## 7.0.37
18
+
19
+ ### Patch Changes
20
+
21
+ - @swc/core: ^1.2.125 -> ^1.2.127
22
+ - Updated dependencies
23
+ - @ctx-core/object@22.0.11
24
+
25
+ ## 7.0.36
26
+
27
+ ### Patch Changes
28
+
29
+ - version bump
30
+ - Updated dependencies
31
+ - @ctx-core/object@22.0.10
32
+
3
33
  ## 7.0.35
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/security",
3
- "version": "7.0.35",
3
+ "version": "7.0.39",
4
4
  "description": "ctx-core security",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,11 +25,11 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/object": "^22.0.8"
28
+ "@ctx-core/object": "22.1.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@swc/cli": "^0.1.55",
32
- "@swc/core": "^1.2.124",
32
+ "@swc/core": "^1.2.136",
33
33
  "rimraf": "^3.0.2",
34
34
  "typescript": "next"
35
35
  },
@@ -38,6 +38,7 @@
38
38
  "cache": "~/.npm"
39
39
  },
40
40
  "svelte": "./lib/index.js",
41
+ "sideEffects": false,
41
42
  "scripts": {
42
43
  "build": "npm run compile",
43
44
  "clean": "rimraf lib && npm run clean:tsbuildinfo",