Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ npm i @space48/sdm
Pre-requisites for installation
-------------------------------

### Configure @space48 npm scope
### Install sdm

sdm is distributed as a private npm package in the @space48 scope. To install sdm and other private Space 48 npm
packages, you must first configure the @space48 scope in npm.
Install sdm from npm:

1. [Create a github access token](https://github.com/settings/tokens/new) with `read packages` and `repo` privileges
2. Configure npm so that you can install sdm and other private Space 48 packages using your email and token created in Step 1 as yur username & password

```bash
npm login --registry=https://npm.pkg.github.com --scope=@space48
```
```bash
npm install @space48/sdm
```

### Enable node 20

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/m2-to-bc-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@space48/json-pipe": "^0.4.9",
"@space48/sdm": "^0.11.0",
"csv-parser": "^3.0.0",
"file-join": "^0.1.1"
"file-join": "^0.1.2"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.1",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@space48/sdm",
"version": "1.0.0",
"version": "1.1.0",
"description": "Command line tools for piping data in and out of APIs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -39,18 +39,18 @@
"cli-table3": "^0.6.0",
"conf": "^6.2.4",
"duration": "^0.2.2",
"fp-ts": "^2.9.3",
"fp-ts": "^2.11.8",
"io-ts": "^2.2.13",
"json5": "^2.2.0",
"node-fetch": "^3.3.2",
"node-ipc": "9.1.1",
"oauth": "^0.9.15",
"open": "^7.0.3",
"open": "^7.4.2",
"p-retry": "^4.2.0",
"query-string": "^6.12.1",
"query-string": "^6.14.1",
"ramda": "^0.27.1",
"shopify-api-node": "^3.6.2",
"soap": "^0.36.0"
"shopify-api-node": "^3.8.2",
"soap": "^1.6.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.32",
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.5.0",
"husky": "^4.3.8",
"lint-staged": "^13.0.3",
"lint-staged": "^16.2.6",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"rimraf": "^3.0.2",
Expand All @@ -90,4 +90,4 @@
"eslint --fix"
]
}
}
}