@htmlbricks/hb-table 0.19.34 → 0.20.1

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
@@ -2,7 +2,7 @@
2
2
  "name": "@htmlbricks/hb-table",
3
3
  "displayName": "Svelte Boostrap Streaming Table WebComponent",
4
4
  "description": "Svelte Boostrap Streaming Table WebComponent",
5
- "version": "0.19.34",
5
+ "version": "0.20.1",
6
6
  "main": "release/release.js",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -24,7 +24,7 @@
24
24
  "generate-component-schema": "ts-json-schema-generator --type 'Component' --path 'app/types/webcomponent.type.d.ts' > dist/webcomponent.type.d.json",
25
25
  "generate-events-schema": "ts-json-schema-generator --type 'Events' --path 'app/types/webcomponent.type.d.ts' > dist/webcomponent_events.type.d.json",
26
26
  "generate-schemes": "npm run generate-events-schema && npm run generate-component-schema",
27
- "copydest": "rm -rf release && mkdir -p release && mkdir -p release && cp dist/* ./release/",
27
+ "copydest": "rsync -avh dist/* ./release/ --delete",
28
28
  "build-extra": "tsc --moduleResolution node --module es2020 --esModuleInterop true --outDir dist --sourceMap --skipLibCheck extra/*",
29
29
  "build:release": "PRODUCTION=true npm run build && npm run build-extra && npm run generate-manifest && npm run copydest",
30
30
  "prepublish": "npm run build:release"
@@ -44,7 +44,7 @@
44
44
  "eslint-plugin-jsdoc": "^33.0.0",
45
45
  "eslint-plugin-svelte3": "^3.2.0",
46
46
  "monorepo-wc-packages-manifester": "^0.0.3",
47
- "node-sass": "^6.0.1",
47
+ "node-sass": "^9.0.0",
48
48
  "postcss": "^8.2.13",
49
49
  "postcss-load-config": "^3.0.1",
50
50
  "prettier": "^2.8.4",
@@ -65,7 +65,7 @@
65
65
  "ts-node": "^9.1.1",
66
66
  "tslib": "^2.2.0",
67
67
  "ttypescript": "^1.5.12",
68
- "typescript": "^4.2.4",
68
+ "typescript": "^4.3.5",
69
69
  "typescript-transform-paths": "^2.2.3",
70
70
  "wc-js-utils": "^0.0.1"
71
71
  },
@@ -76,12 +76,12 @@
76
76
  ],
77
77
  "contributors": [],
78
78
  "dependencies": {
79
- "@htmlbricks/hb-dialog": "^0.19.34",
80
- "@htmlbricks/hb-dialogform": "^0.19.34",
81
- "@htmlbricks/hb-form": "^0.19.34",
82
- "@htmlbricks/hb-paginate": "^0.19.34",
79
+ "@htmlbricks/hb-dialog": "^0.20.1",
80
+ "@htmlbricks/hb-dialogform": "^0.20.1",
81
+ "@htmlbricks/hb-form": "^0.20.1",
82
+ "@htmlbricks/hb-paginate": "^0.20.1",
83
83
  "bootstrap-icons": "^1.5.0",
84
84
  "dayjs": "^1.10.7"
85
85
  },
86
- "gitHead": "28c90fc782ed835d594189464e1675edb08a93f2"
86
+ "gitHead": "17e5be0ce4159281edd40041325773c67584de41"
87
87
  }
@@ -2014,5 +2014,5 @@
2014
2014
  "size": {},
2015
2015
  "iifePath": "release/release.js",
2016
2016
  "repoName": "@htmlbricks/hb-table",
2017
- "version": "0.19.34"
2017
+ "version": "0.20.1"
2018
2018
  }