Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f726cf4c5b | |||
c198969fae |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartdata",
|
"name": "@pushrocks/smartdata",
|
||||||
"version": "5.0.4",
|
"version": "5.0.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@pushrocks/smartdata",
|
"name": "@pushrocks/smartdata",
|
||||||
"version": "5.0.4",
|
"version": "5.0.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/lik": "^5.0.4",
|
"@pushrocks/lik": "^5.0.4",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartdata",
|
"name": "@pushrocks/smartdata",
|
||||||
"version": "5.0.4",
|
"version": "5.0.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "do more with data",
|
"description": "do more with data",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartdata',
|
name: '@pushrocks/smartdata',
|
||||||
version: '5.0.4',
|
version: '5.0.5',
|
||||||
description: 'do more with data'
|
description: 'do more with data'
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@ export * from './smartdata.classes.doc.js';
|
|||||||
export * from './smartdata.classes.easystore.js';
|
export * from './smartdata.classes.easystore.js';
|
||||||
export * from './smartdata.classes.cursor.js';
|
export * from './smartdata.classes.cursor.js';
|
||||||
|
|
||||||
|
// to be removed with the next breaking update
|
||||||
import * as plugins from './smartdata.plugins.js';
|
import * as plugins from './smartdata.plugins.js';
|
||||||
type IMongoDescriptor = plugins.tsclass.database.IMongoDescriptor;
|
type IMongoDescriptor = plugins.tsclass.database.IMongoDescriptor;
|
||||||
export type { IMongoDescriptor }
|
export type { IMongoDescriptor }
|
Reference in New Issue
Block a user