Skip to content

Commit a2b9336

Browse files
committed
v1.0.0
Signed-off-by: Stephen Belanger <admin@stephenbelanger.com>
1 parent 49eb91f commit a2b9336

File tree

6 files changed

+1
-20
lines changed

6 files changed

+1
-20
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -509,17 +509,3 @@ jobs:
509509
else
510510
echo "Not a release, skipping publish"
511511
fi
512-
- name: Collect npm logs
513-
if: always()
514-
run: |
515-
mkdir -p npm-logs
516-
if [ -d "$HOME/.npm/_logs" ]; then
517-
cp -a "$HOME/.npm/_logs/." npm-logs/
518-
fi
519-
- name: Upload npm logs
520-
if: always()
521-
uses: actions/upload-artifact@v4
522-
with:
523-
name: npm-logs
524-
path: npm-logs
525-
if-no-files-found: ignore

npm/darwin-arm64/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org/",
21-
"access": "restricted",
2221
"scope": "@platformatic"
2322
},
2423
"license": "MIT",

npm/darwin-x64/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org/",
21-
"access": "restricted",
2221
"scope": "@platformatic"
2322
},
2423
"license": "MIT",

npm/linux-arm64-gnu/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org/",
21-
"access": "restricted",
2221
"scope": "@platformatic"
2322
},
2423
"license": "MIT",

npm/linux-x64-gnu/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org/",
21-
"access": "restricted",
2221
"scope": "@platformatic"
2322
},
2423
"license": "MIT",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@platformatic/python-node",
33
"description": "Run ASGI-compatible Python apps in Node.js",
4-
"version": "0.1.10",
4+
"version": "1.0.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"napi": {
@@ -14,7 +14,6 @@
1414
},
1515
"publishConfig": {
1616
"registry": "https://registry.npmjs.org/",
17-
"access": "restricted",
1817
"scope": "@platformatic"
1918
},
2019
"license": "MIT",

0 commit comments

Comments
 (0)