test-lib20260119 1.0.19 → 1.0.22

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/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # test-lib20260119
2
+
3
+ E2E publish verification for verdaccio public-registry proxy.
package/index.js CHANGED
@@ -1 +1,2 @@
1
- console.log('Hello World');
1
+ console.log(123);
2
+ module.exports = { ok: true };
package/package.json CHANGED
@@ -1,12 +1,7 @@
1
1
  {
2
2
  "name": "test-lib20260119",
3
- "version": "1.0.19",
3
+ "version": "1.0.22",
4
+ "description": "E2E publish verification through office npm proxy",
4
5
  "main": "index.js",
5
- "scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1"
7
- },
8
- "keywords": [],
9
- "author": "",
10
- "license": "ISC",
11
- "description": ""
6
+ "license": "MIT"
12
7
  }
package/.npmrc1 DELETED
@@ -1,2 +0,0 @@
1
- registry=http://localhost:5001/__proxy__
2
- //localhost:5001/:_authToken=${NPM_TOKEN}