@blockquote-web-components/ajax-provider 1.0.0 → 1.1.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockquote-web-components/ajax-provider",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Webcomponent ajax-provider following open-wc recommendations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
],
|
|
36
36
|
"scripts": {
|
|
37
37
|
"analyze": "cem analyze --litelement --globs \"{src,define}/**/*.{js,ts}\" \"index.js\"",
|
|
38
|
-
"analyze:doc": "npm run analyze && npx web-component-analyzer \"{src,define}/**/*.{js,ts}\" \"index.js\" \"README.js\" --outFile README.md",
|
|
39
38
|
"build": "echo \"This is not a TypeScript project, so no need to build.\"",
|
|
40
39
|
"dev:vite": "vite build",
|
|
41
40
|
"format": "npm run format:eslint && npm run format:prettier && npm run format:stylelint",
|
|
@@ -129,6 +128,7 @@
|
|
|
129
128
|
],
|
|
130
129
|
"import/no-unresolved": "off",
|
|
131
130
|
"import/prefer-default-export": "off",
|
|
131
|
+
"lit/no-classfield-shadowing": "off",
|
|
132
132
|
"lit/no-native-attributes": "off"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
@@ -144,16 +144,16 @@
|
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@open-wc/dedupe-mixin": "^1.4.0",
|
|
147
|
-
"lit": "^2.8.0",
|
|
148
147
|
"rxjs": "^8.0.0-alpha.12"
|
|
149
148
|
},
|
|
150
149
|
"devDependencies": {
|
|
151
150
|
"@alenaksu/json-viewer": "^2.0.1",
|
|
152
|
-
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.
|
|
151
|
+
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.0",
|
|
152
|
+
"lit": "^3.1.0"
|
|
153
153
|
},
|
|
154
154
|
"publishConfig": {
|
|
155
155
|
"access": "public"
|
|
156
156
|
},
|
|
157
157
|
"customElements": "custom-elements.json",
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "e2417c85a1b9179b093333c0dd89f90fdbb4e91b"
|
|
159
159
|
}
|