browser-extension-manager 1.1.7 → 1.1.8

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/TODO.md CHANGED
@@ -6,6 +6,9 @@ WM
6
6
 
7
7
  BXM
8
8
  - extension version (currently bxm-version, but change it)
9
+ - BINDINGS
9
10
 
10
11
  TODO
11
12
  handle auth by redirecting to the config website url
13
+
14
+
@@ -47,10 +47,6 @@ async function generateBuildJs(outputDir) {
47
47
  // Get git info
48
48
  const gitInfo = getGitInfo();
49
49
 
50
- // Get manifest
51
- const manifestPath = path.join('dist', 'manifest.json');
52
- const manifest = JSON5.parse(jetpack.read(manifestPath));
53
-
54
50
  // Build config object matching web-manager's expected structure
55
51
  const buildConfig = {
56
52
  timestamp: new Date().toISOString(),
@@ -62,7 +58,7 @@ async function generateBuildJs(outputDir) {
62
58
  },
63
59
  config: {
64
60
  // Core metadata
65
- version: manifest.version,
61
+ version: project.version,
66
62
  environment: Manager.getEnvironment(),
67
63
  buildTime: Date.now(),
68
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-extension-manager",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Browser Extension Manager dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -79,10 +79,10 @@
79
79
  "minimatch": "^10.1.1",
80
80
  "node-powertools": "^2.3.2",
81
81
  "npm-api": "^1.0.1",
82
- "sass": "^1.94.0",
82
+ "sass": "^1.94.2",
83
83
  "through2": "^4.0.2",
84
- "web-manager": "^4.0.24",
85
- "webpack": "^5.102.1",
84
+ "web-manager": "^4.0.27",
85
+ "webpack": "^5.103.0",
86
86
  "wonderful-fetch": "^1.3.4",
87
87
  "wonderful-version": "^1.3.2",
88
88
  "ws": "^8.18.3",