1
0
Fork 0
mirror of synced 2024-06-15 17:05:11 +12:00

Merge branch 'feat/store-tests' of github.com:Budibase/budibase into spectrum-bbui

This commit is contained in:
Andrew Kingston 2021-04-01 09:42:56 +01:00
commit d945d76e59
4 changed files with 66 additions and 2389 deletions

View file

@ -3,6 +3,7 @@
"version": "0.8.9",
"license": "AGPL-3.0",
"private": true,
"type": "module",
"scripts": {
"build": "routify -b && vite build",
"start": "routify -c rollup",
@ -45,7 +46,8 @@
"^.+.svelte$": "svelte-jester"
},
"transformIgnorePatterns": [
"/node_modules/(?!svelte).+\\.js$"
"/node_modules/(?!svelte).+\\.js$",
".*string-templates.*"
],
"modulePathIgnorePatterns": [
"<rootDir>/cypress/"
@ -86,13 +88,13 @@
"yup": "0.29.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/core": "^7.12.14",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/runtime": "^7.13.10",
"@rollup/plugin-replace": "^2.4.2",
"@roxi/routify": "2.15.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.5",
"@babel/runtime": "^7.5.5",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/svelte": "^3.0.0",
"babel-jest": "^26.6.3",

File diff suppressed because it is too large Load diff

View file

@ -2,13 +2,13 @@
"name": "@budibase/string-templates",
"version": "0.8.9",
"description": "Handlebars wrapper for Budibase templating.",
"main": "src/index.cjs",
"main": "./src/index.cjs",
"module": "dist/bundle.mjs",
"license": "AGPL-3.0",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"import": "./dist/bundle.mjs",
"require": "./src/index.cjs"
},
"./package.json": "./package.json"