fossekall-interface 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -79,7 +79,7 @@ npm version patch
79
79
  2. Publish:
80
80
 
81
81
  ```bash
82
- npm publish --access public
82
+ npm publish --access private
83
83
  ```
84
84
 
85
85
  If you publish using a token, configure `.npmrc` with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",
@@ -13,8 +13,7 @@
13
13
  "scripts": {
14
14
  "test": "echo \"Error: no test specified\" && exit 1",
15
15
  "build": "tsc -p tsconfig.json",
16
- "prepack": "npm run build",
17
- "publish": "npm publish --access private"
16
+ "prepack": "npm run build"
18
17
  },
19
18
  "devDependencies": {
20
19
  "typescript": "^5.9.3"