@builder.io/plugin-commercelayer 0.0.6 → 0.0.8-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/plugin-commercelayer",
3
- "version": "0.0.6",
3
+ "version": "0.0.8-0",
4
4
  "description": "Commerce Layer plugin for Builder.io",
5
5
  "keywords": [],
6
6
  "main": "dist/plugin.system.js",
@@ -20,20 +20,11 @@
20
20
  "type": "module",
21
21
  "types": "dist/index.d.ts",
22
22
  "scripts": {
23
- "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
24
23
  "prebuild": "rimraf dist",
25
24
  "build": "rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript",
26
25
  "start": "SERVE=true rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript -w",
27
26
  "release:dev": "npm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev",
28
- "release:patch": "npm run build && npm version patch --no-git-tag-version && npm publish",
29
- "test": "jest --coverage",
30
- "test:watch": "jest --coverage --watch",
31
- "test:prod": "npm run lint && npm run test -- --no-cache",
32
- "report-coverage": "cat ./coverage/lcov.info | coveralls",
33
- "commit": "git-cz",
34
- "semantic-release": "semantic-release",
35
- "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
36
- "travis-deploy-once": "travis-deploy-once"
27
+ "release:patch": "npm run build && npm version patch --no-git-tag-version && npm publish"
37
28
  },
38
29
  "devDependencies": {
39
30
  "@rollup/plugin-json": "^6.1.0",
@@ -41,12 +32,13 @@
41
32
  "@rollup/plugin-replace": "^5.0.5",
42
33
  "@rollup/plugin-typescript": "^11.1.6",
43
34
  "@types/node": "^20.11.19",
35
+ "rimraf": "^2.6.2",
44
36
  "rollup": "^4.12.0",
45
37
  "rollup-plugin-esbuild": "^6.1.1",
46
38
  "rollup-plugin-serve": "^1.1.1",
39
+ "tslib": "^2.8.1",
47
40
  "tsx": "^4.7.1",
48
- "typescript": "^5.2.2",
49
- "rimraf": "^2.6.2"
41
+ "typescript": "^5.2.2"
50
42
  },
51
43
  "dependencies": {
52
44
  "@builder.io/plugin-tools": "^0.0.6"