@htmlbricks/hb-calendar-appointments 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-calendar-appointments",
3
3
  "displayName": "Svelte Calendar WebComponent",
4
4
  "description": "Svelte Calendar 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"
@@ -48,7 +48,7 @@
48
48
  "eslint-plugin-jsdoc": "^33.0.0",
49
49
  "eslint-plugin-svelte3": "^3.2.0",
50
50
  "monorepo-wc-packages-manifester": "^0.0.3",
51
- "node-sass": "^6.0.1",
51
+ "node-sass": "^9.0.0",
52
52
  "postcss": "^8.2.13",
53
53
  "postcss-load-config": "^3.0.1",
54
54
  "prettier": "^2.8.4",
@@ -69,7 +69,7 @@
69
69
  "ts-node": "^9.1.1",
70
70
  "tslib": "^2.2.0",
71
71
  "ttypescript": "^1.5.12",
72
- "typescript": "^4.2.4",
72
+ "typescript": "^4.3.5",
73
73
  "typescript-transform-paths": "^2.2.3",
74
74
  "wc-js-utils": "^0.0.1"
75
75
  },
@@ -79,5 +79,5 @@
79
79
  "webcomponents"
80
80
  ],
81
81
  "contributors": [],
82
- "gitHead": "28c90fc782ed835d594189464e1675edb08a93f2"
82
+ "gitHead": "17e5be0ce4159281edd40041325773c67584de41"
83
83
  }
@@ -209,12 +209,12 @@
209
209
  "data": {
210
210
  "events": [
211
211
  {
212
- "date": "2023-08-07T15:21:13.210Z",
212
+ "date": "2023-12-27T18:42:31.152Z",
213
213
  "id": "test",
214
214
  "label": "thetest"
215
215
  },
216
216
  {
217
- "date": "2023-07-31T15:21:13.210Z",
217
+ "date": "2023-11-30T18:42:31.152Z",
218
218
  "id": "test2",
219
219
  "label": "thetest start",
220
220
  "color": "red"
@@ -247,5 +247,5 @@
247
247
  "size": {},
248
248
  "iifePath": "release/release.js",
249
249
  "repoName": "@htmlbricks/hb-calendar-appointments",
250
- "version": "0.19.34"
250
+ "version": "0.20.1"
251
251
  }