mirror of
https://github.com/iconify/iconify.git
synced 2025-01-22 14:48:24 +00:00
Publish api-redundancy update
This commit is contained in:
parent
ef8ff7a76a
commit
1618e49698
@ -1,8 +1,13 @@
|
|||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.map
|
||||||
|
.eslintignore
|
||||||
|
.eslintrc.js
|
||||||
|
.prettierrc
|
||||||
|
.editorconfig
|
||||||
|
jest.config.*
|
||||||
node_modules
|
node_modules
|
||||||
imports-test.mjs
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn.lock
|
yarn.lock
|
||||||
tsconfig.tsbuildinfo
|
tsconfig.tsbuildinfo
|
||||||
@ -10,3 +15,4 @@ src
|
|||||||
spec
|
spec
|
||||||
tests
|
tests
|
||||||
tests-compiled
|
tests-compiled
|
||||||
|
tsconfig.json
|
4
packages/api-redundancy/package-lock.json
generated
4
packages/api-redundancy/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@iconify/api-redundancy",
|
"name": "@iconify/api-redundancy",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@iconify/api-redundancy",
|
"name": "@iconify/api-redundancy",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"license": "(Apache-2.0 OR GPL-2.0)",
|
"license": "(Apache-2.0 OR GPL-2.0)",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^27.4.0",
|
"@types/jest": "^27.4.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@iconify/api-redundancy",
|
"name": "@iconify/api-redundancy",
|
||||||
"description": "Reusable redundancy library for API queries",
|
"description": "Reusable redundancy library for API queries",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"author": "Vjacheslav Trushkin",
|
"author": "Vjacheslav Trushkin",
|
||||||
"license": "(Apache-2.0 OR GPL-2.0)",
|
"license": "(Apache-2.0 OR GPL-2.0)",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user