@builder.io/plugin-sfcc-commerce-api 0.0.8 → 0.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/plugin-sfcc-commerce-api",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/plugin.system.js",
@@ -18,66 +18,13 @@
18
18
  "node": ">=6.0.0"
19
19
  },
20
20
  "scripts": {
21
- "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
22
21
  "prebuild": "rimraf dist",
23
22
  "build": "rollup -c rollup.config.ts",
24
23
  "release:patch": "npm run build && npm version patch && npm publish",
25
24
  "release:dev": "npm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev",
26
- "start": "SERVE=true rollup -c rollup.config.ts -w",
27
- "test": "jest --coverage",
28
- "test:watch": "jest --coverage --watch",
29
- "test:prod": "npm run lint && npm run test -- --no-cache",
30
- "report-coverage": "cat ./coverage/lcov.info | coveralls",
31
- "commit": "git-cz",
32
- "semantic-release": "semantic-release",
33
- "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
34
- "travis-deploy-once": "travis-deploy-once"
35
- },
36
- "lint-staged": {
37
- "{src,test}/**/*.ts": [
38
- "prettier --write",
39
- "git add"
40
- ]
41
- },
42
- "config": {
43
- "commitizen": {
44
- "path": "node_modules/cz-conventional-changelog"
45
- }
46
- },
47
- "jest": {
48
- "transform": {
49
- ".(ts|tsx)": "ts-jest"
50
- },
51
- "testEnvironment": "node",
52
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
53
- "moduleFileExtensions": [
54
- "ts",
55
- "tsx",
56
- "js"
57
- ],
58
- "coveragePathIgnorePatterns": [
59
- "/node_modules/",
60
- "/test/"
61
- ],
62
- "coverageThreshold": {
63
- "global": {
64
- "branches": 90,
65
- "functions": 95,
66
- "lines": 95,
67
- "statements": 95
68
- }
69
- },
70
- "collectCoverageFrom": [
71
- "src/*.{js,ts}"
72
- ]
73
- },
74
- "commitlint": {
75
- "extends": [
76
- "@commitlint/config-conventional"
77
- ]
25
+ "start": "SERVE=true rollup -c rollup.config.ts -w"
78
26
  },
79
27
  "devDependencies": {
80
- "@builder.io/react": "^2.0.4",
81
28
  "@commitlint/cli": "^7.1.2",
82
29
  "@commitlint/config-conventional": "^7.1.2",
83
30
  "@rollup/plugin-commonjs": "^19.0.1",
@@ -86,7 +33,6 @@
86
33
  "@types/jest": "^23.3.2",
87
34
  "@types/node": "^10.17.5",
88
35
  "@types/react": "^16.9.11",
89
- "@types/shopify-buy": "^2.10.4",
90
36
  "colors": "^1.3.2",
91
37
  "commitizen": "^3.0.0",
92
38
  "coveralls": "^3.0.2",
@@ -94,35 +40,19 @@
94
40
  "cz-conventional-changelog": "^2.1.0",
95
41
  "esbuild": "^0.12.15",
96
42
  "husky": "^1.0.1",
97
- "i": "^0.3.6",
98
- "jest": "^23.6.0",
99
- "jest-config": "^23.6.0",
100
- "lint-staged": "^8.0.0",
101
43
  "lodash.camelcase": "^4.3.0",
102
44
  "prettier": "^1.14.3",
103
45
  "prompt": "^1.0.0",
104
46
  "replace-in-file": "^3.4.2",
105
47
  "rimraf": "^2.6.2",
106
48
  "rollup": "^2.53.2",
107
- "rollup-plugin-dts": "^3.0.2",
108
49
  "rollup-plugin-esbuild": "^4.5.0",
109
- "rollup-plugin-node-globals": "^1.4.0",
110
- "rollup-plugin-node-polyfills": "^0.2.1",
111
50
  "rollup-plugin-replace": "^2.2.0",
112
51
  "rollup-plugin-serve": "^1.0.1",
113
- "semantic-release": "^15.9.16",
114
- "shelljs": "^0.8.3",
115
- "travis-deploy-once": "^5.0.9",
116
- "ts-jest": "^23.10.2",
117
- "ts-node": "^7.0.1",
118
- "tslint": "^5.11.0",
119
- "tslint-config-prettier": "^1.15.0",
120
- "tslint-config-standard": "^8.0.1",
121
- "typedoc": "^0.12.0",
122
52
  "typescript": "^3.0.3"
123
53
  },
124
54
  "dependencies": {
125
- "@builder.io/commerce-plugin-tools": "^0.3.1-1",
55
+ "@builder.io/plugin-tools": "^0.0.3",
126
56
  "commerce-sdk-isomorphic": "^1.7.0"
127
57
  }
128
58
  }