@contentrain/query
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@contentrain/query", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"private": false, | ||
@@ -8,9 +8,2 @@ "main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"test": "vitest", | ||
"test:run": "vitest run", | ||
"clean": "rm -rf dist" | ||
}, | ||
"publishConfig": { | ||
@@ -20,4 +13,4 @@ "access": "public" | ||
"dependencies": { | ||
"@contentrain/core": "workspace:*", | ||
"@contentrain/types": "workspace:*" | ||
"@contentrain/core": "2.0.0", | ||
"@contentrain/types": "1.0.0" | ||
}, | ||
@@ -28,3 +21,10 @@ "devDependencies": { | ||
"vitest": "^2.1.8" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"test": "vitest", | ||
"test:run": "vitest run", | ||
"clean": "rm -rf dist" | ||
} | ||
} | ||
} |
@@ -44,2 +44,6 @@ import type { IContentrainCore } from '@contentrain/core'; | ||
localization: true, | ||
name: '', | ||
type: 'JSON', | ||
createdBy: '', | ||
isServerless: false, | ||
}; | ||
@@ -46,0 +50,0 @@ |
32157
12
763
Updated@contentrain/core@2.0.0
Updated@contentrain/types@1.0.0