@atmosphere-money/testing 0.0.0-beta.1 → 0.0.0-beta.2
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/CHANGELOG.md +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.0.0-beta.2
|
|
4
|
+
|
|
5
|
+
- Moves the canonical SDK source to the public `Atmosphere-Money/atm-js` repo.
|
|
6
|
+
- Enables npm trusted publishing with provenance from the public SDK repo.
|
|
7
|
+
|
|
3
8
|
## 0.0.0-beta.1
|
|
4
9
|
|
|
5
10
|
- Verifies npm trusted publishing through the GitHub release workflow.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atmosphere-money/testing",
|
|
3
|
-
"version": "0.0.0-beta.
|
|
3
|
+
"version": "0.0.0-beta.2",
|
|
4
4
|
"description": "Testing fixtures and assertions for Atmosphere Money app integrations.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"homepage": "https://atmosphere.money/docs/testing-package",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/Atmosphere-Money/
|
|
12
|
+
"url": "git+https://github.com/Atmosphere-Money/atm-js.git",
|
|
13
13
|
"directory": "packages/testing"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/Atmosphere-Money/
|
|
16
|
+
"url": "https://github.com/Atmosphere-Money/atm-js/issues"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"atmosphere-money",
|