@nodii/retry 0.0.0
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 +1 -0
- package/index.js +1 -0
- package/package.json +10 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Placeholder claim for @nodii/retry. Real releases come from cognion-nucleus/nodii-libs via npm trusted publishing.
|
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// placeholder — real package ships from nodii-libs release.yml
|
package/package.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nodii/retry",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder claim \u2014 real package ships from cognion-nucleus/nodii-libs via trusted publishing.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"access": "public"
|
|
9
|
+
}
|
|
10
|
+
}
|