web-internationalization 2.0.45 → 2.0.46
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 +4 -4
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__, closest as __WEBPACK_EXTERNAL_MODULE_clientnode_closest__, extend as __WEBPACK_EXTERNAL_MODULE_clientnode_extend__, fadeIn as __WEBPACK_EXTERNAL_MODULE_clientnode_fadeIn__, fadeOut as __WEBPACK_EXTERNAL_MODULE_clientnode_fadeOut__, format as __WEBPACK_EXTERNAL_MODULE_clientnode_format__, getAll as __WEBPACK_EXTERNAL_MODULE_clientnode_getAll__, getText as __WEBPACK_EXTERNAL_MODULE_clientnode_getText__, globalContext as __WEBPACK_EXTERNAL_MODULE_clientnode_globalContext__ } 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 as __WEBPACK_EXTERNAL_MODULE_web_component_wrapper_Web_aacc6608_Web__ } from "web-component-wrapper/Web";
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.46",
|
|
3
3
|
"name": "web-internationalization",
|
|
4
4
|
"description": "Expand your audience",
|
|
5
5
|
"keywords": [
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
64
64
|
"@typescript-eslint/parser": "^8.65.0",
|
|
65
65
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
66
|
-
"clientnode": "^4.0.
|
|
66
|
+
"clientnode": "^4.0.1473",
|
|
67
67
|
"eslint": "^10.8.0",
|
|
68
68
|
"eslint-config-google": "^0.14.0",
|
|
69
69
|
"eslint-plugin-jsdoc": "^63.3.0",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"prop-types": "^15.8.1",
|
|
75
75
|
"typescript-eslint": "^8.65.0",
|
|
76
76
|
"web-component-wrapper": "^0.0.607",
|
|
77
|
-
"web-documentation": "^1.0.
|
|
78
|
-
"weboptimizer": "^4.0.
|
|
77
|
+
"web-documentation": "^1.0.43",
|
|
78
|
+
"weboptimizer": "^4.0.41",
|
|
79
79
|
"webpack-dev-server": "^6.0.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|