Skip to content

Commit f22136f

Browse files
authored
Merge pull request #62 from Space48/release/v1.1.0
2 parents 9bd1790 + 34bca1b commit f22136f

3 files changed

Lines changed: 14 additions & 18 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ npm i @space48/sdm
1414
Pre-requisites for installation
1515
-------------------------------
1616

17-
### Configure @space48 npm scope
17+
### Install sdm
1818

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

22-
1. [Create a github access token](https://github.com/settings/tokens/new) with `read packages` and `repo` privileges
23-
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
24-
25-
```bash
26-
npm login --registry=https://npm.pkg.github.com --scope=@space48
27-
```
21+
```bash
22+
npm install @space48/sdm
23+
```
2824

2925
### Enable node 20
3026

docs/examples/m2-to-bc-migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@space48/json-pipe": "^0.4.9",
1313
"@space48/sdm": "^0.11.0",
1414
"csv-parser": "^3.0.0",
15-
"file-join": "^0.1.1"
15+
"file-join": "^0.1.2"
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node14": "^1.0.1",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@space48/sdm",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Command line tools for piping data in and out of APIs",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -39,18 +39,18 @@
3939
"cli-table3": "^0.6.0",
4040
"conf": "^6.2.4",
4141
"duration": "^0.2.2",
42-
"fp-ts": "^2.9.3",
42+
"fp-ts": "^2.11.8",
4343
"io-ts": "^2.2.13",
4444
"json5": "^2.2.0",
4545
"node-fetch": "^3.3.2",
4646
"node-ipc": "9.1.1",
4747
"oauth": "^0.9.15",
48-
"open": "^7.0.3",
48+
"open": "^7.4.2",
4949
"p-retry": "^4.2.0",
50-
"query-string": "^6.12.1",
50+
"query-string": "^6.14.1",
5151
"ramda": "^0.27.1",
52-
"shopify-api-node": "^3.6.2",
53-
"soap": "^0.36.0"
52+
"shopify-api-node": "^3.8.2",
53+
"soap": "^1.6.0"
5454
},
5555
"devDependencies": {
5656
"@types/bluebird": "^3.5.32",
@@ -73,7 +73,7 @@
7373
"eslint-plugin-prettier": "^4.2.1",
7474
"eslint-plugin-security": "^1.5.0",
7575
"husky": "^4.3.8",
76-
"lint-staged": "^13.0.3",
76+
"lint-staged": "^16.2.6",
7777
"prettier": "^2.7.1",
7878
"prettier-eslint": "^15.0.1",
7979
"rimraf": "^3.0.2",
@@ -90,4 +90,4 @@
9090
"eslint --fix"
9191
]
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)