@ctx-core/core-js 11.1.134 → 11.1.137

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.137
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/package: ^9.2.111 -> ^9.2.112
8
+
9
+ ## 11.1.136
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/object: ^28.2.1 -> ^28.2.2
14
+
15
+ ## 11.1.135
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/package: ^9.2.110 -> ^9.2.111
20
+
3
21
  ## 11.1.134
4
22
 
5
23
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1,4 @@
1
1
 
2
2
 
3
+
4
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.1.134",
3
+ "version": "11.1.137",
4
4
  "description": "ctx-core core-js",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,8 +24,8 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/object": "^28.2.1",
28
- "@ctx-core/package": "^9.2.110"
27
+ "@ctx-core/object": "^28.2.2",
28
+ "@ctx-core/package": "^9.2.112"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^8.0.1",