@deenruv/order-line-attributes-plugin 1.0.5 → 1.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.
@@ -1,5 +1,5 @@
1
1
  import { Ops } from './const';
2
- export declare const HOST = "http://localhost:3000/admin-api";
2
+ export declare const HOST = "http://localhost:6100/admin-api";
3
3
  export declare const HEADERS: {};
4
4
  export declare const apiSubscription: (options: chainOptions) => (query: string) => {
5
5
  ws: WebSocket;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.BetterMetricType = exports.BetterMetricInterval = exports.MetricType = exports.MetricInterval = exports.OrderType = exports.LanguageCode = exports.HistoryEntryType = exports.CurrencyCode = exports.LogicalOperator = exports.ErrorCode = exports.SortOrder = exports.Permission = exports.DeletionResult = exports.AdjustmentType = exports.GlobalFlag = exports.AssetType = exports.StockMovementType = exports.JobState = exports.$ = exports.GRAPHQL_TYPE_SEPARATOR = exports.START_VAR_NAME = exports.resolverFor = exports.InternalArgsBuilt = exports.ResolveFromPath = exports.purifyGraphQLKey = exports.PrepareScalarPaths = exports.GraphQLError = exports.SEPARATOR = exports.traverseResponse = exports.decodeScalarsInResponse = exports.fields = exports.ZeusScalars = exports.Gql = exports.TypeFromSelector = exports.Selector = exports.ZeusSelect = exports.Zeus = exports.Subscription = exports.SubscriptionThunder = exports.Chain = exports.Thunder = exports.InternalsBuildQuery = exports.apiFetch = exports.apiSubscription = exports.HEADERS = exports.HOST = void 0;
5
5
  const const_1 = require("./const");
6
- exports.HOST = "http://localhost:3000/admin-api";
6
+ exports.HOST = "http://localhost:6100/admin-api";
7
7
  exports.HEADERS = {};
8
8
  const apiSubscription = (options) => (query) => {
9
9
  var _a, _b, _c;
@@ -1,5 +1,5 @@
1
1
  import { Ops } from './const';
2
- export declare const HOST = "http://localhost:3000/admin-api";
2
+ export declare const HOST = "http://localhost:6100/admin-api";
3
3
  export declare const HEADERS: {};
4
4
  export declare const apiSubscription: (options: chainOptions) => (query: string) => {
5
5
  ws: WebSocket;
@@ -1,6 +1,6 @@
1
1
  /* eslint-disable */
2
2
  import { AllTypesProps, ReturnTypes, Ops } from './const';
3
- export const HOST = "http://localhost:3000/admin-api";
3
+ export const HOST = "http://localhost:6100/admin-api";
4
4
  export const HEADERS = {};
5
5
  export const apiSubscription = (options) => (query) => {
6
6
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deenruv/order-line-attributes-plugin",
3
- "version": "1.0.5",
3
+ "version": "1.0.9",
4
4
  "homepage": "https://deenruv.com/",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -20,12 +20,12 @@
20
20
  "lucide-react": "^0.363.0",
21
21
  "react": "^19.0.0",
22
22
  "react-i18next": "^14.0.5",
23
- "react-router-dom": "^6.22.1",
23
+ "react-router": "^7.13.0",
24
24
  "sonner": "^1.4.41",
25
25
  "uuid": "^9.0.1",
26
- "@deenruv/admin-types": "^1.0.5",
27
- "@deenruv/react-ui-devkit": "^1.0.5",
28
- "@deenruv/common": "^1.0.5"
26
+ "@deenruv/admin-types": "^1.0.9",
27
+ "@deenruv/common": "^1.0.9",
28
+ "@deenruv/react-ui-devkit": "^1.0.9"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@graphql-typed-document-node/core": "3.2.0",
@@ -34,7 +34,7 @@
34
34
  "@types/uuid": "^9.0.8",
35
35
  "rimraf": "^5.0.10",
36
36
  "typescript": "5.3.3",
37
- "@deenruv/core": "^1.0.5"
37
+ "@deenruv/core": "^1.0.9"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@deenruv/core": "^1.0.0",
@@ -45,6 +45,6 @@
45
45
  "watch": "tsc --build --watch",
46
46
  "lint": "eslint .",
47
47
  "lint:fix": "eslint --fix .",
48
- "zeus": "zeus http://localhost:3000/admin-api ./src/plugin-server --td && zeus http://localhost:3000/admin-api ./src/plugin-ui --td"
48
+ "zeus": "zeus http://localhost:6100/admin-api ./src/plugin-server --td && zeus http://localhost:6100/admin-api ./src/plugin-ui --td"
49
49
  }
50
50
  }