@integry/sdk 3.1.5-beta.7 → 3.1.5

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.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "3.1.5-beta.7",
3
+ "version": "3.1.5",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
7
7
  "types": "dist/esm/index.csm.d.ts",
8
8
  "scripts": {
9
- "bump": "bump -t 'sdk-release-v%s' -c 'SDK release v%s'",
9
+ "bump": "bump -t \"sdk-release-v%s\" -c \"SDK release v%s\"",
10
10
  "lint": "eslint src --ext .js --ext .ts",
11
11
  "start": "rollup -c -w --no-watch.skipWrite --environment HOT_RELOAD_ENABLED",
12
- "build:prod": "NODE_ENV=production rollup -c --environment MINIFY_ENABLED,PROD_MODE_ENABLED",
12
+ "build:prod": "cross-env NODE_ENV=production rollup -c --environment MINIFY_ENABLED,PROD_MODE_ENABLED",
13
13
  "build:dev": "rollup -c",
14
14
  "prepublishOnly": "yarn lint && yarn build:prod",
15
15
  "size": "yarn build:prod && size-limit",
@@ -31,6 +31,7 @@
31
31
  "browserslist": "> 0.5%, not dead, not op_mini all",
32
32
  "devDependencies": {
33
33
  "@babel/core": "^7.14.6",
34
+ "@jsdevtools/version-bump-prompt": "^6.1.0",
34
35
  "@rollup/plugin-commonjs": "^18.0.0",
35
36
  "@rollup/plugin-json": "^4.1.0",
36
37
  "@rollup/plugin-node-resolve": "^11.2.1",
@@ -51,6 +52,7 @@
51
52
  "babel-loader": "^8.2.2",
52
53
  "chalk": "^4.1.0",
53
54
  "core-js": "^3.15.1",
55
+ "cross-env": "^7.0.3",
54
56
  "css-loader": "^5.2.6",
55
57
  "dotenv": "^8.2.0",
56
58
  "eslint": "^7.23.0",
@@ -79,8 +81,7 @@
79
81
  "style-loader": "^2.0.0",
80
82
  "ts-jest": "^27.0.3",
81
83
  "tsconfig-paths-webpack-plugin": "^3.5.1",
82
- "typescript": "^4.4.3",
83
- "version-bump-prompt": "^6.1.0"
84
+ "typescript": "^4.4.3"
84
85
  },
85
86
  "dependencies": {
86
87
  "classnames": "^2.3.1",