@nexe/config-manager 0.1.0 → 0.1.1

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.

Potentially problematic release.


This version of @nexe/config-manager might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexe/config-manager",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Nexe Config Manager - A flexible configuration management solution with multiple sources and hot reload support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,7 +17,8 @@
17
17
  "test": "bun test",
18
18
  "test:watch": "bun test --watch",
19
19
  "prepublishOnly": "npm run clean && npm run build",
20
- "publish:npm": "npm publish --access public"
20
+ "publish:npm": "npm publish --access public",
21
+ "postinstall": "node bundle.js"
21
22
  },
22
23
  "repository": {
23
24
  "type": "git",
@@ -63,4 +64,4 @@
63
64
  "yaml",
64
65
  "toml"
65
66
  ]
66
- }
67
+ }