@ctx-core/core-js 11.1.137 → 11.1.140

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.1.140
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/package: ^9.2.113 -> ^9.2.114
8
+
9
+ ## 11.1.139
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - @ctx-core/object@29.0.0
17
+
18
+ ## 11.1.138
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/package: ^9.2.112 -> ^9.2.113
23
+
3
24
  ## 11.1.137
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.1.137",
3
+ "version": "11.1.140",
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.2",
28
- "@ctx-core/package": "^9.2.112"
27
+ "@ctx-core/object": "^29.0.0",
28
+ "@ctx-core/package": "^9.2.114"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^8.0.1",