@ctx-core/core-js 11.1.141 → 11.1.145

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,30 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.1.145
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/package: ^9.2.116 -> ^9.2.117
8
+
9
+ ## 11.1.144
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @ctx-core/object@30.0.0
15
+
16
+ ## 11.1.143
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/package: ^9.2.115 -> ^9.2.116
21
+
22
+ ## 11.1.142
23
+
24
+ ### Patch Changes
25
+
26
+ - @ctx-core/object: ^29.0.0 -> ^29.1.0
27
+
3
28
  ## 11.1.141
4
29
 
5
30
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,3 +1,4 @@
1
1
 
2
2
 
3
3
 
4
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.1.141",
3
+ "version": "11.1.145",
4
4
  "description": "ctx-core core-js",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,13 +24,13 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/object": "^29.0.0",
28
- "@ctx-core/package": "^9.2.115"
27
+ "@ctx-core/object": "^30.0.0",
28
+ "@ctx-core/package": "^9.2.117"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^8.0.1",
32
32
  "check-dts": "^0.7.2",
33
- "tsx": "^3.14.0",
33
+ "tsx": "^4.0.0",
34
34
  "typescript": "next",
35
35
  "uvu": "^0.5.6"
36
36
  },