@ctx-core/core-js 11.1.132 → 11.1.134

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,23 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.1.134
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/package: ^9.2.109 -> ^9.2.110
8
+
9
+ ## 11.1.133
10
+
11
+ ### Patch Changes
12
+
13
+ - tsx: ^3.13.0 -> ^3.14.0
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - @ctx-core/package@9.2.109
19
+ - @ctx-core/object@28.2.1
20
+
3
21
  ## 11.1.132
4
22
 
5
23
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,3 +1,2 @@
1
1
 
2
2
 
3
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.1.132",
3
+ "version": "11.1.134",
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": "^28.2.0",
28
- "@ctx-core/package": "^9.2.108"
27
+ "@ctx-core/object": "^28.2.1",
28
+ "@ctx-core/package": "^9.2.110"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^8.0.1",
32
32
  "check-dts": "^0.7.2",
33
- "tsx": "^3.13.0",
33
+ "tsx": "^3.14.0",
34
34
  "typescript": "next",
35
35
  "uvu": "^0.5.6"
36
36
  },