@monerium/sdk 1.0.13 → 1.0.20

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.
@@ -20,13 +20,15 @@ jobs:
20
20
  - uses: actions/setup-node@v1
21
21
  with:
22
22
  node-version: 18
23
- registry-url: 'https://registry.npmjs.org'
23
+ registry-url: 'https://registry.yarnpkg.com'
24
24
  scope: '@monerium'
25
25
  if: ${{ steps.release.outputs.release_created }}
26
26
  - run: yarn install --frozen-lockfile
27
27
  if: ${{ steps.release.outputs.release_created }}
28
28
  - run: |
29
- npm publish --access=public
29
+ yarn config set scope "@monerium"
30
+ yarn config list
31
+ yarn publish --access=public
30
32
  env:
31
33
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
32
34
  if: ${{ steps.release.outputs.release_created }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.20](https://github.com/monerium/sdk/compare/v1.0.19...v1.0.20) (2022-10-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **automated-publish:** seems that the token was the problem, reverting back to use yarn ([14b72ee](https://github.com/monerium/sdk/commit/14b72ee579c259b29db80193b2e0bf0bfd4cc3c3))
9
+ * **automated-publish:** seems that the token was the problem, reverting back to use yarn ([e73bf66](https://github.com/monerium/sdk/commit/e73bf66fd3bef20fcdfed7187fa018b693e31dd3))
10
+
11
+ ## [1.0.19](https://github.com/monerium/sdk/compare/v1.0.18...v1.0.19) (2022-10-12)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **automated-publish:** tried adding a new npm token ([ec99f13](https://github.com/monerium/sdk/commit/ec99f1395f8285f5730f02b19a12e0d45dbe2197))
17
+
18
+ ## [1.0.18](https://github.com/monerium/sdk/compare/v1.0.17...v1.0.18) (2022-10-12)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **automated-publish:** try adding scope to npmrc ([6d965ca](https://github.com/monerium/sdk/commit/6d965ca8e393e97178895da5f8bbd94608f3ea2d))
24
+
25
+ ## [1.0.17](https://github.com/monerium/sdk/compare/v1.0.16...v1.0.17) (2022-10-12)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **automated-publish:** use npm instead of yarn ([5da46ae](https://github.com/monerium/sdk/commit/5da46ae84fdca9a4258eff0e0aa24e5285a77786))
31
+
32
+ ## [1.0.16](https://github.com/monerium/sdk/compare/v1.0.15...v1.0.16) (2022-10-12)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **automated-publish:** im just doing something at this point, hoping to get a different result ([7465711](https://github.com/monerium/sdk/commit/7465711b68904a35f38d9b9b423dd0557acb4e62))
38
+
39
+ ## [1.0.15](https://github.com/monerium/sdk/compare/v1.0.14...v1.0.15) (2022-10-12)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **automated-publish:** try setting scope and authToken in action, ugh ([4dcf78c](https://github.com/monerium/sdk/commit/4dcf78c5bdd47a1fb0d69e56e2b3767bd290bc0f))
45
+
46
+ ## [1.0.14](https://github.com/monerium/sdk/compare/v1.0.13...v1.0.14) (2022-10-12)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * typo to trigger rebuild ([3e1ad6a](https://github.com/monerium/sdk/commit/3e1ad6a4d883035be700bddd35b9a76ca06b6944))
52
+
3
53
  ## [1.0.13](https://github.com/monerium/sdk/compare/v1.0.12...v1.0.13) (2022-10-12)
4
54
 
5
55
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@monerium/sdk",
3
- "version": "1.0.13",
3
+ "version": "1.0.20",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
- "@monerium:registry": "https://registry.npmjs.org"
6
+ "@monerium:registry": "https://registry.yarnpkg.com"
7
7
  },
8
8
  "repository": {
9
9
  "type": "git",