@monerium/sdk 1.0.11 → 1.0.13

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.
@@ -26,9 +26,7 @@ jobs:
26
26
  - run: yarn install --frozen-lockfile
27
27
  if: ${{ steps.release.outputs.release_created }}
28
28
  - run: |
29
- yarn config set scope "@monerium"
30
- yarn config list
31
- yarn publish --access=public
29
+ npm publish --access=public
32
30
  env:
33
31
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
34
32
  if: ${{ steps.release.outputs.release_created }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.13](https://github.com/monerium/sdk/compare/v1.0.12...v1.0.13) (2022-10-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **automated-publish:** push to npm registry, yarn doesnt seem to work ([1d97f2c](https://github.com/monerium/sdk/commit/1d97f2c926b82976a8751808eb6816aade35a949))
9
+
10
+ ## [1.0.12](https://github.com/monerium/sdk/compare/v1.0.11...v1.0.12) (2022-10-12)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **automated-publish:** try adding yarnrc ([d3bb76b](https://github.com/monerium/sdk/commit/d3bb76bc353c2b934010be9b74854ace8578c02f))
16
+
3
17
  ## [1.0.11](https://github.com/monerium/sdk/compare/v1.0.10...v1.0.11) (2022-10-12)
4
18
 
5
19
 
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Everything you need to interact with the Monerium API - An electronic money issuer.
4
4
 
5
- _This package is in development. Please make sure to check if any future updates contain commits that may change the behaviour of your application before you upgrade._
5
+ _This package is in development. Please make sure to check if any future updates contain commits that may change the behavior of your application before you upgrade._
6
6
 
7
7
  ## Authentication
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monerium/sdk",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "@monerium:registry": "https://registry.npmjs.org"
package/.yarnrc DELETED
@@ -1,3 +0,0 @@
1
- "@monerium:registry" "https://registry.yarnpkg.com"
2
- engine-strict=true
3
-