@teamvortexsoftware/vortex-nextjs-15-sdk 0.0.8 → 0.0.9

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 +23 -23
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@teamvortexsoftware/vortex-nextjs-15-sdk",
3
3
  "description": "Drop-in Next.js module for Vortex API integration",
4
4
  "author": "@teamvortexsoftware",
5
- "version": "0.0.8",
5
+ "version": "0.0.9",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
8
  "bin": {
@@ -19,21 +19,6 @@
19
19
  "dist/",
20
20
  "bin/"
21
21
  ],
22
- "scripts": {
23
- "build:stg": "pnpm run distclean && turbo run build --filter=@teamvortexsoftware/vortex-nextjs-15-sdk && mkdir -p dist.d/stg && mv dist dist.d/stg && echo && echo 'Build in ./dist.d/stg'",
24
- "prepublish:stg": "cp ./LICENSE ./README.md ./dist.d/stg/ && cp -r ./bin ./dist.d/stg/ && NODE_SDK_VERSION=$(jq -r '.version' ../vortex-node-22-sdk/package.json) && jq --arg nodeVer \"^$NODE_SDK_VERSION\" '.name = \"@teamvortexsoftware/vortex-nextjs-15-sdk-stg\" | .description = \"Vortex NextJS 15 SDK (STG)\" | del(.devDependencies.\"@teamvortexsoftware/eslint-config\") | del(.devDependencies.\"@teamvortexsoftware/typescript-config\") | .dependencies.\"@teamvortexsoftware/vortex-node-22-sdk\" = $nodeVer | del(.scripts.prepack)' ./package.json > ./dist.d/stg/package.json",
25
- "publish:stg": "pnpm run prepublish:stg && pnpm publish --access restricted ./dist.d/stg",
26
- "build:prod": "pnpm run distclean && turbo run build --filter=@teamvortexsoftware/vortex-nextjs-15-sdk && mkdir -p dist.d/prod && mv dist dist.d/prod && echo && echo 'Build in ./dist.d/prod'",
27
- "prepublish:prod": "cp ./LICENSE ./README.md ./dist.d/prod/ && cp -r ./bin ./dist.d/prod/ && NODE_SDK_VERSION=$(jq -r '.version' ../vortex-node-22-sdk/package.json) && jq --arg nodeVer \"^$NODE_SDK_VERSION\" 'del(.devDependencies.\"@teamvortexsoftware/eslint-config\") | del(.devDependencies.\"@teamvortexsoftware/typescript-config\") | .dependencies.\"@teamvortexsoftware/vortex-node-22-sdk\" = $nodeVer | del(.scripts.prepack)' ./package.json > ./dist.d/prod/package.json",
28
- "publish:prod": "pnpm run prepublish:prod && pnpm publish --access public ./dist.d/prod",
29
- "check-types": "tsc --noEmit",
30
- "distclean": "rm -rf ./dist ./dist.d",
31
- "clean": "rm -rf ./dist",
32
- "dev": "tsc -b tsconfig.json --watch",
33
- "test": "jest",
34
- "package": "pnpm run build && cd dist/vortex-nextjs-15-sdk && npm pack",
35
- "build": "tsc -b tsconfig.json"
36
- },
37
22
  "jest": {
38
23
  "rootDir": "__tests__",
39
24
  "testRegex": ".*\\.spec\\.ts$",
@@ -47,19 +32,34 @@
47
32
  "testEnvironment": "node"
48
33
  },
49
34
  "devDependencies": {
50
- "@eslint/js": "catalog:",
35
+ "@eslint/js": "9.39.1",
51
36
  "@jest/globals": "29.7.0",
52
- "@types/node": "catalog:",
53
- "eslint": "catalog:",
37
+ "@types/node": "24.10.1",
38
+ "eslint": "9.39.1",
54
39
  "jest": "29.7.0",
55
40
  "next": "^15.5.9",
56
- "ts-jest": "catalog:",
57
- "typescript-eslint": "catalog:"
41
+ "ts-jest": "29.4.6",
42
+ "typescript-eslint": "8.46.2"
58
43
  },
59
44
  "dependencies": {
60
- "@teamvortexsoftware/vortex-node-22-sdk": "^0.1.1"
45
+ "@teamvortexsoftware/vortex-node-22-sdk": "^0.1.2"
61
46
  },
62
47
  "peerDependencies": {
63
48
  "next": ">=13.0.0"
49
+ },
50
+ "scripts": {
51
+ "build:stg": "pnpm run distclean && turbo run build --filter=@teamvortexsoftware/vortex-nextjs-15-sdk && mkdir -p dist.d/stg && mv dist dist.d/stg && echo && echo 'Build in ./dist.d/stg'",
52
+ "prepublish:stg": "cp ./LICENSE ./README.md ./dist.d/stg/ && cp -r ./bin ./dist.d/stg/ && NODE_SDK_VERSION=$(jq -r '.version' ../vortex-node-22-sdk/package.json) && jq --arg nodeVer \"^$NODE_SDK_VERSION\" '.name = \"@teamvortexsoftware/vortex-nextjs-15-sdk-stg\" | .description = \"Vortex NextJS 15 SDK (STG)\" | del(.devDependencies.\"@teamvortexsoftware/eslint-config\") | del(.devDependencies.\"@teamvortexsoftware/typescript-config\") | .dependencies.\"@teamvortexsoftware/vortex-node-22-sdk\" = $nodeVer | del(.scripts.prepack)' ./package.json > ./dist.d/stg/package.json",
53
+ "publish:stg": "pnpm run prepublish:stg && pnpm publish --access restricted ./dist.d/stg",
54
+ "build:prod": "pnpm run distclean && turbo run build --filter=@teamvortexsoftware/vortex-nextjs-15-sdk && mkdir -p dist.d/prod && mv dist dist.d/prod && echo && echo 'Build in ./dist.d/prod'",
55
+ "prepublish:prod": "cp ./LICENSE ./README.md ./dist.d/prod/ && cp -r ./bin ./dist.d/prod/ && NODE_SDK_VERSION=$(jq -r '.version' ../vortex-node-22-sdk/package.json) && jq --arg nodeVer \"^$NODE_SDK_VERSION\" 'del(.devDependencies.\"@teamvortexsoftware/eslint-config\") | del(.devDependencies.\"@teamvortexsoftware/typescript-config\") | .dependencies.\"@teamvortexsoftware/vortex-node-22-sdk\" = $nodeVer | del(.scripts.prepack)' ./package.json > ./dist.d/prod/package.json",
56
+ "publish:prod": "pnpm run prepublish:prod && pnpm publish --access public ./dist.d/prod",
57
+ "check-types": "tsc --noEmit",
58
+ "distclean": "rm -rf ./dist ./dist.d",
59
+ "clean": "rm -rf ./dist",
60
+ "dev": "tsc -b tsconfig.json --watch",
61
+ "test": "jest",
62
+ "package": "pnpm run build && cd dist/vortex-nextjs-15-sdk && npm pack",
63
+ "build": "tsc -b tsconfig.json"
64
64
  }
65
- }
65
+ }