Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

npm registry version 3.4.1 not match github master version #68

Open
youknowme09 opened this issue May 23, 2019 · 0 comments
Open

npm registry version 3.4.1 not match github master version #68

youknowme09 opened this issue May 23, 2019 · 0 comments

Comments

@youknowme09
Copy link

youknowme09 commented May 23, 2019

Since I set the option.index = true , but not working.
I found from npm registry loopback-ds-timestamp-mixin is different from github master version.

The main diff is es6/time-stamp.js

// github version
const options = Object.assign({
    createdAt: 'createdAt',
    updatedAt: 'updatedAt',
    required: true,
    validateUpsert: false, // default to turning validation off
    silenceWarnings: false,
    index: false,
  }, bootOptions);
// npm version
  const options = Object.assign({
    createdAt: 'createdAt',
    updatedAt: 'updatedAt',
    required: true,
    validateUpsert: false, // default to turning validation off
    silenceWarnings: false,
  }, bootOptions);
@youknowme09 youknowme09 changed the title npm registry version 3.4.1 not match github version npm registry version 3.4.1 not match github master version May 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant