@sigmacomputing/plugin 0.7.56 → 0.7.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigmacomputing/plugin",
3
- "version": "0.7.56",
3
+ "version": "0.7.58",
4
4
  "description": "Plugin client api",
5
5
  "module": "./src/index.ts",
6
6
  "main": "./dist/index.js",
@@ -12,8 +12,8 @@
12
12
  "clean": "rimraf dist tsconfig*.tsbuildinfo",
13
13
  "build": "yarn clean && yarn tsc",
14
14
  "build:watch": "yarn build --watch",
15
- "format": "prettier --write 'src/**/*.ts' 'jest.config.js' '.eslintrc.js'",
16
- "lint": "eslint --cache src jest.config.js .eslintrc.js",
15
+ "format": "prettier --write 'src/**/*.ts' 'jest.config.ts' '.eslintrc.js'",
16
+ "lint": "eslint --cache src jest.config.ts .eslintrc.js",
17
17
  "lint:clean": "rimraf .eslintcache",
18
18
  "lint:fix": "yarn lint --fix",
19
19
  "prepublish": "yarn clean && tsc --build tsconfig.publish.json",
@@ -22,10 +22,13 @@
22
22
  "tsc": "tsc --build tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "@sigmacomputing/plugin-types": "^0.7.56"
25
+ "@sigmacomputing/plugin-types": "^0.7.58"
26
+ },
27
+ "devDependencies": {
28
+ "@jest/types": "^27.5.1"
26
29
  },
27
30
  "peerDependencies": {
28
31
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
29
32
  },
30
- "gitHead": "86882fc761e064c0545c1ebf7483080ad060d66e"
33
+ "gitHead": "ca5b723f3d5579b52910de117d849b84dc4f71c5"
31
34
  }