objective-http 2.0.1 → 2.0.4

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 objective-http might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +8 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "objective-http",
3
- "version": "2.0.1",
3
+ "version": "2.0.4",
4
4
  "description": "Proxy classes for creating a http server",
5
5
  "keywords": [
6
6
  "web",
@@ -14,7 +14,8 @@
14
14
  "email": "volatilization@yandex.ru"
15
15
  },
16
16
  "repository": {
17
- "url": "git+https://github.com/volatilization/objective-http.git"
17
+ "type": "git",
18
+ "url": "https://github.com/volatilization/objective-http"
18
19
  },
19
20
  "license": "LGPL-3.0-only",
20
21
  "scripts": {
@@ -22,11 +23,15 @@
22
23
  "test": "node --test --experimental-test-coverage --test-reporter=spec src/test/*.js src/test/**/*.js",
23
24
  "test:coverage": "node scripts/coverage.js",
24
25
  "release": "release-it --config release-it.config.mjs",
25
- "release:no-increment": "release-it --config release-it.config.mjs --no-increment",
26
+ "release:no-increment": "release-it --ci --config release-it.config.mjs --no-increment --no-git",
26
27
  "dist:build": "node scripts/build.js",
27
28
  "dist:cleanup": "node scripts/cleanup.js"
28
29
  },
29
30
  "main": "src/js/index.js",
31
+ "publishConfig": {
32
+ "access": "public",
33
+ "provenance": true
34
+ },
30
35
  "devDependencies": {
31
36
  "@dotenvx/dotenvx": "^1.57.5",
32
37
  "@eslint/js": "^9.35.0",