@cntrl-site/sdk-nextjs 1.9.2 → 1.9.3-2

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk-nextjs",
3
- "version": "1.9.2",
3
+ "version": "1.9.3-2",
4
4
  "description": "SDK for Next.js",
5
5
  "author": "arsen@momdesign.nyc",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "test": "jest",
19
19
  "prebuild": "rimraf ./lib",
20
20
  "build": "tsc --project tsconfig.build.json",
21
- "prepublishOnly": "set NODE_ENV=production && npm run build"
21
+ "prepublishOnly": "cross-env NODE_ENV=production npm run build"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@types/lodash.isequal": "^4.5.6",
@@ -31,7 +31,7 @@
31
31
  "@antfu/eslint-config": "^3.8.0",
32
32
  "@cntrl-site/color": "^1.0.0",
33
33
  "@cntrl-site/effects": "^1.4.0",
34
- "@cntrl-site/sdk": "^1.24.2",
34
+ "@cntrl-site/sdk": "^1.24.3-1",
35
35
  "@types/vimeo__player": "^2.18.0",
36
36
  "@vimeo/player": "^2.25.0",
37
37
  "html-react-parser": "^3.0.1",
@@ -46,6 +46,7 @@
46
46
  "@types/jest": "^29.5.12",
47
47
  "@types/node": "^18.11.7",
48
48
  "@types/react": "^18.0.15",
49
+ "cross-env": "^10.1.0",
49
50
  "jest": "^29.7.0",
50
51
  "jest-environment-jsdom": "^29.7.0",
51
52
  "rimraf": "^6.0.1",