@formbricks/js
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@formbricks/js", | ||
"license": "MIT", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.", | ||
@@ -11,14 +11,13 @@ "keywords": [ | ||
], | ||
"sideEffects": false, | ||
"source": "src/index.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.module.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "./dist/index.umd.js", | ||
"types": "./dist/js/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.module.js" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
@@ -28,37 +27,29 @@ "files": [ | ||
], | ||
"eslintConfig": { | ||
"parser": "@typescript-eslint/parser", | ||
"extends": [ | ||
"preact", | ||
"plugin:@typescript-eslint/recommended" | ||
], | ||
"ignorePatterns": [ | ||
"build/" | ||
] | ||
}, | ||
"author": "Formbricks <hola@formbricks.com>", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@types/jest": "^29.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"@typescript-eslint/parser": "^6.2.1", | ||
"autoprefixer": "^10.4.14", | ||
"babel-jest": "^29.6.2", | ||
"@babel/core": "^7.22.17", | ||
"@babel/preset-env": "^7.22.15", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@types/jest": "^29.5.4", | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"babel-jest": "^29.6.4", | ||
"cross-env": "^7.0.3", | ||
"eslint-config-preact": "^1.3.0", | ||
"isomorphic-fetch": "^3.0.0", | ||
"jest": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.2", | ||
"jest": "^29.6.4", | ||
"jest-environment-jsdom": "^29.6.4", | ||
"jest-fetch-mock": "^3.0.3", | ||
"jest-preset-preact": "^4.1.0", | ||
"microbundle": "^0.15.1", | ||
"preact": "10.16.0", | ||
"preact": "10.17.1", | ||
"preact-cli": "^3.5.0", | ||
"preact-render-to-string": "^6.2.0", | ||
"regenerator-runtime": "^0.13.11", | ||
"preact-render-to-string": "^6.2.1", | ||
"regenerator-runtime": "^0.14.0", | ||
"@formbricks/api": "0.1.0", | ||
"eslint-config-formbricks": "1.0.0", | ||
"@formbricks/types": "0.0.0" | ||
"@formbricks/lib": "0.0.0", | ||
"@formbricks/surveys": "0.0.0", | ||
"@formbricks/types": "0.0.0", | ||
"@formbricks/tsconfig": "1.0.0", | ||
"eslint-config-formbricks": "1.0.0" | ||
}, | ||
@@ -78,9 +69,9 @@ "jest": { | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"go": "tsup --watch", | ||
"lint": "eslint ./src --fix", | ||
"clean": "rimraf .turbo node_modules dist", | ||
"dev": "microbundle --css inline --watch", | ||
"go": "microbundle --css inline --watch", | ||
"lint": "eslint '{src,tests}/**/*.{ts,tsx}'", | ||
"test": "jest", | ||
"build": "microbundle --css inline" | ||
"test": "jest" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
17
833892
25
9
845