browser-extension-manager 1.3.44 → 1.3.46
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 +10 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
15
15
|
- `Security` in case of vulnerabilities.
|
|
16
16
|
|
|
17
17
|
---
|
|
18
|
+
## [1.3.44] - 2026-04-01
|
|
19
|
+
### Changed
|
|
20
|
+
- Bumped `@anthropic-ai/claude-agent-sdk` from ^0.2.76 to ^0.2.90
|
|
21
|
+
- Bumped `@babel/preset-env` from ^7.29.0 to ^7.29.2
|
|
22
|
+
- Bumped `dotenv` from ^17.3.1 to ^17.4.0
|
|
23
|
+
- Bumped `lodash` from ^4.17.23 to ^4.18.1
|
|
24
|
+
- Bumped `minimatch` from ^10.2.4 to ^10.2.5
|
|
25
|
+
- Bumped `web-manager` from ^4.1.28 to ^4.1.33
|
|
26
|
+
- Bumped `ws` from ^8.19.0 to ^8.20.0
|
|
27
|
+
|
|
18
28
|
## [1.3.43] - 2026-03-16
|
|
19
29
|
### Added
|
|
20
30
|
- Set `private: true` on consuming projects during setup to prevent accidental npm publishes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browser-extension-manager",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.46",
|
|
4
4
|
"description": "Browser Extension Manager dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
},
|
|
70
70
|
"homepage": "https://template.itwcreativeworks.com",
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@anthropic-ai/claude-agent-sdk": "^0.2.
|
|
72
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.90",
|
|
73
73
|
"@babel/core": "^7.29.0",
|
|
74
|
-
"@babel/preset-env": "^7.29.
|
|
74
|
+
"@babel/preset-env": "^7.29.2",
|
|
75
75
|
"@popperjs/core": "^2.11.8",
|
|
76
76
|
"babel-loader": "^10.1.1",
|
|
77
77
|
"chalk": "^5.6.2",
|
|
78
|
-
"dotenv": "^17.
|
|
78
|
+
"dotenv": "^17.4.0",
|
|
79
79
|
"fs-jetpack": "^5.1.0",
|
|
80
80
|
"glob": "^13.0.6",
|
|
81
81
|
"gulp-clean-css": "^4.3.0",
|
|
@@ -85,17 +85,17 @@
|
|
|
85
85
|
"gulp-sass": "^6.0.1",
|
|
86
86
|
"itwcw-package-analytics": "^1.0.8",
|
|
87
87
|
"json5": "^2.2.3",
|
|
88
|
-
"lodash": "^4.
|
|
89
|
-
"minimatch": "^10.2.
|
|
88
|
+
"lodash": "^4.18.1",
|
|
89
|
+
"minimatch": "^10.2.5",
|
|
90
90
|
"node-powertools": "^3.0.0",
|
|
91
91
|
"npm-api": "^1.0.1",
|
|
92
92
|
"sass": "^1.98.0",
|
|
93
93
|
"through2": "^4.0.2",
|
|
94
|
-
"web-manager": "^4.1.
|
|
94
|
+
"web-manager": "^4.1.35",
|
|
95
95
|
"webpack": "^5.105.4",
|
|
96
96
|
"wonderful-fetch": "^2.0.4",
|
|
97
97
|
"wonderful-version": "^1.3.2",
|
|
98
|
-
"ws": "^8.
|
|
98
|
+
"ws": "^8.20.0",
|
|
99
99
|
"yargs": "^18.0.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|