@qvac/translation-nmtcpp 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.
- package/README.md +4 -4
- package/package.json +1 -1
- package/prebuilds/android-arm/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/android-arm64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/android-ia32/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/android-x64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/darwin-arm64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/darwin-arm64/qvac__translation-nmtcpp.bare.exports +1 -1
- package/prebuilds/darwin-x64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/darwin-x64/qvac__translation-nmtcpp.bare.exports +1 -1
- package/prebuilds/ios-arm64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/ios-arm64/qvac__translation-nmtcpp.bare.exports +1 -1
- package/prebuilds/ios-arm64-simulator/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/ios-arm64-simulator/qvac__translation-nmtcpp.bare.exports +1 -1
- package/prebuilds/ios-x64-simulator/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/ios-x64-simulator/qvac__translation-nmtcpp.bare.exports +1 -1
- package/prebuilds/linux-x64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/win32-x64/qvac__translation-nmtcpp.bare +0 -0
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ npm i -g bare
|
|
|
38
38
|
bare -v
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Before proceeding with the installation, please generate a **
|
|
41
|
+
Before proceeding with the installation, please generate a **granular Personal Access Token (PAT)** with the `read-only` scope. Once generated, add the token to your environment variables using the name `NPM_TOKEN`.
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
44
|
export NPM_TOKEN=your_personal_access_token
|
|
@@ -47,11 +47,11 @@ export NPM_TOKEN=your_personal_access_token
|
|
|
47
47
|
Next, create a `.npmrc` file in the root of your project with the following content:
|
|
48
48
|
|
|
49
49
|
```ini
|
|
50
|
-
@
|
|
51
|
-
//
|
|
50
|
+
@qvac:registry=https://registry.npmjs.org/
|
|
51
|
+
//registry.npmjs.org/:_authToken={NPM_TOKEN}
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
This configuration ensures secure access to
|
|
54
|
+
This configuration ensures secure access to NPM Packages when installing scoped packages.
|
|
55
55
|
|
|
56
56
|
### Installing the Package
|
|
57
57
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|