@nadohq/shared 0.1.0-alpha.10 → 0.1.0-alpha.11

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.
@@ -25,7 +25,7 @@ __export(productIds_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(productIds_exports);
27
27
  var QUOTE_PRODUCT_ID = 0;
28
- var NLP_PRODUCT_ID = 153;
28
+ var NLP_PRODUCT_ID = 11;
29
29
  // Annotate the CommonJS export names for ESM import in node:
30
30
  0 && (module.exports = {
31
31
  NLP_PRODUCT_ID,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/consts/productIds.ts"],"sourcesContent":["export const QUOTE_PRODUCT_ID = 0;\n\nexport const NLP_PRODUCT_ID = 153;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAM,mBAAmB;AAEzB,IAAM,iBAAiB;","names":[]}
1
+ {"version":3,"sources":["../../src/consts/productIds.ts"],"sourcesContent":["export const QUOTE_PRODUCT_ID = 0;\n\nexport const NLP_PRODUCT_ID = 11;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAM,mBAAmB;AAEzB,IAAM,iBAAiB;","names":[]}
@@ -1,4 +1,4 @@
1
1
  declare const QUOTE_PRODUCT_ID = 0;
2
- declare const NLP_PRODUCT_ID = 153;
2
+ declare const NLP_PRODUCT_ID = 11;
3
3
 
4
4
  export { NLP_PRODUCT_ID, QUOTE_PRODUCT_ID };
@@ -1,4 +1,4 @@
1
1
  declare const QUOTE_PRODUCT_ID = 0;
2
- declare const NLP_PRODUCT_ID = 153;
2
+ declare const NLP_PRODUCT_ID = 11;
3
3
 
4
4
  export { NLP_PRODUCT_ID, QUOTE_PRODUCT_ID };
@@ -2,7 +2,7 @@ import "../chunk-5WRI5ZAA.js";
2
2
 
3
3
  // src/consts/productIds.ts
4
4
  var QUOTE_PRODUCT_ID = 0;
5
- var NLP_PRODUCT_ID = 153;
5
+ var NLP_PRODUCT_ID = 11;
6
6
  export {
7
7
  NLP_PRODUCT_ID,
8
8
  QUOTE_PRODUCT_ID
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/consts/productIds.ts"],"sourcesContent":["export const QUOTE_PRODUCT_ID = 0;\n\nexport const NLP_PRODUCT_ID = 153;\n"],"mappings":";;;AAAO,IAAM,mBAAmB;AAEzB,IAAM,iBAAiB;","names":[]}
1
+ {"version":3,"sources":["../../src/consts/productIds.ts"],"sourcesContent":["export const QUOTE_PRODUCT_ID = 0;\n\nexport const NLP_PRODUCT_ID = 11;\n"],"mappings":";;;AAAO,IAAM,mBAAmB;AAEzB,IAAM,iBAAiB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nadohq/shared",
3
- "version": "0.1.0-alpha.10",
3
+ "version": "0.1.0-alpha.11",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Shared utilities, types, and contract helpers for Nado SDK",
@@ -45,5 +45,5 @@
45
45
  "bignumber.js": "^9.3.0",
46
46
  "viem": "*"
47
47
  },
48
- "gitHead": "d4907c30fee146e4463cab4bac0a7f5f07bb9299"
48
+ "gitHead": "2222bc4f697c773ce29bfde977eeb4df022f0e6c"
49
49
  }
@@ -1,3 +1,3 @@
1
1
  export const QUOTE_PRODUCT_ID = 0;
2
2
 
3
- export const NLP_PRODUCT_ID = 153;
3
+ export const NLP_PRODUCT_ID = 11;