@evlop/commons 1.0.87 → 1.0.88

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 +1 @@
1
- {"version":3,"file":"useCollectionRecordProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/useCollectionRecordProvider.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,2BAA2B,kDAkBvC,CAAC;AAEF,eAAQ,MAAM,uBAAuB,kDAA8B,CAAC"}
1
+ {"version":3,"file":"useCollectionRecordProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/useCollectionRecordProvider.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,2BAA2B,kDAkBvC,CAAC;AAEF,eAAQ,MAAM,uBAAuB,kDAA8B,CAAC"}
@@ -10,10 +10,10 @@ const react_1 = require("react");
10
10
  const react_redux_1 = require("react-redux");
11
11
  const reducers_1 = require("../reducers");
12
12
  const useCollectionRecord_1 = require("./useCollectionRecord");
13
- const useParams_app_1 = require("./useParams.app");
13
+ const useParams_1 = require("./useParams");
14
14
  const useCollectionRecordProvider = (collectionName, paramName = 'slug') => {
15
15
  const dispatch = react_redux_1.useDispatch();
16
- const { [paramName]: param } = useParams_app_1.useParams();
16
+ const { [paramName]: param } = useParams_1.useParams();
17
17
  const record = useCollectionRecord_1.useCollectionRecord(collectionName, param);
18
18
  const key = change_case_1.constantCase(pluralize_1.default.singular(collectionName));
19
19
  react_1.useEffect(() => {
@@ -1 +1 @@
1
- {"version":3,"file":"useCollectionRecordProvider.js","sourceRoot":"","sources":["../../../src/hooks/useCollectionRecordProvider.tsx"],"names":[],"mappings":";;;;;;AAAA,6CAA2C;AAC3C,0DAAkC;AAClC,iCAAkC;AAClC,6CAA0C;AAC1C,0CAA0D;AAC1D,+DAA4D;AAE5D,mDAA4C;AAErC,MAAM,2BAA2B,GAAG,CAAE,cAAc,EAAE,SAAS,GAAG,MAAM,EAAE,EAAE;IAC/E,MAAM,QAAQ,GAAG,yBAAW,EAAE,CAAC;IAE/B,MAAM,EAAC,CAAC,SAAS,CAAC,EAAE,KAAK,EAAC,GAAG,yBAAS,EAAE,CAAC;IAEzC,MAAM,MAAM,GAAG,yCAAmB,CAAC,cAAc,EAAE,KAAK,CAAC,CAAC;IAE1D,MAAM,GAAG,GAAG,0BAAY,CAAC,mBAAS,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC;IAG7D,iBAAS,CAAC,GAAE,EAAE;QACV,QAAQ,CACJ,wBAAa,CAAC,GAAG,EAAE,MAAM,CAAC,CAC7B,CAAC;QACF,OAAO,GAAE,EAAE,CAAC,uBAAY,CAAC,GAAG,CAAC,CAAA;IACjC,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC;IAE5B,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AAlBW,QAAA,2BAA2B,+BAkBtC;AAEY,QAAA,uBAAuB,GAAG,mCAA2B,CAAC"}
1
+ {"version":3,"file":"useCollectionRecordProvider.js","sourceRoot":"","sources":["../../../src/hooks/useCollectionRecordProvider.tsx"],"names":[],"mappings":";;;;;;AAAA,6CAA2C;AAC3C,0DAAkC;AAClC,iCAAkC;AAClC,6CAA0C;AAC1C,0CAA0D;AAC1D,+DAA4D;AAC5D,2CAAwC;AAEjC,MAAM,2BAA2B,GAAG,CAAE,cAAc,EAAE,SAAS,GAAG,MAAM,EAAE,EAAE;IAC/E,MAAM,QAAQ,GAAG,yBAAW,EAAE,CAAC;IAE/B,MAAM,EAAC,CAAC,SAAS,CAAC,EAAE,KAAK,EAAC,GAAG,qBAAS,EAAE,CAAC;IAEzC,MAAM,MAAM,GAAG,yCAAmB,CAAC,cAAc,EAAE,KAAK,CAAC,CAAC;IAE1D,MAAM,GAAG,GAAG,0BAAY,CAAC,mBAAS,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC;IAG7D,iBAAS,CAAC,GAAE,EAAE;QACV,QAAQ,CACJ,wBAAa,CAAC,GAAG,EAAE,MAAM,CAAC,CAC7B,CAAC;QACF,OAAO,GAAE,EAAE,CAAC,uBAAY,CAAC,GAAG,CAAC,CAAA;IACjC,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC;IAE5B,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AAlBW,QAAA,2BAA2B,+BAkBtC;AAEY,QAAA,uBAAuB,GAAG,mCAA2B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evlop/commons",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "peerDependencies": {