@memberstack/dom 1.9.0 → 1.9.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberstack/dom",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "main": "./lib/index.js",
5
5
  "files": [
6
6
  "lib/**/*"
@@ -8,11 +8,11 @@
8
8
  "author": "Lydia Hallie",
9
9
  "license": "MIT",
10
10
  "dependencies": {
11
- "@memberstack/client": "^1.9.0",
11
+ "@memberstack/client": "^1.8.0",
12
12
  "js-cookie": "^3.0.1"
13
13
  },
14
14
  "scripts": {
15
- "prepublishOnly": "yarn workspace prebuilt-uis build && npx tsc",
15
+ "prepublishOnly": "npx tsc",
16
16
  "watch": "tsc-watch",
17
17
  "watch:dev": "tsc-watch --onSuccess 'yarn replace:vars:local'",
18
18
  "clean": "rm -rf node_modules",
@@ -21,4 +21,4 @@
21
21
  "deploy:next": "npx np --tag next --no-tests --any-branch",
22
22
  "build:local": "npx tsc"
23
23
  }
24
- }
24
+ }