@symbo.ls/scratch 2.10.174 → 2.10.185

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/cjs/set.js CHANGED
@@ -27,7 +27,7 @@ __export(set_exports, {
27
27
  module.exports = __toCommonJS(set_exports);
28
28
  var import_factory = require("./factory.js");
29
29
  var import_system = require("./system");
30
- var import_utils = require("./utils");
30
+ var import_utils = require("@domql/utils");
31
31
  __reExport(set_exports, require("./system"), module.exports);
32
32
  const ENV = "development";
33
33
  const setCases = (val, key) => {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/scratch",
3
3
  "description": "Φ / CSS framework and methodology.",
4
4
  "author": "symbo.ls",
5
- "version": "2.10.174",
5
+ "version": "2.10.185",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -36,5 +36,5 @@
36
36
  "> 1%",
37
37
  "ie >= 9"
38
38
  ],
39
- "gitHead": "27fc91e7f950d24e520a2219fbd5fc6d0f74a2c2"
39
+ "gitHead": "a5ee1900c6bafdd8b03aeaa323ac0de1b2680220"
40
40
  }
package/src/set.js CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  applyDocument
17
17
  } from './system'
18
18
 
19
- import { isFunction } from './utils'
19
+ import { isFunction } from '@domql/utils'
20
20
 
21
21
  const ENV = process.env.NODE_ENV // eslint-disable-line no-unused-vars
22
22