@artisan-commerce/state 0.3.0-canary.5 → 0.3.0-canary.7
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.
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.umd.js.map +1 -1
- package/package.json +25 -9
- package/CHANGELOG.md +0 -208
package/dist/bundle.cjs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.cjs.js","sources":["../src/lib/state.ts"],"sourcesContent":["// Common functions and data\n\n/**\n * @since 0.1.0\n * @typedef State\n */\ntype State = Record<string, any>;\n\n/**\n * Global state.\n * @since 0.1.0\n */\nlet state: State | null = null;\n\n/**\n * Initializes the global state.\n *\n * @since 0.1.0\n * @param {T} initialState Initial global state\n */\nexport const initState = <T extends State>(initialState: T) => {\n Object.freeze(initialState);\n state = { ...initialState } as T;\n Object.seal(state);\n};\n\n/**\n * Updates the global state.\n *\n * @since 0.1.0\n * @param {T} overrides Global state overrides\n */\nexport const setState = <T extends State>(overrides: Partial<T>) => {\n const tempState = state ? { ...state } : {};\n state = null;\n state = { ...tempState, ...overrides } as T;\n Object.seal(state);\n};\n\n/**\n * Returns the global state.\n *\n * @since 0.1.0\n * @returns {T} The global state\n */\nexport const getState = <T extends State>() => {\n if (state === null) {\n throw new Error(\n \"The state has not been initialized, make sure to call initState beforehand\"\n );\n }\n return { ...state } as T;\n};\n\n/**\n * Returns whether the state has been initialized.\n *\n * @since 0.1.0\n * @returns {boolean} Whether the state has been initialized\n */\nexport const checkInit = () => {\n return !!state;\n};\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bundle.cjs.js","sources":["../src/lib/state.ts"],"sourcesContent":["// Common functions and data\n\n/**\n * @since 0.1.0\n * @typedef State\n */\ntype State = Record<string, any>;\n\n/**\n * Global state.\n * @since 0.1.0\n */\nlet state: State | null = null;\n\n/**\n * Initializes the global state.\n *\n * @since 0.1.0\n * @param {T} initialState Initial global state\n */\nexport const initState = <T extends State>(initialState: T) => {\n Object.freeze(initialState);\n state = { ...initialState } as T;\n Object.seal(state);\n};\n\n/**\n * Updates the global state.\n *\n * @since 0.1.0\n * @param {T} overrides Global state overrides\n */\nexport const setState = <T extends State>(overrides: Partial<T>) => {\n const tempState = state ? { ...state } : {};\n state = null;\n state = { ...tempState, ...overrides } as T;\n Object.seal(state);\n};\n\n/**\n * Returns the global state.\n *\n * @since 0.1.0\n * @returns {T} The global state\n */\nexport const getState = <T extends State>() => {\n if (state === null) {\n throw new Error(\n \"The state has not been initialized, make sure to call initState beforehand\"\n );\n }\n return { ...state } as T;\n};\n\n/**\n * Returns whether the state has been initialized.\n *\n * @since 0.1.0\n * @returns {boolean} Whether the state has been initialized\n */\nexport const checkInit = () => {\n return !!state;\n};\n"],"names":[],"mappings":";;;;AAAA,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC;AACtC,IAAI,mBAAmB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AACvD,IAAI,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC;AACnD,IAAI,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,oBAAoB,CAAC;AACzD,IAAI,eAAe,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,KAAK,GAAG,IAAI,GAAG,GAAG,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAChK,IAAI,cAAc,GAAG,CAAC,CAAC,EAAE,CAAC,KAAK;AAC/B,EAAE,KAAK,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;AAChC,IAAI,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC;AAClC,MAAM,eAAe,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AACxC,EAAE,IAAI,mBAAmB;AACzB,IAAI,KAAK,IAAI,IAAI,IAAI,mBAAmB,CAAC,CAAC,CAAC,EAAE;AAC7C,MAAM,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC;AACpC,QAAQ,eAAe,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AAC1C,KAAK;AACL,EAAE,OAAO,CAAC,CAAC;AACX,CAAC,CAAC;AACF,IAAI,KAAK,GAAG,IAAI,CAAC;AACL,MAAC,SAAS,GAAG,CAAC,YAAY,KAAK;AAC3C,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;AAC9B,EAAE,KAAK,GAAG,cAAc,CAAC,EAAE,EAAE,YAAY,CAAC,CAAC;AAC3C,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AACrB,EAAE;AACU,MAAC,QAAQ,GAAG,CAAC,SAAS,KAAK;AACvC,EAAE,MAAM,SAAS,GAAG,KAAK,GAAG,cAAc,CAAC,EAAE,EAAE,KAAK,CAAC,GAAG,EAAE,CAAC;AAC3D,EAAE,KAAK,GAAG,IAAI,CAAC;AACf,EAAE,KAAK,GAAG,cAAc,CAAC,cAAc,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,SAAS,CAAC,CAAC;AACnE,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AACrB,EAAE;AACU,MAAC,QAAQ,GAAG,MAAM;AAC9B,EAAE,IAAI,KAAK,KAAK,IAAI,EAAE;AACtB,IAAI,MAAM,IAAI,KAAK,CAAC,4EAA4E,CAAC,CAAC;AAClG,GAAG;AACH,EAAE,OAAO,cAAc,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;AACnC,EAAE;AACU,MAAC,SAAS,GAAG,MAAM;AAC/B,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC;AACjB;;;;;;;"}
|
package/dist/bundle.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.esm.js","sources":["../src/lib/state.ts"],"sourcesContent":["// Common functions and data\n\n/**\n * @since 0.1.0\n * @typedef State\n */\ntype State = Record<string, any>;\n\n/**\n * Global state.\n * @since 0.1.0\n */\nlet state: State | null = null;\n\n/**\n * Initializes the global state.\n *\n * @since 0.1.0\n * @param {T} initialState Initial global state\n */\nexport const initState = <T extends State>(initialState: T) => {\n Object.freeze(initialState);\n state = { ...initialState } as T;\n Object.seal(state);\n};\n\n/**\n * Updates the global state.\n *\n * @since 0.1.0\n * @param {T} overrides Global state overrides\n */\nexport const setState = <T extends State>(overrides: Partial<T>) => {\n const tempState = state ? { ...state } : {};\n state = null;\n state = { ...tempState, ...overrides } as T;\n Object.seal(state);\n};\n\n/**\n * Returns the global state.\n *\n * @since 0.1.0\n * @returns {T} The global state\n */\nexport const getState = <T extends State>() => {\n if (state === null) {\n throw new Error(\n \"The state has not been initialized, make sure to call initState beforehand\"\n );\n }\n return { ...state } as T;\n};\n\n/**\n * Returns whether the state has been initialized.\n *\n * @since 0.1.0\n * @returns {boolean} Whether the state has been initialized\n */\nexport const checkInit = () => {\n return !!state;\n};\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bundle.esm.js","sources":["../src/lib/state.ts"],"sourcesContent":["// Common functions and data\n\n/**\n * @since 0.1.0\n * @typedef State\n */\ntype State = Record<string, any>;\n\n/**\n * Global state.\n * @since 0.1.0\n */\nlet state: State | null = null;\n\n/**\n * Initializes the global state.\n *\n * @since 0.1.0\n * @param {T} initialState Initial global state\n */\nexport const initState = <T extends State>(initialState: T) => {\n Object.freeze(initialState);\n state = { ...initialState } as T;\n Object.seal(state);\n};\n\n/**\n * Updates the global state.\n *\n * @since 0.1.0\n * @param {T} overrides Global state overrides\n */\nexport const setState = <T extends State>(overrides: Partial<T>) => {\n const tempState = state ? { ...state } : {};\n state = null;\n state = { ...tempState, ...overrides } as T;\n Object.seal(state);\n};\n\n/**\n * Returns the global state.\n *\n * @since 0.1.0\n * @returns {T} The global state\n */\nexport const getState = <T extends State>() => {\n if (state === null) {\n throw new Error(\n \"The state has not been initialized, make sure to call initState beforehand\"\n );\n }\n return { ...state } as T;\n};\n\n/**\n * Returns whether the state has been initialized.\n *\n * @since 0.1.0\n * @returns {boolean} Whether the state has been initialized\n */\nexport const checkInit = () => {\n return !!state;\n};\n"],"names":[],"mappings":"AAAA,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC;AACtC,IAAI,mBAAmB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AACvD,IAAI,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC;AACnD,IAAI,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,oBAAoB,CAAC;AACzD,IAAI,eAAe,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,KAAK,GAAG,IAAI,GAAG,GAAG,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAChK,IAAI,cAAc,GAAG,CAAC,CAAC,EAAE,CAAC,KAAK;AAC/B,EAAE,KAAK,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;AAChC,IAAI,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC;AAClC,MAAM,eAAe,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AACxC,EAAE,IAAI,mBAAmB;AACzB,IAAI,KAAK,IAAI,IAAI,IAAI,mBAAmB,CAAC,CAAC,CAAC,EAAE;AAC7C,MAAM,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC;AACpC,QAAQ,eAAe,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AAC1C,KAAK;AACL,EAAE,OAAO,CAAC,CAAC;AACX,CAAC,CAAC;AACF,IAAI,KAAK,GAAG,IAAI,CAAC;AACL,MAAC,SAAS,GAAG,CAAC,YAAY,KAAK;AAC3C,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;AAC9B,EAAE,KAAK,GAAG,cAAc,CAAC,EAAE,EAAE,YAAY,CAAC,CAAC;AAC3C,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AACrB,EAAE;AACU,MAAC,QAAQ,GAAG,CAAC,SAAS,KAAK;AACvC,EAAE,MAAM,SAAS,GAAG,KAAK,GAAG,cAAc,CAAC,EAAE,EAAE,KAAK,CAAC,GAAG,EAAE,CAAC;AAC3D,EAAE,KAAK,GAAG,IAAI,CAAC;AACf,EAAE,KAAK,GAAG,cAAc,CAAC,cAAc,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,SAAS,CAAC,CAAC;AACnE,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AACrB,EAAE;AACU,MAAC,QAAQ,GAAG,MAAM;AAC9B,EAAE,IAAI,KAAK,KAAK,IAAI,EAAE;AACtB,IAAI,MAAM,IAAI,KAAK,CAAC,4EAA4E,CAAC,CAAC;AAClG,GAAG;AACH,EAAE,OAAO,cAAc,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;AACnC,EAAE;AACU,MAAC,SAAS,GAAG,MAAM;AAC/B,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC;AACjB;;;;"}
|
package/dist/bundle.umd.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.umd.js","sources":["../src/lib/state.ts"],"sourcesContent":["// Common functions and data\n\n/**\n * @since 0.1.0\n * @typedef State\n */\ntype State = Record<string, any>;\n\n/**\n * Global state.\n * @since 0.1.0\n */\nlet state: State | null = null;\n\n/**\n * Initializes the global state.\n *\n * @since 0.1.0\n * @param {T} initialState Initial global state\n */\nexport const initState = <T extends State>(initialState: T) => {\n Object.freeze(initialState);\n state = { ...initialState } as T;\n Object.seal(state);\n};\n\n/**\n * Updates the global state.\n *\n * @since 0.1.0\n * @param {T} overrides Global state overrides\n */\nexport const setState = <T extends State>(overrides: Partial<T>) => {\n const tempState = state ? { ...state } : {};\n state = null;\n state = { ...tempState, ...overrides } as T;\n Object.seal(state);\n};\n\n/**\n * Returns the global state.\n *\n * @since 0.1.0\n * @returns {T} The global state\n */\nexport const getState = <T extends State>() => {\n if (state === null) {\n throw new Error(\n \"The state has not been initialized, make sure to call initState beforehand\"\n );\n }\n return { ...state } as T;\n};\n\n/**\n * Returns whether the state has been initialized.\n *\n * @since 0.1.0\n * @returns {boolean} Whether the state has been initialized\n */\nexport const checkInit = () => {\n return !!state;\n};\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bundle.umd.js","sources":["../src/lib/state.ts"],"sourcesContent":["// Common functions and data\n\n/**\n * @since 0.1.0\n * @typedef State\n */\ntype State = Record<string, any>;\n\n/**\n * Global state.\n * @since 0.1.0\n */\nlet state: State | null = null;\n\n/**\n * Initializes the global state.\n *\n * @since 0.1.0\n * @param {T} initialState Initial global state\n */\nexport const initState = <T extends State>(initialState: T) => {\n Object.freeze(initialState);\n state = { ...initialState } as T;\n Object.seal(state);\n};\n\n/**\n * Updates the global state.\n *\n * @since 0.1.0\n * @param {T} overrides Global state overrides\n */\nexport const setState = <T extends State>(overrides: Partial<T>) => {\n const tempState = state ? { ...state } : {};\n state = null;\n state = { ...tempState, ...overrides } as T;\n Object.seal(state);\n};\n\n/**\n * Returns the global state.\n *\n * @since 0.1.0\n * @returns {T} The global state\n */\nexport const getState = <T extends State>() => {\n if (state === null) {\n throw new Error(\n \"The state has not been initialized, make sure to call initState beforehand\"\n );\n }\n return { ...state } as T;\n};\n\n/**\n * Returns whether the state has been initialized.\n *\n * @since 0.1.0\n * @returns {boolean} Whether the state has been initialized\n */\nexport const checkInit = () => {\n return !!state;\n};\n"],"names":[],"mappings":";;;;;;EAAA,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC;EACtC,IAAI,mBAAmB,GAAG,MAAM,CAAC,qBAAqB,CAAC;EACvD,IAAI,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC;EACnD,IAAI,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,oBAAoB,CAAC;EACzD,IAAI,eAAe,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,KAAK,GAAG,IAAI,GAAG,GAAG,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;EAChK,IAAI,cAAc,GAAG,CAAC,CAAC,EAAE,CAAC,KAAK;EAC/B,EAAE,KAAK,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;EAChC,IAAI,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC;EAClC,MAAM,eAAe,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;EACxC,EAAE,IAAI,mBAAmB;EACzB,IAAI,KAAK,IAAI,IAAI,IAAI,mBAAmB,CAAC,CAAC,CAAC,EAAE;EAC7C,MAAM,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC;EACpC,QAAQ,eAAe,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;EAC1C,KAAK;EACL,EAAE,OAAO,CAAC,CAAC;EACX,CAAC,CAAC;EACF,IAAI,KAAK,GAAG,IAAI,CAAC;AACL,QAAC,SAAS,GAAG,CAAC,YAAY,KAAK;EAC3C,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;EAC9B,EAAE,KAAK,GAAG,cAAc,CAAC,EAAE,EAAE,YAAY,CAAC,CAAC;EAC3C,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACrB,EAAE;AACU,QAAC,QAAQ,GAAG,CAAC,SAAS,KAAK;EACvC,EAAE,MAAM,SAAS,GAAG,KAAK,GAAG,cAAc,CAAC,EAAE,EAAE,KAAK,CAAC,GAAG,EAAE,CAAC;EAC3D,EAAE,KAAK,GAAG,IAAI,CAAC;EACf,EAAE,KAAK,GAAG,cAAc,CAAC,cAAc,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,SAAS,CAAC,CAAC;EACnE,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACrB,EAAE;AACU,QAAC,QAAQ,GAAG,MAAM;EAC9B,EAAE,IAAI,KAAK,KAAK,IAAI,EAAE;EACtB,IAAI,MAAM,IAAI,KAAK,CAAC,4EAA4E,CAAC,CAAC;EAClG,GAAG;EACH,EAAE,OAAO,cAAc,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;EACnC,EAAE;AACU,QAAC,SAAS,GAAG,MAAM;EAC/B,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC;EACjB;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/state",
|
|
3
3
|
"description": "Library used to share state functionality",
|
|
4
|
-
"version": "0.3.0-canary.
|
|
4
|
+
"version": "0.3.0-canary.7",
|
|
5
5
|
"main": "./dist/bundle.cjs.js",
|
|
6
6
|
"module": "./dist/bundle.esm.js",
|
|
7
7
|
"types": "./dist/bundle.d.ts",
|
|
8
|
+
"browser": "./dist/bundle.umd.js",
|
|
8
9
|
"files": [
|
|
9
10
|
"dist"
|
|
10
11
|
],
|
|
11
12
|
"sideEffects": false,
|
|
12
|
-
"exports": {
|
|
13
|
-
"node": {
|
|
14
|
-
"import": "./dist/bundle.esm.js",
|
|
15
|
-
"require": "./dist/bundle.cjs.js"
|
|
16
|
-
},
|
|
17
|
-
"default": "./dist/bundle.esm.js"
|
|
18
|
-
},
|
|
19
13
|
"scripts": {
|
|
20
14
|
"compile": "rollup -c",
|
|
21
15
|
"dev": "yarn compile -w",
|
|
@@ -37,5 +31,27 @@
|
|
|
37
31
|
},
|
|
38
32
|
"author": "Santiago Benítez",
|
|
39
33
|
"license": "MIT",
|
|
40
|
-
"
|
|
34
|
+
"nx": {
|
|
35
|
+
"targets": {
|
|
36
|
+
"build": {
|
|
37
|
+
"outputs": [
|
|
38
|
+
"./dist"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"compile": {
|
|
42
|
+
"outputs": [
|
|
43
|
+
"./dist"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"test:all": {
|
|
47
|
+
"outputs": [
|
|
48
|
+
"./coverage"
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@artisan-commerce/types": "0.14.0-canary.37"
|
|
55
|
+
},
|
|
56
|
+
"gitHead": "edb3b09a6fcccfbf5e1112ec9bd62e6814686bc4"
|
|
41
57
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.3.0-canary.5](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/state@0.3.0-canary.4...@artisan-commerce/state@0.3.0-canary.5) (2021-10-21)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [0.3.0-canary.4](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/state@0.3.0-canary.3...@artisan-commerce/state@0.3.0-canary.4) (2021-10-20)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [0.3.0-canary.3](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/state@0.3.0-canary.2...@artisan-commerce/state@0.3.0-canary.3) (2021-10-14)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* **global:** make export not module by default ([4e701b1](https://bitbucket.org/tradesystem/artisn_sdk/commit/4e701b1b59df89cf8358cf500984b1c2c4f42c60))
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## [0.3.0-canary.2](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/state@0.3.0-canary.1...@artisan-commerce/state@0.3.0-canary.2) (2021-10-14)
|
|
32
|
-
|
|
33
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## [0.3.0-canary.1](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/state@0.3.0-canary.0...@artisan-commerce/state@0.3.0-canary.1) (2021-10-04)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
* **global:** update registerModifiersForm function, control state error ([c3534cf](https://bitbucket.org/tradesystem/artisn_sdk/commit/c3534cf2eac5f7d90176888ad5b6dd575998e2f1))
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## [0.3.0-canary.0](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/state@0.2.2...@artisan-commerce/state@0.3.0-canary.0) (2021-08-11)
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### Features
|
|
52
|
-
|
|
53
|
-
* **global:** rebrand artisan-commerce to artisn ([b2688b1](https://bitbucket.org/tradesystem/artisn_sdk/commit/b2688b107757ed82791c0be49439e9fb28f78b6d))
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### [0.2.2](https://bitbucket.org/tradesystem/artisan_sdk/compare/@artisan-commerce/state@0.2.2-canary.4...@artisan-commerce/state@0.2.2) (2021-07-30)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### [0.2.2-canary.4](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.2-canary.3...@artisan-commerce/state@0.2.2-canary.4) (2021-04-27)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### Bug Fixes
|
|
69
|
-
|
|
70
|
-
* **global:** fix updateActiveVendor utility function and state lib ([e5d9c52](https://bitbucket.org/tradesystem/artisan_monorepo/commit/e5d9c52455929782ada1762b03abb3363efe88cf))
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### [0.2.2-canary.3](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.2-canary.2...@artisan-commerce/state@0.2.2-canary.3) (2021-04-16)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### [0.2.2-canary.2](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.2-canary.1...@artisan-commerce/state@0.2.2-canary.2) (2021-04-06)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Performance Improvements
|
|
86
|
-
|
|
87
|
-
* **global:** move typescript to be a global dependency ([32370e1](https://bitbucket.org/tradesystem/artisan_monorepo/commit/32370e134f1bcc4f79c55e2bae0ee22fee193e77))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
### [0.2.2-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.2-canary.0...@artisan-commerce/state@0.2.2-canary.1) (2021-03-30)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Performance Improvements
|
|
95
|
-
|
|
96
|
-
* **global:** add esbuild opt-in for dev ([f760449](https://bitbucket.org/tradesystem/artisan_monorepo/commit/f7604492fc17967bad75583a49d91a51cd6241aa))
|
|
97
|
-
* **global:** improve jest performance ([8c36173](https://bitbucket.org/tradesystem/artisan_monorepo/commit/8c36173df7e7cbfad40888499c81fcf7d11a7105))
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### [0.2.2-canary.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.1...@artisan-commerce/state@0.2.2-canary.0) (2021-03-12)
|
|
102
|
-
|
|
103
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### [0.2.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.1-canary.1...@artisan-commerce/state@0.2.1) (2021-03-02)
|
|
110
|
-
|
|
111
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
### [0.2.1-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.1-canary.0...@artisan-commerce/state@0.2.1-canary.1) (2021-02-25)
|
|
118
|
-
|
|
119
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
### [0.2.1-canary.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.0...@artisan-commerce/state@0.2.1-canary.0) (2021-02-25)
|
|
126
|
-
|
|
127
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## [0.2.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.0-canary.1...@artisan-commerce/state@0.2.0) (2021-02-25)
|
|
134
|
-
|
|
135
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
## [0.2.0-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.2.0-canary.0...@artisan-commerce/state@0.2.0-canary.1) (2021-02-25)
|
|
142
|
-
|
|
143
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
## [0.2.0-canary.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.6...@artisan-commerce/state@0.2.0-canary.0) (2021-02-25)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### Features
|
|
153
|
-
|
|
154
|
-
* added commentaries ([400127f](https://bitbucket.org/tradesystem/artisan_monorepo/commit/400127f878abdafc2236cee866300a765956e0ce))
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
### [0.1.1-canary.6](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.5...@artisan-commerce/state@0.1.1-canary.6) (2021-02-23)
|
|
159
|
-
|
|
160
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### [0.1.1-canary.5](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.4...@artisan-commerce/state@0.1.1-canary.5) (2021-02-04)
|
|
167
|
-
|
|
168
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
### [0.1.1-canary.4](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.3...@artisan-commerce/state@0.1.1-canary.4) (2021-02-04)
|
|
175
|
-
|
|
176
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
### [0.1.1-canary.3](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.2...@artisan-commerce/state@0.1.1-canary.3) (2021-02-04)
|
|
183
|
-
|
|
184
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
### [0.1.1-canary.2](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.1...@artisan-commerce/state@0.1.1-canary.2) (2021-02-04)
|
|
191
|
-
|
|
192
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
### [0.1.1-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.0...@artisan-commerce/state@0.1.1-canary.1) (2021-02-04)
|
|
199
|
-
|
|
200
|
-
**Note:** Version bump only for package @artisan-commerce/state
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
## 0.1.1-canary.0 (2021-02-03)
|
|
207
|
-
|
|
208
|
-
**Note:** Version bump only for package @artisan-commerce/state
|