website-utilities 1.0.457 → 1.0.459
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/index.js +1 -1
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
if(typeof window==='undefined'||window===null)var window=(typeof
|
|
1
|
+
if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;import { Lock as __WEBPACK_EXTERNAL_MODULE_clientnode_Lock__, Logger as __WEBPACK_EXTERNAL_MODULE_clientnode_Logger__, NOOP as __WEBPACK_EXTERNAL_MODULE_clientnode_NOOP__, camelCaseToDelimited as __WEBPACK_EXTERNAL_MODULE_clientnode_camelCaseToDelimited__, extend as __WEBPACK_EXTERNAL_MODULE_clientnode_extend__, fadeIn as __WEBPACK_EXTERNAL_MODULE_clientnode_fadeIn__, fadeOut as __WEBPACK_EXTERNAL_MODULE_clientnode_fadeOut__, getParents as __WEBPACK_EXTERNAL_MODULE_clientnode_getParents__, getText as __WEBPACK_EXTERNAL_MODULE_clientnode_getText__, globalContext as __WEBPACK_EXTERNAL_MODULE_clientnode_globalContext__, interruptableScrollTo as __WEBPACK_EXTERNAL_MODULE_clientnode_interruptableScrollTo__, onDocumentReady as __WEBPACK_EXTERNAL_MODULE_clientnode_onDocumentReady__, preventDefault as __WEBPACK_EXTERNAL_MODULE_clientnode_preventDefault__, represent as __WEBPACK_EXTERNAL_MODULE_clientnode_represent__, timeout as __WEBPACK_EXTERNAL_MODULE_clientnode_timeout__, trailingThrottle as __WEBPACK_EXTERNAL_MODULE_clientnode_trailingThrottle__ } from "clientnode";
|
|
2
2
|
import { func as __WEBPACK_EXTERNAL_MODULE_clientnode_property_types_4789ebe2_func__, object as __WEBPACK_EXTERNAL_MODULE_clientnode_property_types_4789ebe2_object__ } from "clientnode/property-types";
|
|
3
3
|
import { property as __WEBPACK_EXTERNAL_MODULE_web_component_wrapper_decorator_a680de5c_property__ } from "web-component-wrapper/decorator";
|
|
4
4
|
import "web-component-wrapper/type";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "website-utilities",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.459",
|
|
4
4
|
"description": "extend your web app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"website",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"@typescript-eslint/parser": "^8.65.0",
|
|
76
76
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
77
77
|
"bootstrap-icons": "^1.13.1",
|
|
78
|
-
"clientnode": "^4.0.
|
|
78
|
+
"clientnode": "^4.0.1474",
|
|
79
79
|
"css-loader": "^7.1.4",
|
|
80
80
|
"cssnano": "^8.0.2",
|
|
81
81
|
"eslint": "^10.8.0",
|
|
82
82
|
"eslint-config-google": "^0.14.0",
|
|
83
|
-
"eslint-plugin-jsdoc": "^63.
|
|
83
|
+
"eslint-plugin-jsdoc": "^63.3.0",
|
|
84
84
|
"jest": "^30.4.2",
|
|
85
85
|
"jsdoc": "^4.0.5",
|
|
86
86
|
"mini-css-extract-plugin": "^2.10.2",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"stylelint": "^17.14.1",
|
|
101
101
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
102
102
|
"typescript-eslint": "^8.65.0",
|
|
103
|
-
"web-component-wrapper": "^0.0.
|
|
104
|
-
"web-documentation": "^1.0.
|
|
105
|
-
"weboptimizer": "^4.0.
|
|
103
|
+
"web-component-wrapper": "^0.0.608",
|
|
104
|
+
"web-documentation": "^1.0.43",
|
|
105
|
+
"weboptimizer": "^4.0.41",
|
|
106
106
|
"webpack-dev-server": "^6.0.0"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"assetPattern": {
|
|
247
247
|
"javaScript": {
|
|
248
248
|
"pattern": {
|
|
249
|
-
"#": "This is how we can make our
|
|
249
|
+
"#": "This is how we can make our artefact executable.",
|
|
250
250
|
"__evaluate__": "`#!/usr/bin/env node\n// -*- coding: utf-8 -*-\n{1}`"
|
|
251
251
|
}
|
|
252
252
|
}
|