@destink/substack-sdk 0.1.0 → 0.3.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.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@destink/substack-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "TypeScript API client for interacting with Substack webservice",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,11 +12,9 @@
12
12
  "test": "pnpm test:unit && pnpm test:integration",
13
13
  "test:unit": "jest",
14
14
  "test:integration": "jest --config jest.integration.config.js",
15
- "test:e2e": "jest --config jest.e2e.config.js",
16
15
  "test:watch": "jest --watch",
17
16
  "test:integration:watch": "jest --config jest.integration.config.js --watch",
18
- "test:e2e:watch": "jest --config jest.e2e.config.js --watch",
19
- "test:all": "pnpm test:unit && pnpm test:integration && pnpm test:e2e",
17
+ "test:all": "pnpm test:unit && pnpm test:integration",
20
18
  "prepare": "pnpm build",
21
19
  "prepublishOnly": "pnpm lint && pnpm test",
22
20
  "clean": "rm -rf dist",