@atmosphere-money/app-node 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/README.md +1 -3
- 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
|
- Adds Hono and Cloudflare Workers webhook route helpers.
|
package/README.md
CHANGED
|
@@ -315,9 +315,7 @@ npm run pack:dry-run
|
|
|
315
315
|
Before publishing a new beta, read [`RELEASE.md`](./RELEASE.md). `npm run
|
|
316
316
|
publish:check` validates the public package metadata and dry-run tarball shape.
|
|
317
317
|
|
|
318
|
-
For the broader package policy, see
|
|
319
|
-
[`../../docs/developer/SDK_PUBLISHING.md`](../../docs/developer/SDK_PUBLISHING.md)
|
|
320
|
-
and [`../../docs/developer/SDK_VERSIONING.md`](../../docs/developer/SDK_VERSIONING.md).
|
|
318
|
+
For the broader package policy, see [`../../SDK_PUBLISHING.md`](../../SDK_PUBLISHING.md).
|
|
321
319
|
|
|
322
320
|
## License
|
|
323
321
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atmosphere-money/app-node",
|
|
3
|
-
"version": "0.0.0-beta.
|
|
3
|
+
"version": "0.0.0-beta.2",
|
|
4
4
|
"description": "Server-side helpers for apps integrating with Atmosphere Money.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"homepage": "https://atmosphere.money/docs/sdk-examples",
|
|
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/app-node"
|
|
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",
|