ngxs-labs / data

NGXS Persistence API
https://ngxs-labs.github.io/data
81 stars 18 forks source link

Deploy #625

Closed ada99 closed 3 years ago

ada99 commented 3 years ago

Project CI is failing

Mumcio commented 3 years ago

I think there is a problem with @angular-ru/common library

I tried to used the latest version of "@ngxs-labs/data": "^4.1.1"

` 1 import { Any } from '@angular-ru/common/typings';


    node_modules/@ngxs-labs/data/internals/utils/method-args-registry/get-method-args-registry.d.ts:1:20 - error TS2307: Cannot find module '@angular-ru/common/typings'.`

Please see also
https://github.com/ngxs-labs/data/commit/f9cd4d7137490c3373fe833fba7050c35d556c71#
https://github.com/ngxs-labs/data/pull/626
splincode commented 3 years ago

@Mumcio install peer dependency @angular-ru/common

splincode commented 3 years ago

Deploy fixed